Skip to content

for WSA build typo? #366

@tomlee-dev

Description

@tomlee-dev

I found that akward code for building WSA (for editor.)

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

No one assigned

    Labels

    good first issueGood for newcomersqualityImprove code quality or encourage developer success

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions