Why when I import FBX file into unity X and Z value of my object (that is positive in 3DS max) become negative in unity?
1 Answer
1Because 3dsMax uses Z up, and Unity uses Y up (and the they are different coordinate systems: lefthandedness vs. righthandedness), so on import Unity performs a conversion.