Wayback Machinekoobas.hobune.stream
May JUN Jul
Previous capture 11 Next capture
2021 2022 2023
1 capture
11 Jun 22 - 11 Jun 22
sparklines
Close Help
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
  • Asset Store
  • Get Unity

UNITY ACCOUNT

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account
  • Blog
  • Forums
  • Answers
  • Evangelists
  • User Groups
  • Beta Program
  • Advisory Panel

Navigation

  • Home
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
    • Blog
    • Forums
    • Answers
    • Evangelists
    • User Groups
    • Beta Program
    • Advisory Panel

Unity account

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account

Language

  • Chinese
  • Spanish
  • Japanese
  • Korean
  • Portuguese
  • Ask a question
  • Spaces
    • Default
    • Help Room
    • META
    • Moderators
    • Topics
    • Questions
    • Users
    • Badges
  • Home /
avatar image
0
Question by JayFitz91 · Aug 14, 2015 at 10:11 AM · importaxislookat3dsmax

Issue with axis values when importing from 3ds max

I am using 3ds max to model a character which contains an animation frame where he is holding a gun in which it points straight ahead of him, like so:

alt text

The issue is when I import it into Unity, the gun does not look straight ahead when I load the animation, but rather, like this:

alt text

As you can see, this does not replicate how it looks in 3ds max, as well as that, the axis alignment is completely off, which leads to issues when using the LookAt() function.

If i give my character an empty game object, a distance of 20 units away on the zaxis, if i try point my gun at it using LookAt(), it aims straight at the ground.

Anyone know why this might be happening?

capture2.png (114.9 kB)
capture.png (51.0 kB)
Comment
Add comment
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users

1 Reply

· Add your reply
  • Sort: 
avatar image
1
Best Answer

Answer by Cherno · Aug 14, 2015 at 10:55 AM

In Max, rotate the pivot so the green arrow points toward the top. Export again.

If you are using bones, then it's a little bit more tricky. You'd have to apply a vector3 in LateUpdate to rotate the bone in question a certain amount of degrees on each axis so it points the right way after all animations and lookat methods have taken place.

Comment
Add comment · Show 3 · Share
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image JayFitz91 · Aug 14, 2015 at 12:42 PM 0
Share

@Cherno, this has definitely fixed the axis for me, thanks a million. I still have a weird rotation issue but I assume this is to do with what you address using LateUpdate, I can accept your answer if you convert it

avatar image Cherno · Aug 14, 2015 at 04:52 PM 0
Share

Done and done. For the second way of doing things, here is an example:

 public Vector3 rotOffset = new Vector3(90f, 180f, 0f);//just play around with the values
 public Transform bone;//the bone that needs a rotation correction
 
 void LateUpdate() {
      //any kind of Transform.LookAt code goes here before the next line
      bone.eulerAngles = rotOffset;//might need to use localEulerAngles ins$$anonymous$$d
 }
avatar image JayFitz91 · Aug 14, 2015 at 04:55 PM 0
Share

This is great, works flawlessly, thanks for the help

Your answer

Hint: You can notify a user about this post by typing @username

Up to 2 attachments (including images) can be used with a maximum of 524.3 kB each and 1.0 MB total.

Follow this Question

Answers Answers and Comments

25 People are following this question.

avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image

Related Questions

Importing asset from 3d Max but texture isn't included? 1 Answer

Best importing method / recipe. 1 Answer

importing model into unity causing distortion 1 Answer

Unity Extensions 2 Answers

3DsMax Import Problem 0 Answers


Enterprise
Social Q&A

Social
Subscribe on YouTube social-youtube Follow on LinkedIn social-linkedin Follow on Twitter social-twitter Follow on Facebook social-facebook Follow on Instagram social-instagram

Footer

  • Purchase
    • Products
    • Subscription
    • Asset Store
    • Unity Gear
    • Resellers
  • Education
    • Students
    • Educators
    • Certification
    • Learn
    • Center of Excellence
  • Download
    • Unity
    • Beta Program
  • Unity Labs
    • Labs
    • Publications
  • Resources
    • Learn platform
    • Community
    • Documentation
    • Unity QA
    • FAQ
    • Services Status
    • Connect
  • About Unity
    • About Us
    • Blog
    • Events
    • Careers
    • Contact
    • Press
    • Partners
    • Affiliates
    • Security
Copyright © 2020 Unity Technologies
  • Legal
  • Privacy Policy
  • Cookies
  • Do Not Sell My Personal Information
  • Cookies Settings
"Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
  • Anonymous
  • Sign in
  • Create
  • Ask a question
  • Spaces
  • Default
  • Help Room
  • META
  • Moderators
  • Explore
  • Topics
  • Questions
  • Users
  • Badges