- Home /
How can i reset positions of Prefab children's in unity 2d. children's are also prefabs
I have an object which is prefabs and that object contains further objects(assets) which are also prefabs. I want to Reset position of Parent object and Children object when level fails. however I am not able to reset position of children object by instantiating. I can instantiate parent object but can not instantiate children objects. when I reload the scene, Scene get reloaded with the object which was active when game started not with the object on which level failed.
Your answer
Follow this Question
Related Questions
Particle system prefab not instantiated 1 Answer
Instantiated prefabs acting different than those dragged onto scene 0 Answers
Creating assets via paths 0 Answers
Script on nested prefab Loses referance to parent prefab when instantiated 0 Answers
Is there any way to check if two prefabs are touched at the same time 1 Answer