We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e8b9c1 commit 165cdb0Copy full SHA for 165cdb0
PracticeModManager.cs
@@ -299,7 +299,7 @@ Text NewGrabbedObjectText()
299
string GetPlayerTextString()
300
{
301
Vector3 position = playerMotor.transform.position;
302
- Vector3 velocity = playerMotor.GetComponent<CharacterController>().velocity;
+ Vector3 velocity = characterController.velocity;
303
Vector3 rotation = playerMotor.transform.rotation.eulerAngles;
304
float scale = playerMotor.transform.localScale.x;
305
string dynamicInfo = "";
0 commit comments