Prefabs and Prefab Instances
Prefabs are stable objects that use a hierarchy of entities and components to hold the base information that all prefab instances share.
This makes it easier to edit prefabs as a whole, or in parts, as you continue building and designing your level. You can instance and override assets created in Scene Graph to create new game objects and prefabs.
Prefabs act like a stamp for game objects, so you can place the prefab in the scene as many times as you want. All instances you create are editable either as a group or individually.
For more information about the power and potential of prefabs, refer to the following documentation:
Saving Entities as Prefabs
Prefabs should be as tightly constructed as possible, your prefab design should not be overly complicated. Prefabs with numerous entities and components become data heavy and can cause issues for your project.
Only one component type can be used on an entity at a time. This means once you select a component type you cannot reuse that component type on the same entity. To use the same component you need to add another entity, then add the same component to the new entity.
You're reading a preview
The full reference is free for BrainDeadGuild Discord members — sign in to read it all, or open the original at the source.
Sign in with your BrainDead.TV / BrainDeadGuild Discord account for full access.