你正在訪問的內容是外部程式的映像位址,僅用於使用者加速訪問,本站無法保證其可靠性。當前的連結位址(單點即可複製)為 https://greasyfork.org.cn/zh-CN/scripts/448659-answers-unity-anonymous-fix,源站連結 點此以跳轉

answers.unity $$anonymous$$ Fix

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


點此查看下載連結位址https://update.greasyfork.org.cn/scripts/448659/answersunity%20%24%24anonymous%24%24%20Fix.user.js

安装此脚本?
作者
drhouse
日安装量
0
总安装量
2
评分
0 0 0
版本
1.0
创建于
2022-07-30
更新于
2022-07-30
大小
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)