Greasy Fork is available in English.

answers.unity $$anonymous$$ Fix

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

Tekijä
drhouse
Päivittäiset asennukset
0
Asennuskerrat
2
Arvostelut
0 0 0
Versio
1.0
Luotu
30.7.2022
Päivitetty
30.7.2022
Lisenssi
CC-BY-NC-SA-4.0
Käytössä

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)