Posts by Yuri Withowsky • 11 points
3 posts
-
0
votes3
answers68
viewsA: Unity5 engine error in code
Leandro, I noticed that you put the letter O or instead of the number 0 in some lines, as for example is: playerToMouse.y = of; Of course, unless you have a variable with the name of…
-
1
votes1
answer685
viewsA: Camera does not follow character UNITY 5
Put a condition before Lookrotation, for example: if (playerToMouse != Vector3.zero) Quaternion newRotation = Quaternion.LookRotation(playerToMause);
-
0
votes3
answers2105
viewsA: How do I get an object back to its initial position in Unity?
Julia, create an ex variable. Vector3 posicaoInicial, to store the position, then in the Start method put startNitial = Transform.position; Then when you want it to go back to its initial position…
unity3danswered Yuri Withowsky 11