Project Setup
Last updated
Last updated
Import the NetPad asset, if you haven't already done so.
Establish a well-organized folder structure by separating game and client components, and consider creating additional folders for shared code and assets. You can also use an existing feature to generate this folder structure.
Navigate to the Game/Scenes folder and create a new empty scene, naming it "Game."
Proceed to the Controller/Scenes folder and generate another new empty scene, this time naming it "Controller."