Technical Guide – Create a 3D Multi-Level Platformer in Unity
Pablo Farias Navarro
Unknown
- 0 Collaborators
Comprehensive tutorial on Unity aimed at people with no prior game development experience. ...learn more
Overview / Usage
This extensive guide covers the creation of a 3D multi-level platformer game with Unity. No prior game development experience is assumed (although the guide does assume familiarity with programming in general).
The tutorial starts by covering the basics of the Unity Editor, game objects, transforms and capturing user input. At that point, people who follow along will have a basic player they can move on a map. The next part focuses on colllision detection and different actions that occur based on this (dying, reaching the goal, collecting coins). The last part adds the multi-level functionality and some UI.