L
L
Llyas2020-12-30 18:36:33
Unity
Llyas, 2020-12-30 18:36:33

How to rotate an enemy in Unity?

https://youtu.be/XpfMfK_xZ2s
Thanks in advance!

Answer the question

In order to leave comments, you need to log in

1 answer(s)
G
GFX Data, 2020-01-01
@ShockWave2048

var scale = enemGameObject.transform.localScale;
scale.x = -scale.x; // Это если ось вверх Y,  а ось глубины Z
enemGameObject.transform.localScale = scale;

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question