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 Spooky_The_Cat · Mar 06 at 01:11 AM · animationikanimation clipinverse kinematic

Inverse Kinematics - Turn off smoothly

I'm working on the Animations of a project and I'm using Unity's inbuilt inverse kinematics.

I have a NPC which has certain animations like "walk", "grab", "insert". Now once the NPC is in the grab or insert animation it should grab towards the current object. For this, I'm using inverse kinematics.

I have a parameter in my Animator called "IKWeight". To make the NPC's hand smoothly move towards the object and back to the original animation position, I use this code:

https://pastebin.com/3qR2twGB

I turn the bool ikActive on or off, so i.e. it's on as the NPC is ready to grab, and off after the grab is done and the object is attached to the hand.

My NPC goes into the grabbing animation and without IK it just reaches in front of it. But with IK it should reach towards the object and then, after grabbing the object, return to where the animation was if IK was never used. After that it transitions into the walk animation which is why it should have been set back to the original position before then.

However, what happens is, that when grabbing the object (ikActive == true), the hand smoothly moves towards the object (which is what I want). However, once the object is attached and ikActive is set to false, it does not return to the original position smoothly. Instead, it just snaps/jumps to the original position. There is no smooth transition from the IK Position to the original animation position.

Here's a video showing the problem.

Now, my question is: Why does it not return to the original position smoothly? Does anyone see anything wrong with the code?

Thanks in advance!,I'm working on the Animations of a project and I'm using Unity's inbuilt inverse kinematics.

I have a NPC which has certain animations like "walk", "grab", "insert". Now once the NPC is in the grab or insert animation it should grab towards the current object. For this, I'm using inverse kinematics.

I have a parameter in my Animator called "IKWeight". To make the NPC's hand smoothly move towards the object and back to the original animation position, I use this code:

https://pastebin.com/3qR2twG

I turn the bool ikActive on or off, so i.e. it's on as the NPC is ready to grab, and off after the grab is done and the object is attached to the hand.

My NPC goes into the grabbing animation and without IK it just reaches straight in front of it. But with IK it should reach towards the object and then, after grabbing the object, return to where the animation was if IK was never used. After that it transitions into the walk animation which is why it should have been set back to the original position before then.

However, what happens is, that when grabbing the object (ikActive == true), the hand smoothly moves towards the object (which is what I want). However, once the object is attched and ikActive is set to false, it does not return to the original position smoothly. Instead, it just snaps/jumps to the original position. There is not smooth transition from the IK Position to the original animation position
Here is a video showing the problem.

Now, my question is: Why does it not return to the original position smoothly? Does anyone see anything wrong with the code?

Thanks in advance!

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

0 Replies

· Add your reply
  • Sort: 

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

320 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 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 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 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 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 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 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 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 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 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 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 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 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

Inverse Kinematics for non-humanoids 0 Answers

Catching ball using a humanoid model in unity? 0 Answers

Use 2d Animation from unity or Anima2D? 1 Answer

How can I animate an avatar using only joint position data and inverse kinematics? (No rotation data) 0 Answers

Do I need Inverse Kinematics? Asking for guidelines to program my own custom script 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