How can I revert axis in my model by the script? I can’t do it in modelling software and I need to do it inside Unity.
Hi Neodrop,
i have the same issue when i import LightWave or Maya models into unity, but i resolved it with a new GameObject.
- create empty GameObject
- put your model into this GameObject
- rotate the model 180 degrees
I dont know if that the corret way, but it works for me.
Lars
Thanks a lot, men.