Skip to content
Emma Roudabush edited this page Dec 1, 2015 · 2 revisions

Here are some definitions of certain terms you may come across in the wiki.

Prefab

An object that has been prefabricated with components. One uses prefabs so that when one creates objects dynamically, there is no need to manually attach all of the components needed.

Gameobject

A Unity defined object that can have components and a position in the world.

Clone this wiki locally