You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.
When i clone and run the examples according to the readme on Windows, it shows the rotating Hello World! text and also the AltspaceVR box underneath.
When i do the same on WSL2 in Ubuntu, it just shows the rotating text, but no box. Also in the other examples it only shows the text.
The only thing that looks different in the console is during the npm run build where it shows:
/home/mhe/code/mixed-reality-extension-sdk-samples/samples/hello-world/src/app.ts
1:4 warning Expected linebreaks to be 'CRLF' but found 'LF' linebreak-style
2:61 warning Expected linebreaks to be 'CRLF' but found 'LF' linebreak-style
3:35 warning Expected linebreaks to be 'CRLF' but found 'LF' linebreak-style
...
The text was updated successfully, but these errors were encountered:
When i clone and run the examples according to the readme on Windows, it shows the rotating
Hello World!
text and also theAltspaceVR
box underneath.When i do the same on WSL2 in Ubuntu, it just shows the rotating text, but no box. Also in the other examples it only shows the text.
The only thing that looks different in the console is during the
npm run build
where it shows:The text was updated successfully, but these errors were encountered: