- 最后登录
- 2021-7-6
- 注册时间
- 2012-12-27
- 阅读权限
- 90
- 积分
- 76145
- 纳金币
- 53488
- 精华
- 316
|
Requires Unity 5.0.1 or higher.
Color Switch Clone is a Addictive and Frustrating Tap to Jump Game! As the player moves upward they have to navigate multi-color primitive shapes. The player changes color when pickups are collected. The player can only traverse the colored areas of the primitive shape that match the players color. There are many Color Switch style games/clones under many names on the Android Marketplace. This Complete Project is meant to serve as an example to show how a game like this could be created. This is not necessarily a "ready to release" game, but it is at the very least a complete vertical slice.
-Fully Commented C# Code
-Level is infinite(though uses a finite number of obstacles).
-Includes SceneManager that Fades in and out on level loads. Note: start game in scene0 for proper experience.
-PickUps and Obstacles objects are pooled(no create and destroys except for particles).
-Included FX and Background Music(This Complete Project Template uses these sounds from freesound:
BackGroundMusic is Arcade Music Loop by joshuaempyre ( http://freesound.org/people/joshuaempyre/ ),
ColorChangePickUp is 1-tone chime by skowm001 ( http://freesound.org/people/skowm001/ ))
-Player Death Effect implements a Camera Shake, and Chromatic Aberration Effect.(May be useful for some beginners to see in action, given it is a nice juicy effect in lots of games).
|
|