cesium-unity
cesium-unity copied to clipboard
for WSA build typo?
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...
- public const string CppOutputPath = "../native~/Editor/generated-WSA";
than
- public const string CppOutputPath = "../native~/Runtime/generated-WSA";
related commit : https://github.com/CesiumGS/cesium-unity/commit/6c47c1e4
You're right! It didn't break anything because the Editor assembly is never built for WSA / UWP.