answers.unity $$anonymous$$ Fix

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

Устаревшая версия за 30.07.2022. Перейдите к последней версии.

Автор
drhouse
Оценки
0 0 0
Версия
1.0
Создано
30.07.2022
Обновлено
30.07.2022
Размер
1013 байт
Лицензия
CC-BY-NC-SA-4.0
Работает на

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。