Revert Axis

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.

  1. create empty GameObject
  2. put your model into this GameObject
  3. rotate the model 180 degrees

I dont know if that the corret way, but it works for me.

Lars

Thanks a lot, men.