IsotopicIO / iso-space-game

An open source 3D Unity Game
MIT License
11 stars 4 forks source link

Dev ship visuals parent #9

Closed fourthedesign closed 1 year ago

fourthedesign commented 1 year ago

Added a "visuals" parent to the ship prefab, to group together all the visual components of the ship. Made the appropriate change on ship controller to rotate the visuals parent based on horizontal speed. (Previously the entire ship parent was rotated). Deprecated CamerController, since the camera movement logic is now on the ShipController, and removed the camera controller component from the scene camera.