We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e470d3b commit a90f7c5Copy full SHA for a90f7c5
Assets/MRTK/SDK/Features/UX/Scripts/Collections/GridObjectCollection.cs
@@ -517,9 +517,9 @@ protected virtual void OnDrawGizmosSelected()
517
}
518
519
520
+#if UNITY_EDITOR
521
private void Awake()
522
{
-#if UNITY_EDITOR
523
if (!EditorApplication.isPlaying)
524
525
if (assetVersion != CurrentAssetVersion)
@@ -528,8 +528,8 @@ private void Awake()
528
PerformVersionPatching();
529
530
531
-#endif
532
+#endif
533
534
#region asset version migration
535
private const int CurrentAssetVersion = 1;
0 commit comments