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 aman_jha · Oct 13, 2014 at 08:18 PM · c#animationrotationjavascriptitween

iTween Rotation not exact

Hey Unitarians,

I have a cube, and I'm using iTween to rotate it. I'm not very familiar with iTween, but I managed to make it rotate 90 degrees every time I click the screen. There is one problem. When I rotate it, the rotation is off by a fraction of a degree. This adds up and the whole square becomes skewed after a while, making the game unplayable. I used this code to rotate it:

 iTween.RotateBy(gameObject, iTween.Hash("z", -0.25, "easeType", "easeOutExpo", "time", 0.2, "loopType", "none", "delay", 0));

When that didn't work, I tried using RotateAdd, which got the exact same result, skewing the square by a small amount:

 iTween.RotateAdd(gameObject, iTween.Hash("z", 90, "easeType", "linearTween", "time", 0.1, "loopType", "none", "delay", 0));

Because I couldn't find a solution I tried using a rounding method to center the square .025 seconds after the initial rotation animation. I used this IEnumerator:

 IEnumerator RoundRotation () {
         yield return new WaitForSeconds(.225f);
         transform.rotation = Quaternion.Euler (transform.rotation.x, transform.rotation.y, angleOfRotation);
     }

That works, except when I click really fast (faster than .225 seconds) the animation is really choppy and looks buggy even though it works (which is still not ideal). This can't happen.

I don't know what to do to ensure that the square rotates exactly 90 degrees. No more, no less. Any help would be much appreciated.

Thanks in advance, Aman Jha

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

28 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

Related Questions

Flip over an object (smooth transition) 3 Answers

How to make a animation rotation js.script? 2 Answers

How can I stop a parented object from resetting its transform when a parent animation play? 1 Answer

Problem with wave like movement when rotating around X and Y axis with mouse input // Please Close/Delete 1 Answer

fps MouseLook with animation applied to camera. 1 Answer


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