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
1
Question by habitoti · Oct 25, 2013 at 06:48 AM · bezier

LeanTween: strange sequence of bezier control points

I believe there is something strange when passing a Vector3[] to the move tween. A square (P1, C1, C2, P2) -- P1 lower left, then clockwise -- should give something approx to a half circle or a half sine curve. Instead, you get a twisted loop. However if you exchange the control handles (P1, C2, C1, P2), you get exactly that expected clean curve. Could there be some bug still in the LeanTween bezier piece?

So this one makes the strange loop:

 Vector3[] path = new Vector3 [] {new Vector3(0,0,0), new Vector3(0,30,0), new Vector3(40,30,0), new Vector3(40,0,0)};
 LeanTween.move( test.gameObject, path, 5.0f, new Hashtable());
 

While the following one works as expected and makes the object move along kind of a ballistic curve (as intended and expected from a bezier with the two control vectors pointing straight up):

 Vector3[] path = new Vector3 [] {new Vector3(0,0,0), new Vector3(40,30,0), new Vector3(0,30,0), new Vector3(40,0,0)};
 LeanTween.move( test.gameObject, path, 5.0f, new Hashtable());
 

Regards, habitoti

Comment
Add comment · Show 1
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 Nims · Feb 03, 2015 at 06:42 AM 0
Share

Getting the exact same behaviour. Any insights?

1 Reply

· Add your reply
  • Sort: 
avatar image
0

Answer by dentedpixel · Feb 03, 2015 at 12:19 PM

Hi Habitoti, You are correct the order of the control points is totally flipped from what you would expect. I have tried to make this clear in the documentation, but let me know if I can call attention to it better: http://dentedpixel.com/LeanTweenDocumentation/classes/LeanTween.html#method_LeanTween.move

I would love to correct this annoying detail, but unfortunately I cannot do so without messing up everyone's current projects that use it the old way...

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

16 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

Related Questions

How to create a continuous bezier curve path 1 Answer

curved path, Slerp issue? 1 Answer

Procedural mesh, using beziers for walls and roads 0 Answers

pathCreator from Sebastian Lague - Loop start at Startposition from Segment 2 0 Answers

How best to make long pipes/cables in unity? 3 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