Prime Tween have a tween like iTween RotateBy ? #73
-
Basically I'm not sure if this feature exist. |
Beta Was this translation helpful? Give feedback.
Answered by
KyryloKuzyk
Apr 28, 2024
Replies: 1 comment 1 reply
-
You can do this in PrimeTween with Tween.EulerAngles(): Tween.EulerAngles(transform, transform.eulerAngles, transform.eulerAngles + new Vector3(0, 0, 360), 1); More info on this topic: |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
KyryloKuzyk
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can do this in PrimeTween with Tween.EulerAngles():
More info on this topic:
Getting Started section
https://docs.unity3d.com/ScriptReference/Transform-eulerAngles.html
https://forum.unity.com/threads/primetween-high-performance-animations-and-sequences.1479609/page-2#post-9336551