diff --git a/GAMA Plugin/gaml.extension.unity/src/gaml/extension/unity/commands/wizard/VRModelGenerator.java b/GAMA Plugin/gaml.extension.unity/src/gaml/extension/unity/commands/wizard/VRModelGenerator.java index 240e1b5..151eec9 100755 --- a/GAMA Plugin/gaml.extension.unity/src/gaml/extension/unity/commands/wizard/VRModelGenerator.java +++ b/GAMA Plugin/gaml.extension.unity/src/gaml/extension/unity/commands/wizard/VRModelGenerator.java @@ -463,6 +463,9 @@ public String UnityLinkerSpecies() { } } + // Disable the `ask closing` pop-up for VR experiment only + modelUnityLinker.append("\n\t\tgama.pref_experiment_ask_closing <- false;"); + modelUnityLinker.append("\n\t}"); }