Greasy Fork is available in English.

answers.unity $$anonymous$$ Fix

fixes persistent text issue of '$$anonymous$$' replacing 'M' everywhere

Skapare
drhouse
Dagliga installationer
0
Totala installationer
2
Betyg
0 0 0
Version
1.0
Skapad
2022-07-30
Uppdaterad
2022-07-30
Licens
CC-BY-NC-SA-4.0
Gäller för

fixes longstanding annoying text issue of '$$anonymous$$' replacing 'M' everywhere, example:
if($$anonymous$$athf.Abs(rigidbody.velocity.x) > maxSpeed || $$anonymous$$athf.Abs(rigidbody.velocity.y) > maxSpeed)
script fix:
if(Mathf.Abs(rigidbody.velocity.x) > maxSpeed || Mathf.Abs(rigidbody.velocity.y) > maxSpeed)