From f0519a9308e1f4e52dd1e999aa8e47608d2ec1ab Mon Sep 17 00:00:00 2001 From: jellejurre Date: Wed, 23 Oct 2024 11:57:33 +0200 Subject: [PATCH] Dont rename by default --- Instancer.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Instancer.cs b/Instancer.cs index a819726..5ddf2ce 100644 --- a/Instancer.cs +++ b/Instancer.cs @@ -15,7 +15,7 @@ public class Instancer : MonoBehaviour static Instancer() { - renameInstances = PlayerPrefs.GetString("VRLabs.Instancer.RenameInstances", "True") == "True"; ; + renameInstances = PlayerPrefs.GetString("VRLabs.Instancer.RenameInstances", "False") == "True"; ; } [MenuItem("VRLabs/Rename new Instances", priority = 1)]