Greasy Fork is available in English.

answers.unity $$anonymous$$ Fix

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

Автор
drhouse
Щоденних встановлень
0
Всього встановлень
2
Рейтинги
0 0 0
Версія
1.0
Створено
30.07.2022
Оновлено
30.07.2022
Size
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)