Wayback Machinekoobas.hobune.stream
May JUN Jul
Previous capture 13 Next capture
2021 2022 2023
1 capture
13 Jun 22 - 13 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 Chronicler of Legends · Apr 30, 2014 at 07:49 PM · animationvelocitydirectionvectorcontrol

Get the sin of an angle between vector3.forward and direction character is moving

I am trying to make a script that controls my animations based on the characters velocity in a direction compared to the local forward to that character. I am converting from a system that changes the animation based on button presses for two reasons:

1) When I convert to multiplayer there will be less data to synchronise if clients can determine an animation based only on an objects facing direction and velocity. 2) By getting the direction and velocity and sending them to mecanim I can smoothly blend between my animations, as I have a blend tree set up that makes the animations nice for situations like: character is moving forward and left, blend the walk forward and walk left animation.

For context this is a 3D FPS game

anyways this is how I am trying to do it, and forward/back velocity works perfectly, but I am getting -1 for my direction no matter what. (Directions set up to blend : 0 is forward, -1 is left, 1 is right)

I am pretty sure it is a problem with my math in the part where I calculate direction, any tips?

Edit: Possible problem I found, the character is walking over uneven terrain so there is a y component to the velocity sometimes. --- I figured out how to get rid of the y component so direction now only has a x and z component.

Calculate forward velocity:

 forwardVelocity = transform.InverseTransformDirection (GetComponent<CharacterController> ().velocity).z;

Calculate direction:

 direction = transform.InverseTransformDirection (GetComponent<CharacterController> ().velocity);
 animDirection = Mathf.Sin (Vector3.Angle (Vector3.forward, direction2d) * Mathf.Deg2Rad);
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
0

Answer by Chronicler of Legends · Apr 30, 2014 at 08:28 PM

Odd to answer my own question I know, but thought it might help someone:

The easier solution seems to be the best one in this case. I changed the script to directly output the x component of the velocity, and then got rid of the direction dependency in mecanim, instead blending between the x component and the z component. Works perfectly.

Comment
Add comment · 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

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

20 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

Related Questions

How to make camera position relative to a specific target. 1 Answer

How to let the vectory turn a direction? 1 Answer

Getting animations to play relative to player's direction? 4 Answers

Velocity powered rigidbody on a moving platform without parenting. 3 Answers

How does rigidbody.velocity work for animated objects? 2 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