diff --git a/addons/godot-xr-tools/plugin.gd b/addons/godot-xr-tools/plugin.gd index d0954f25..965ebc98 100644 --- a/addons/godot-xr-tools/plugin.gd +++ b/addons/godot-xr-tools/plugin.gd @@ -32,6 +32,8 @@ func _define_project_setting( } ProjectSettings.add_property_info(property_info) + if ProjectSettings.has_method("set_as_basic"): + ProjectSettings.call("set_as_basic", p_name, true) ProjectSettings.set_initial_value(p_name, p_default_val)