C
C
ch4ospark2021-08-10 09:07:37
Unity
ch4ospark, 2021-08-10 09:07:37

How to make adaptive(?) animation?

I'm new to Unity and I've run into this problem: there's a GameObject
with an Animator component and there's an animation that rotates the object STRICTLY from 0° to -90°. But I need the object to rotate from its CURRENT rotation by 90°.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
N
NoNameDeveloper, 2021-08-10
@NoNameDeveloper

In this case, you do not need to use an animator, but write a script for this yourself using Quaternion.Lerp

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question