[2025.01.07-17.24.56:096][611]PackagingResults: Error: Unable to find UCesiumGeoreference for UCesiumGlobeAnchorComponent - returning unit ellipsoid.
[2025.01.07-17.25.06:165][811]PackagingResults: Error: Unknown Cook Failure
打包失败额报错,不晓得为啥
[2025.01.07-17.24.56:096][611]PackagingResults: Error: Unable to find UCesiumGeoreference for UCesiumGlobeAnchorComponent - returning unit ellipsoid.
[2025.01.07-17.25.06:165][811]PackagingResults: Error: Unknown Cook Failure
打包失败额报错,不晓得为啥
The first error you listed there, where it’s unable to find the UCesiumGeoreference, is a problem - you should have a UCesiumGeoreference in your scene with the ellipsoid set to the ellipsoid you’re using - but it shouldn’t prevent packaging. Can you share more of the log to help us identify why this issue might be happening?
这个问题我也不清楚为啥,不过我删除原有的旧的CesiumGeoreference,重新添加新的CesiumGeoreference就能沟打包成功
PackagingResults: Error: Unable to find UCesiumGeoreference for UCesiumGlobeAnchorComponent - returning unit ellipsoid.
这个问题又一次出现,导致我无法打包成功,如果打包成功,运行ue程序包exe也是黑屏的状态,我的项目用的是cesimforUE 2.11.0 本地编译的插件包。
不过我后来修复了,我是通过将CesiumGeoreference1这个旧的actor删除,此时会自动添加一个新的CesiumGeoreference0,我将我所有引用都指向新的CesiumGeoreference0,这个时候就能够成功打包并且不会出现黑屏。
不清楚为啥会这样,不晓得新版插件是否对其进行了修复