answers.unity $$anonymous$$ Fix

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

Od 30.07.2022.. Pogledajte najnovija verzija.

Autor
drhouse
Ocjene
0 0 0
Verzija
1.0
Stvoreno
30.07.2022.
Ažurirano
30.07.2022.
Size
1011 bajtova
Licenza
CC-BY-NC-SA-4.0
Primjenjuje se

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)

长期地址
遇到问题?请前往 GitHub 提 Issues。