Nested Prefabs
Reuse and combine common game objects
Reuse common game objects or parts that share similar data, and combine them to create more complex objects
Made for
Create
Create reusable game objects (prefabs)
Build
Reuse game objects throughout your project, combine them, and make variations
Share
Share common data between objects and keep all instances updated with the same changes
Create
Create game objects that can be reused
Commonly used game objects or groups of game objects can be saved as a prefab and then these ready-made prefabs can be used throughout your project.
This is useful for game objects that are used often, such as weapons, bullets, doors, windows, characters, props, etc.
Build
Combine game objects and create variants
Build your game by reusing game objects throughout your project.
Combine common game objects to create more complex prefabs.
Create variations of existing game objects.
Share
Share data between game objects
All reused game objects in the project share their data. Change one instance, and all others in your project update automatically.
Ready to start? It’s free!
Join 11,000 others and get started now with all features of Nested Prefabs for free.