I made the level change color after a certain distance this is controlled by the PaletteController, it takes in preset colors in the inspector. the code for switching between them after a certain distance is below, the background object is what changes the color. Here it gets a reference to the SpriteRenderer for all sectionsContinue reading “Changing Level Color”
Category Archives: Endless Runner Game
Making The Blade Move
Using Aesprite i have animated the blade and exported it as a sprite sheet and imported this into unity and made it into a prefab. Making Blade Move the game has a Blade Spwaner logic that will spawn the blade after the player has gone to a certain distance down the level. Blade Spwaner takesContinue reading “Making The Blade Move”
Pixel Slider Concept
Game Concept Pixel Slider is a 2D mobile game where the player controls a falling character using the swipe gestures to jump on the side walls of the level to avoid hazards The hazards can be in the form of moving enemies (Saw Blades) and/or stationary objects (spikes), the aim of the game is toContinue reading “Pixel Slider Concept”