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