answers.unity $$anonymous$$ Fix

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

Pada tanggal 30 Juli 2022. Lihat %(latest_version_link).

Penulis
drhouse
Nilai
0 0 0
Versi
1.0
Dibuat
30 Juli 2022
Diperbarui
30 Juli 2022
Size
1011 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)

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