-
Notifications
You must be signed in to change notification settings - Fork 93
Open
Labels
good first issueGood for newcomersGood for newcomersqualityImprove code quality or encourage developer successImprove code quality or encourage developer success
Description
I found that akward code for building WSA (for editor.)
cesium-unity/Editor/ConfigureReinterop.cs
Line 26 in 878245e
public const string CppOutputPath = "../native~/Runtime/generated-WSA"; |
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 : 6c47c1e4
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomersqualityImprove code quality or encourage developer successImprove code quality or encourage developer success