Basic Structure
Game Objects
Game Objects are the heart of all Nexus Engine projects. Everything you work with in the Nexus engine is a Game Object.
Prefabs
Prefabs are just prefabricated Game Objects that can be reused within your Nexus Engine project.
Components
Components in the Nexus Engine could be a number of things such as scripts, audio, renderer, material, etc. A Component is basically anything you add or attach to a Game Object.