CesiumGS / cesium-unity

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

for WSA build typo? #366

Open tomlee-dev opened 1 year ago

tomlee-dev commented 1 year ago

I found that akward code for building WSA (for editor.) https://github.com/CesiumGS/cesium-unity/blob/878245e15f2165d7bf331788fcfa69380fe1bc89/Editor/ConfigureReinterop.cs#L26

I think this line have to be...

than

related commit : https://github.com/CesiumGS/cesium-unity/commit/6c47c1e4

kring commented 1 year ago

You're right! It didn't break anything because the Editor assembly is never built for WSA / UWP.