Unity无尽跑酷3D游戏制作工作流程视频教程
- 1 - Introduction
- 1 -Introduction
- 2 -Unity Setup
- 3 -Creating a basic game world
- 2 - Player character
- 1 -Creating the Player
- 2 -Player movement
- 3 -Camera follow Player
- 4 -Animating Player
- 5 -More interesting game world
- 6 -Double jump
- 3 - Generating the world procedurally
- 1 -Procedural generation 1
- 2 -Procedural generation 2
- 3 -Procedural generation 3
- 4 -Procedural generation 4
- 4 - Collectibles
- 1 -Coin collectible
- 2 -Procedurally generating coins
- 3 -Updating the world generation
- 4 -Collected coins UI
- 5 - Dealing with cleanup, optimization
- 1 -Deleting blocks behind the player
- 6 - Background clouds
- 1 -Creating a cloud
- 2 -Cloud cleanup
- 7 - Game over screen UI
- 1 -Create game over screen
- 8 - Post processing
- 1 -Post processing
- 9 - Sound effects and music
- 1 -Sound effects
- 2 -Music
- 10 - Final
- 1 -Finishing thoughts