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 KickBack · Feb 15, 2015 at 08:58 PM · mecanimroot motionkeyframe

Get the root motion at a specific animation frame

Hey,

I'd like to know if there is a way for an editor script to get the (root) position of an object that is animated with mecanim using root motion.

Using gameobject.SampleAnimation or animator.Play changes the object attributes and local transform but doesn't update the position.

Thanks!

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

Answer by meat5000 · Feb 15, 2015 at 09:35 PM

This link will help you greatly, I imagine.

http://mecwarriors.com/2014/08/18/scripting-root-motion/

Essentially, Velocity = Displacement / Time.

You have velocity and time. Normalised Time is what you use I believe, for referring to a point in an animation. Which is basically between 0->1 Start to end.

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 KickBack · Feb 15, 2015 at 10:08 PM 0
Share

Thanks a lot for your response meat5000. However what this article describes and the velocity is not useful to me. The problem is that I want an editor script that can jump to a specific point of an animation moving at the same time the object to the position that it would have gotten to if the animation was left to play without any interference.

Basically what I need to do is this: Let's say that you have a walkcycle animation that moves using root motion an object from point A at time 0 to point B when the animation is fully played. I need to know where the object will be at a certain time between time A and B without having to play the animation. deltaPosition is changed in every frame on the OnAnimator$$anonymous$$ove() so it can't help unless I play through the entire animation.

avatar image meat5000 ♦ · Feb 15, 2015 at 10:16 PM 0
Share

I'm not sure you quite get what I'm talking about.

The information you ask must be derived from the information you've got.

You know how long your clips are, you know your root motion velocity. This is all you need to work out your displacement (Displacement being the distance from a point in a particular direction).

Distance is a scalar. Its just a value. Displacement contains a direction which is why it works for what you want.

avatar image demented_hedgehog · Jul 07, 2015 at 04:03 AM 1
Share

@$$anonymous$$ickBack one (rather complicated) solution might be to play the animation at start up, put the displacements and times in a lookup table and then you can interpolate the displacement for any time? Also the animation clips have an average velocity.. so a rough approach would be to say average_velocity * time / total_animation_time.

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

3 People are following this question.

avatar image avatar image avatar image

Related Questions

Root Motion On Slow Animations 0 Answers

Root Motion or CharacterController in FPS 1 Answer

Root Motion and Mecanim Speed ?? 0 Answers

Mecanim Root Motion + Networking 2 Answers

Get position from root motion? 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