csciguy8
csciguy8
> @csciguy8 I hate to say this, but I would really like to revert this change and test it further before we release it. No worries there. I think getting...
I was able to get [cesium-unreal-samples](https://github.com/CesiumGS/cesium-unreal-samples) up and running with UE 5.4 Preview 1 on Windows. You can build from [this branch](https://github.com/CesiumGS/cesium-unreal/tree/ue_5.4_support) and follow the typical [developer workflow](https://github.com/CesiumGS/cesium-unreal/blob/ue_5.4_support/Documentation/developer-setup-windows.md) to build...
Also tested dropping the plugin directly into a fresh project (blueprints or C++). Seems to work just fine. You can grab some of the built artifacts from [here](https://github.com/CesiumGS/cesium-unreal/actions/runs/8759997671)
Hi @wuwei416, can we continue this thread on the forum? Either a new post or [this related one](https://community.cesium.com/t/upgrading-cesium-to-run-in-ue5-4/31274). (Btw, your steps look good to me. Also, if you're able to...
> And can you please tell me the specific schedule, one month later,or two month later:) @wuwei416 , how about now? :) Support for UE 5.4 is now official... https://github.com/CesiumGS/cesium-unreal/releases/tag/v2.5.0
+1 for this. I encountered this problem when creating scenes from C++ code ([performance tests](https://github.com/CesiumGS/cesium-unreal/blob/95e3b227fc4138f9f3307c40c74493f6a4bbb218/Source/CesiumRuntime/Private/Tests/Google3dTilesLoadTest.cpp#L141)). For locations very far from me (like Japan), the scene started out as completely black....
Sounds very much like, https://github.com/CesiumGS/cesium-unreal/issues/1359
Haven't dug in real deep yet, but noticed there are no new unit tests . Might be nice to add a few, especially if you know of typical use cases,...
> GltfConverters::convert returns a complete model, not a future, so I do a wait() on the accessor future that returns the .glb file. I don't know if that's bad form...
> What makes an IAssetAccessor::get call hidden? Or, put another way, what's the alternative when another get() needs to be made in the while processing the content of a previous...