RoketzClone
Beginner's guide to development:
- Start Unity
- Open RoketzClone directory
- Open Scenes/SampleScene.scene
- You can now press play to debug live
- Behaviour code is in Scripts directory (open solution in VS/Rider/VSCode)
Tips:
Public fields in scripts are exposed in Unity. Click on "Player1" and you'll be able to edit "Top Speed", "Acceleration" and "Turn Rate" even while the game is running