answers.unity $$anonymous$$ Fix

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

Version au 30/07/2022. Voir la dernière version.

Auteur
drhouse
Notes
0 0 0
Version
1.0
Créé
30/07/2022
Mis à jour
30/07/2022
Taille
1011 octets
Licence
CC-BY-NC-SA-4.0
S'applique à

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。