We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
最近我们将项目使用的 puerts 和 loader 版本都进行了更新. 更新后发现加载 ts 脚本的速度比之前慢了非常多.
使用的 Unity 版本: 6000.0.26f1 使用 Puerts 版本: v2.0.5 - Node.js 版本 以下三种测试方法都是使用同样的代码库, 唯一的区别是 Jsenv 是否使用 tsloader 进行读取/使用的版本不同. 消耗时间则是通过 unity profiler 进行统计.
不使用 tsloader, 预编译成 js 后, puerts 初始化时间为 5500 ms
使用 tsloader v 2.0.1, 直接读取 ts, puerts 初始化时间为 20176 ms
使用 tsloader v2.0.5 (看起来是有 bug), 直接读取 ts, puerts 初始化时间为 87504 ms
The text was updated successfully, but these errors were encountered:
No branches or pull requests
最近我们将项目使用的 puerts 和 loader 版本都进行了更新. 更新后发现加载 ts 脚本的速度比之前慢了非常多.
使用的 Unity 版本: 6000.0.26f1
使用 Puerts 版本: v2.0.5 - Node.js 版本
以下三种测试方法都是使用同样的代码库, 唯一的区别是 Jsenv 是否使用 tsloader 进行读取/使用的版本不同.
消耗时间则是通过 unity profiler 进行统计.
不使用 tsloader, 预编译成 js 后, puerts 初始化时间为 5500 ms
使用 tsloader v 2.0.1, 直接读取 ts, puerts 初始化时间为 20176 ms
使用 tsloader v2.0.5 (看起来是有 bug), 直接读取 ts, puerts 初始化时间为 87504 ms
The text was updated successfully, but these errors were encountered: