answers.unity $$anonymous$$ Fix

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

Penulis
drhouse
Pemasangan harian
0
Total pemasangan
2
Nilai
0 0 0
Versi
1.0
Dibuat
30 Juli 2022
Diperbarui
30 Juli 2022
Size
1013 Byte
Lisensi
CC-BY-NC-SA-4.0
Berlaku untuk

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)