Tagged Questions
1
vote
1answer
301 views
Unity3d: Box collider attached to animated FBX models through scripts at run-time have wrong dimension
I have several scripts attached to static and non static models of my scene.
All models are instantiated at run-time (and must be instantiated at run-time because I'm procedural building the scene).
...