Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ title: Custom Objects ("prefabs")

**Custom objects** are containers, composed of one or more other objects and having custom logic (made with events, like in a traditional scene) inside them.

<div class="video-container">
<iframe src="https://www.youtube.com/embed/dCxkgLi6HoM?si=S1yaN_f_HzLIFsno" frameborder="0" allowfullscreen></iframe>
</div>

!!! tip

"Custom objects" are also called **"Prefabs"** or "Templates" in some game engines.
Expand Down