After adding my vehicle sprite as child to the capsule sprite, when i press ‘d’ key the vehicle is reversing. How to fix it?
: like my vehicle is supposed to go to right direction when i press ‘d’ key, but its going reverse.
Hi Irfuhh,
The direction is determined by the algebraic sign of the value you use to move/steer your car. If the direction is swapped even though you have the correct values, check your camera. It’s scale values must not be negative, and the rotation value must be (0, 0, 0).
Did this help you fix the problem?
See also:
- Forum User Guides : How to apply code formatting within your post
- Forum User Guides : How to mark a topic as solved
This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.
