Skip to content

Game object components

Zsuró Tibor edited this page May 14, 2023 · 4 revisions

What is a component?

Every game object (e.g.: Model, Terrain, etc) can have addable components. These can add more functionality to the game objects.

Where can I add component?

If you selected a game object then in the Inspector you can add component with the Add component button.

image

If you click to this button then you can select the component type in the dropdown.

image

After you added the component you will se it in the Inspector.

Components