How do i make sure the forward, right, and up directions are how I want them when I import from blender. As it is, I just drag and drop the .blend file to import into unity but is there anything else I need to do inside of blender to make sure the model is oriented how i want it? I’m have alot of problems with my models not facing in the right ways. For example, one enemy model z direction was facing in the x direction so when i tried to translate it, it went right of course. how do I fix it?
Add a empty gameobject with a desired rotation you want as per your blender rotation. and add your blend file as a child of tht game object.