I
I
ImManiaK2019-08-07 19:19:12
3D
ImManiaK, 2019-08-07 19:19:12

What is the right way to start learning programmatic animation on unity?

Materials, tips, stuff like that

Answer the question

In order to leave comments, you need to log in

3 answer(s)
D
Devpiligrim, 2019-08-09
@ImManiaK

1. Understand what you want. Programmatic animation is too general.
If you want to programmatically animate the movement of a cube in space - this is one thing, if you want to programmatically animate a model based on bones, this is another... . For example, in the Update method, write something like
gameObject.transform.position.x = gameObject.transform.position.x * Time.deltaTime;

G
Griboks, 2019-08-07
@Griboks

From mathematics, but mostly from geometry.

V
Vladev, 2019-08-07
@Vladev

Something like this:
canvas.projekti.info/ebooks/Mathematics%20for%203D...
canvas.projekti.info/ebooks/3D%20Math%20Primer%20f...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question