answers.unity $$anonymous$$ Fix

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

Från och med 2022-07-30. Se den senaste versionen.

Skapare
drhouse
Betyg
0 0 0
Version
1.0
Skapad
2022-07-30
Uppdaterad
2022-07-30
Size
1011 Bytes
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)

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