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)]