JasonXuDeveloper / JEngine

The solution that allows unity games to update in runtime. 使Unity开发的游戏支持热更新的解决方案。
https://docs.xgamedev.net/
MIT License
2.01k stars 332 forks source link

ChangeScene类加载DoChange找不到InitJEngine脚本的问题 #499

Closed donitry closed 1 year ago

donitry commented 1 year ago

image 将RuntimeInitializeLoadType.BeforeSceneLoad改为AfterSceneLoad就可以了。

使用unity版本为2022.3.9
出现问题位置为:ChangeScene类 报错内容:没有找到InitJEngine脚本,无法检验秘钥是否正确

JasonXuDeveloper commented 1 year ago

已修复