I created a player movement script using transform.translate instead of addForce or velocity, but obviously, physics such as slow-down when climbing a slope does not apply. Is there any way I can add physics with transform.translate only?
Its rigidbody.MovePosition or custom Collision detection, I do believe.
MovePosition is the physics equivalent of Translate.