Tagged Questions
3
votes
1answer
3k views
Unity 3D - Rotating an object in relation to its velocity
I am currently trying out Unity 3D and I've run into a problem. The problem is I have a car that moves along a road and then when it reaches a corner I would like it to turn the corner and have the ...
-1
votes
1answer
595 views
Insert 3d text to the front face of a cube GameObject
I want to add a text to a cube in Unity.
I have a cube which has a 3d text as a child.
I am using the below UnityScript to write on the 3d text:
var countdown : int = 200;
function Update()
{
...