diff --git a/Assets/Scripts/PlayerController.cs b/Assets/Scripts/PlayerController.cs index 1296365..542bda7 100644 --- a/Assets/Scripts/PlayerController.cs +++ b/Assets/Scripts/PlayerController.cs @@ -75,7 +75,7 @@ public class PlayerController : MonoBehaviour mr = playerSkin.GetComponent(); mr.material = characterSkins[characterSelect]; - Application.targetFrameRate = 45; + Application.targetFrameRate = 60; } void OnControllerColliderHit(ControllerColliderHit hit)