static void UpdateValue() { if (_singleton == null) { _singleton = ScriptableObject.CreateInstance <ChiselMeshLookup>(); _singleton.hideFlags = HideFlags.HideAndDontSave; } }
internal void OnDisable() { data.Dispose(); _singleton = null; }