Posts by Pedro Cardoso • 1 point
1 post
-
-1
votes2
answers46
viewsQ: Do parameters harm physics in Unity update method?
Well, basically I created a Playercontroller class and was separating some methods until creating a Playermechanics method(float jumpForce, etc...). When placing this method inside Update() I…