answers.unity $$anonymous$$ Fix

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

As of 2022-07-30. See the latest version.

نووسەر
drhouse
Ratings
0 0 0
وەشان
1.0
Created
2022-07-30
Updated
2022-07-30
Size
1013 Bytes
مۆڵەت
CC-BY-NC-SA-4.0
Applies to

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。