Car Racing
A downloadable game for Android
"Car Racing" is a thrilling 3D mobile game that puts players behind the wheel of high-speed cars, developed using Unity Engine. It offers an immersive racing experience on the go. Get ready to rev your engines and dominate the leaderboard in this adrenaline-pumping adventure.
Controls:
Touch Controls.
Concepts used:
- Unity Engine Components:
Transform
,WheelCollider
, andRigidbody
. - Input Handling: Input from a virtual joystick using the Simple Input library.
- Car Physics:
WheelCollider
components to simulate realistic car physics, including steering, acceleration, and braking. - Motor Force: The
handlemotor()
method applies motor torque to the rear wheels based on the vertical input to control acceleration and deceleration. - Waypoints: The
waypoints
array holds references to the positions that the car should follow. The car moves towards each waypoint sequentially. - Movement Towards Waypoints: It uses
Vector3.MoveTowards()
to gradually move the car towards the target position. - Rotation Towards Waypoint: It calculates the direction towards the waypoint and uses
Quaternion.LookRotation()
to set the car's rotation accordingly.
Status | Released |
Platforms | Android |
Author | CH PRAVEEN |
Genre | Racing |
Download
Download
Car Racing.apk 46 MB
Leave a comment
Log in with itch.io to leave a comment.