RE-SS3D / SS3D

Space Station 3D, another remake of SS13, but with an extra D.
https://ss3d.space/
252 stars 139 forks source link

Create a custom character controller #494

Closed TaylorNAlbarnaz closed 2 years ago

TaylorNAlbarnaz commented 4 years ago

Summary

Right now the player is controlled by a CharacterController, which prevents us from adding a RigidBody, which also means poorer physics interactions, right now the player can easily push a 1000 kilos locker, has no mass at all and so on, the player should have a Rigidbody component and be controlled by the HumanoidMovementController script.

Goal

Remove the CharacterController component Make the player movement work with a Rigidbody

Ryan089 commented 2 years ago

After consideration, it was decided that Rigidbodies were not the preferred method of controlling the character.