Closed Yiiip closed 4 months ago
TypeError: CS.Puerts.PathHelper.IsRelative is not a function 如图:
TypeError: CS.Puerts.PathHelper.IsRelative is not a function
Unity WebGL PuerTS WebGL 2.0.5
在UnityEditor中正常运行,打包到WebBrowser中报了错
https://github.com/Tencent/puerts/blob/master/unity/Assets/core/upm/Runtime/Src/PathHelper.cs#L17 给这个函数加个[Preserve]防裁剪试试
试了下有效果,除了IsRelative外,PathHelper里其他的静态函数也要加上[UnityEngine.Scripting.Preserve]
IsRelative
[UnityEngine.Scripting.Preserve]
error log | 日志或报错信息
TypeError: CS.Puerts.PathHelper.IsRelative is not a function
如图:context | 编译/运行环境
Unity WebGL PuerTS WebGL 2.0.5
在UnityEditor中正常运行,打包到WebBrowser中报了错