How to be sure when the model is fully instantiated in scene? #591
-
HI. I currently use the default
For most models, this works. But if the model to be imported has many children (>>200), it is not instantiated in that single frame. So the the code above doesn't work anymore because transform.GetChild(0) is not |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
You should go async instead of IEnumerator
|
Beta Was this translation helpful? Give feedback.
You should go async instead of IEnumerator