Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 419 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 419 Bytes

RoketzClone

Beginner's guide to development:

  1. Start Unity
  2. Open RoketzClone directory
  3. Open Scenes/SampleScene.scene
  4. You can now press play to debug live
  5. 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