When I set a object as a parent of other one, I got a error.
“Cannot instantiate objects with a parent which is persistent. New object will be created without a parent.”
What does this mean?
Are you by any chance trying to make an instantiated object part of the prefab (asset), not an instantiated version of the prefab? Can you show some code showing, or explaining, how exactly you are trying to set the parent object and where you get your references from?
1 Like
Thanks, Solved.
1 Like