godot-xr-tools icon indicating copy to clipboard operation
godot-xr-tools copied to clipboard

Function_pointer action error spam

Open dominiks opened this issue 4 years ago • 1 comments

Hi, when setting the Function_Pointer's Active Button to Vr Action and set the name of one of my actions (100% defined in the project's Input map) the editor is filled with the error message

The InputMap action "vr_right_trigger" doesn't exist. Did you mean "ui_right"?

The message disappears when I remove the tool declaration from the script (obviously). But I am not sure if it needs to be a tool.

dominiks avatar Jan 02 '22 19:01 dominiks

dangit, it needs to be a tool script for some of the options to work, which is annoying, but it needs extra checks to skip over the process code when running in the editor.

BastiaanOlij avatar Feb 06 '22 12:02 BastiaanOlij