Hey guys, I'm trying to determine whether or not it is possible to create runtime static prefabs.
To explain more, I'm talking about static map prefabs such as "Rock Formation A" or "Train Wagon C".
I see that there is a CreatePrefab method available, but given the prefab string and location, the method apparently returns a non-null object but it's invisible / not being rendered onto the scene.
Is this even possible or am I dreaming? I wanted to go a step further and attach a Rigidbody to such components and make them mobile.
To explain more, I'm talking about static map prefabs such as "Rock Formation A" or "Train Wagon C".
I see that there is a CreatePrefab method available, but given the prefab string and location, the method apparently returns a non-null object but it's invisible / not being rendered onto the scene.
Is this even possible or am I dreaming? I wanted to go a step further and attach a Rigidbody to such components and make them mobile.