# Basic Idea
Dragging objects/prefabs into the scene and adding components/scripts to achieve various game rules and functions
# Menu Layout
-
Scene: Customize objects
-
Game: Main camera. Can be adjusted by customizing main camera and setting the size of the window
-
Inspector: Details of a chosen object
-
Project: A list of the local repo. Source of all basic materials
-
Hierarchy: A list of all game objects in the chosen scene
# Git related
-
Basic Rule: Don't work directly on the main scene. Use local dev scenes(included in .gitignore) to experiment basic features, before merging into the main scene. (Reason: It is VERY HARD to merge scene files)
-
Repo setup: basic git setup process