Augmented reality unity does not display copy model

Augmented reality unity does not display copy model

Problem Description

The model copied with GameObject.Instantiate() is not displayed
insert image description here
. As you can see, I only wanted to make the AiXi model not displayed, only AiXi(Clone), but AiXi(Clone) was not displayed


Cause Analysis:

I unchecked AiXi in the Hierarchy, and then apply all, which will cause AiXi in the prefab to be unchecked


solution:

Check the AiXi of the prefab, and then uncheck the AiXi in the Hierarchy, do not apply
insert image description here
and it will return to normal

Guess you like

Origin blog.csdn.net/zjjjjjjj_/article/details/125594281