I’m trying to animate for Unity3D with Blender, but it’s becoming increasingly difficult to figure out how to translate Blender movement into Unity movement, because Blender’s axes are different. Z goes up/down and Y goes forward/back, or maybe Y goes back/forward - I really can’t tell, but it’s not the same as it is in Unity. For some reason, the Front view shows the Y axis pointing away from the camera. If I’m looking at the front of something, shouldn’t the forward axis point at the camera…?
Is there a way to just manually set which direction the axes point towards, and have it export those directions properly as an FBX? That way, I won’t have to say “okay, I want to move this object 2 units to the right…now is that positive X, or negative X…? oh wait, was it even the X axis anymore, or did the X axis change to the Y axis?”
I’d prefer it if I could just set the forward axis to be positive Z, the backwards axis to be negative Z, the upward axis to be positive Y, and so on, that way everything in Blender would be the same as it is in Unity. Is there a way to do this?
Thanks!
Hopefully this is the proper section for a question like this. I know I mentioned animation, but I figured the actual “fixing the problem” part would be done with the interface somehow.