I'm trying to make a nest burst open with enemies when destroyed, but those enemies are made up of 3 objects that are in a container together, but when I spawn the main container holder, the contents seem to not spawn, how do I fix this?
Check in debug preview to see the number of instances and if they are spawning. Also to note If you didn't set positions or anything then each object will spawn on top of each other. If you mean none of the objects are spawning then check the layer you are spawning them, but start with debugger and you can see if they actually spawned.
They seemed to have spawned, but they seemed to spawn on top of each other. I also forgot to mention they are pinned at the position their at, so maybe I should see if that does anything- mb-
Develop games in your browser. Powerful, performant & highly capable.
I have fixed it, I just needed to adjust the pin position, thx for the help friend!