tamacodechi / Games-Development

0 stars 0 forks source link

Add 3D Camera w/ Mouse Controls #16

Closed Barton-Loutit closed 9 months ago

Barton-Loutit commented 9 months ago

Added Cinemachine Package and controls using a free form camera to the project, targeting the player's vehicle. Also updated the player model in the AllWorld scene to be a vehicle instead of a cube. Testing the pickup system required to change movement to at translation system until we implement car based movement (Unity has tutorials for how their Engine manages cars: https://docs.unity3d.com/Manual/WheelColliderTutorial.html)