From Blender to Unity problem

Hello,
We created robots in Blender and as we tried to transfer them to Unity both of them were misshaped for some reason. Unfortunately I couldn’t attach here my blender file(maybe the file type?). Do you have any ideas what might be the problem ? I can send you the files if needed. Thanks for your time and help!

Often distortions can come as a result of modifiers and/or scales existing through your transform hierarchy. In Object mode in Blender, always have your rotations set as (0,0,0) and your scales set as (1,1,1) otherwise you will have issues. You can apply those transforms in Blender.

Unity runs this script to import your Blender files via transient FBX export:

./Hub/Editor/2020.1.5f1/Unity.app/Contents/Tools/Unity-BlenderToFBX.py
./Hub/Editor/2020.2.1f1/Unity.app/Contents/Tools/Unity-BlenderToFBX.py
./Hub/Editor/2019.4.10f1/Unity.app/Contents/Tools/Unity-BlenderToFBX.py
./Hub/Editor/2019.4.8f1/Unity.app/Contents/Tools/Unity-BlenderToFBX.py

If you’re still having trouble, your choices are:

  • study and modify the above script

  • export the FBX yourself and only have Unity import the FBX, which gives you more confident control.

Unity issues with Blender 3.0, Version reading issue?
Vegetation spawner
Noob question about importing Blender models
Importing FBX into 2D Platformer unity
Weard blender meterial, look diffrent in blender and unity
Level Design with Blender workflow
Weird problem when importing Blender to Unity
ParticleSystem behavior changed between Unity 2020 and 2022
Weird lines in object(exported blender texture to unity)
Alembics and hair... very finnicky from blender [CRASHES EDITOR]
Project broken after moving it to a new pc
Sudden change in naming convention for Blender imports
Issues with model deformation
Z figthing workarounds
How to add a audio source to a second FPS dual glock gun?
Export from Unity to Blender
Change texture Image from Blender Importation
Bone in Avatar Configuration Breaking T-Pose - Seems Fine in Blender?
Exporting the rig seperately from the mesh
Any cons to keeping models as blend files?
Problem with importing. blender to unity
How to Change The Default Shader of the elusive "None (Material)" given to imported FBX files
Adding new Items from blender
Is it possible to "flag" a material at blender and read it in unity?
Imported Blender Files do not include Blender Links
Unity losing components and scripts on objects after reimport edited 3d model file
Losing mesh references + other various issues on Upgrade (2018 LTS --> 2019 LTS)
From Blender to Unity scene settings
Outputting in Blender for Unity and how far should it go?
Meshes that are linked instances in Blender loose material when importet to Unity
Need help deleting "Armature" bone
Exporting Animations from Blender to Unity
Terrain Editor Adds The Trees in Wrong Rotation (Custom Trees Made With Blender)
Box Collider 2D Not Working on Blender Model
Different types of objects get imported differently, resulting in a bunch of weird rotations and parenting issues
Unity Input Action not working with Send Message behaviour
Why are Blender meshes Imported like this?
About exporting animation from blender
I need help with particle systems, specifically the mesh rendering part
Direct .blend Import to Unity Messes Up Hierarchy – Why?
Texture Mismatch Between Blender and Unity
Visual discrepancies between a model when viewed in blender or unity
Models having visible "seam line"
Terrain with Overlay and buildings not showing after import,
Upgraded to 6.2 from 2022 version, prefabs not working
Unity gives me Empty genric avatrs for my 3d models
Best practice for separating level meshes in Unity (ceiling and main map)?
Rendering Textures in Blender for HDRP
Quick question about building scenes
Probuilder select faces from the background objects
Blender To Unity Conversion not going well
How do I create stadiums?
Problem with unity camera when importing blocks from bledner in 2d project
Problems importing FBX file

Check your origin in Blender. (I like to use the 3D cursor to set origin)