Tutorial 4.3 – Single Instance Prefabs


Single Instance Prefabs are Prefabs that you have only one instance of in the level – funny that.

They’re an efficient way of handling things like lots of Rooms in a level. Not only at run-time, but at level design time – the rooms can have vastly different looks with the randomization and themes – it saves a huge amount of time in setting up unique rooms in buildings for example.

To find out more, with an example tutorial, Check out this Tutorial.