Categories
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
var scale = enemGameObject.transform.localScale; scale.x = -scale.x; // Это если ось вверх Y, а ось глубины Z enemGameObject.transform.localScale = scale;
Didn't find what you were looking for?
Ask a Question
731 491 924 answers to any question