I’ve bumped into a quirk that had me scratch my head for a few hours.
It seems this works:
- A model inside a repositioned game object scale 100 inside a game object scale 1
But this doesn’t:
- A model inside a repositioned game object scale 1 inside a game object scale 100
For some reason the model in this second scenario gets reset to 0,0 position.
Makes me wonder… why?
NestedModelsIssue.zip (8.7 KB)