Skip to content

Commit 6c3e20f

Browse files
authored
Merge pull request #6969 from microsoft/issue/6938
Remove if UNITY_EDITOR check
2 parents 2d13823 + 9645a83 commit 6c3e20f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Assets/MixedRealityToolkit.SDK/Features/UX/Scripts/Collections/GridObjectCollection.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -458,7 +458,6 @@ private void Awake()
458458
}
459459

460460
#region asset version migration
461-
#if UNITY_EDITOR
462461
private const int CurrentAssetVersion = 1;
463462

464463
[SerializeField]
@@ -504,7 +503,6 @@ private string GetUserFriendlyName()
504503

505504
return objectName;
506505
}
507-
#endif
508506
#endregion
509507

510508
}

0 commit comments

Comments
 (0)