CesiumGS / cesium-unity

Bringing the 3D geospatial ecosystem to Unity
https://cesium.com/platform/cesium-for-unity/
Apache License 2.0
358 stars 83 forks source link

Fix test failure by yielding null instead of WaitForEndOfFrame. #423

Closed kring closed 9 months ago

kring commented 9 months ago

This fixes the test failure on CI and on my own machine when running the tests from the command-line the way that CI does. I can't entirely explain why WaitForEndOfFrame causes problems, though.

kring commented 9 months ago

All green, so I'm merging.