# What are the most compatible tools for models

I imported some models for differents modeling tools and some of them get the size and directions completly corrupted. Is there a way I can check the compatibilty before import

##### Post Metadata
- Posted at: over 6 years ago
- Author title: Software Engineer at Chevron
- Net upvotes: 1


## Comments
### Comment 1

3DS Max outputs its models as right handed models which most 3D packages use, Blender outputs models that are left handed. Unity uses the left handed coordinate system so Blend files for instance will import at the same orientation as they appear in Blender. I&#39;ve found FBX models to not do this however Unity will rotate these models but you have to take this into account when setting transforms in script or you will get weird results. I&#39;ve found it easier to attach your model to an empty GameObject as a parent and have the script modify the transfrom of that instead of the model itself.

##### Comment Metadata
- Posted at: over 6 years ago
- Author title: Freelance Graphic Designer and 3D Artist



### Comment 2

Usually 3ds Max, Maya and Cinema4D all are used professionally to author models into Unity. Autodesk is more &quot;Unity&quot; friendly than Cinema4D or even the free software Blender.

All versions have to be made Unity ready by making sure &quot;Y&quot; is up for Unity and also the version of FBX supported by Unity. (Eg: FBX version 2016/17 vs 2019)

##### Comment Metadata
- Posted at: over 6 years ago
- Author title: Lead Unity developer | Games, EdTech, Simulations




## Related Product
[Unity](https://www.g2.com/products/unity/reviews)

## Related Category
[Game Engine](https://www.g2.com/categories/game-engine)

## Related discussions
- [How well does Trello scale into a larger team?](https://www.g2.com/discussions/1-how-well-does-trello-scale-into-a-larger-team)
  - Posted at: almost 13 years ago
  - Comments: 6
- [Can we please add a new section](https://www.g2.com/discussions/2-can-we-please-add-a-new-section)
  - Posted at: almost 13 years ago
  - Comments: 0
- [Quantifiable benefits from implementing your CRM](https://www.g2.com/discussions/quantifiable-benefits-from-implementing-your-crm)
  - Posted at: almost 13 years ago
  - Comments: 4


