-
Notifications
You must be signed in to change notification settings - Fork 297
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Linker error when packaging when the Cesium and Pixel Streaming plugins are both enabled #1420
Comments
PixelStreaming use WebRTC, then WebRTC use link to webtrc.lib |
Looks like both WebRTC and S2Geometry link parts of Abseil into themselves statically. This is going to be very tricky to solve. |
Hi @alingkumo, did you find a workaround for this issue? Thanks |
@Immersiv-1 I just change the absl namespace to others, and recompile s2geometry in the cesium native, that can work but not the best solution. |
Yeah that's a good idea @alingkumo. We'll probably have to do something similar to fix it in the shipped version of Cesium for Unreal. |
Hello everyone, When i use both Pixelstreaming and CesiumForUnreal, when I packing the project,the problem happened!!
I found a similar problem in CesiumGS/cesium-native@cd67f6f, should the native update or ?
The text was updated successfully, but these errors were encountered: