Error at (1, 9): Could not find base class "StartXR"

Godot Version

4.5 Stable

Question

Im trying to run the Meta Scene Sample from here:

I cloned the repo, opened the project, installed the Vendors plugin V4

But when I try to run the project, I get:

Error at (1, 9): Could not find base class “StartXR”.

I have installed the Vendors plugin from AssetLib and also tried the one from the git repo

This used to work and I have other projects where this worked

Any ideas?

Bryan
This used to work!

Hey Bryan,

As the number of samples are growing, to make it easier to maintain all the shared files like the start script, are placed in a single folder in the main demo: :godot_openxr_vendors/demo/addons/common at master · GodotVR/godot_openxr_vendors · GitHub

When you build the plugin (gradlew.bat buildPlugin), it should copy this folder into all the sample folders.

Note that when you clone, you always have to build the plugin so it also puts all the binaries in place.

Thanks Bastiaan!

I got it workling

Bryan