answers.unity $$anonymous$$ Fix

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

Fejlesztő
drhouse
Napi telepítések
0
Telepítések száma
2
Értékelések
0 0 0
Verzió
1.0
Létrehozva
2022.07.30.
Frissítve
2022.07.30.
Licensz
CC-BY-NC-SA-4.0
Érvényes

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)