V2 of me trying to make extension that adds VR support for gdevelop using the webXR api
First off all, you're going to need to have Github Desktop installed.
Then once opened go to File > Clone repository > URL
then paste in https://github.com/Kravataf/GDXR
to clone the repository so you can do PRs or other stuff..
I use VS Code for coding but i don't think it really matters, you just need to open the workspace from a file and the entire repository should appear in VS Code:
You may have also noticed that the extension file is missing (from this repository)
That's because the only thing the extension really has is loading files from this repository. I tried using eval();
but it just didn't work for whatever reason so yeah..