Benedikt
Benedikt
I also run often without controllers, and turn them on later. Didn't have the issue so far. I would be good to know what Godot version you are using as...
Could you try the current 3.1 + the current asset and see if the demo works? There have been some breaking changes in GDNative around Godot 3.1 beta/RCs if I...
I've recently set up am Ubuntu 18.04 container for compiling this on Linux. Godot compiled on newer distros could be the cause of the crash on Ubuntu, which have lower...
1) 3.1 as well as master should be fine. 2) libc is the one from Ubuntu 18.04, so in theory anything equal or newer should work
Do you have a file Milkyway.png there? It seems to be missing according to the output
ok, try deleting Milkyway.png.import and see if the editor imports it again
Yeah, seems that we never implemented setting this. Right now, the plugin only checks the default paths: https://github.com/GodotVR/godot_openvr/blob/master/src/open_vr/openvr_data.cpp#L185
Hey I've been meaning for some time to implement this myself, so thanks for working on this! A couple of comments: - I would leave the platform= argument as it...
Ah yes I must have mistaken that variable, sorry, I got mixed up and thought platform was being overwritten :) Looks good to me then.
Hi managed to test this successfully with two small issues: 1) In line 63 and 66 scons was complaining about mixed tabs and spaces for indentation 2) The resulting file...