how can i move an object with constant movement ?
hello guys i'm new to c# Scripting and just started a couple of days ago my Q is so simple i'm trying to make a game like geometrical dash in a 3D version so the game is pretty simple just constant movement along X or Z axis and jump over some obstacles can anyone help me on how i can creat such a script ? thanks all
Answer by zomdiax5 · Dec 17, 2018 at 03:23 PM
i think that rb.velocity = new vector3 (0,0,0) would work
Your answer
Follow this Question
Related Questions
Got unwanted motion blur on fast moving object (Only iOS) 0 Answers
How do I create a 2D movement script that will cause prefabs to drift around the screen? 0 Answers
ui text not moving with parent object(pls help..............) 1 Answer
[Android] Character movement script help 1 Answer
my wasd keys are moving the wrong way 2 Answers