Skip to content

Commit a2fac46

Browse files
removed migration and moved to separate PR
1 parent 629dbd6 commit a2fac46

File tree

3 files changed

+0
-327
lines changed

3 files changed

+0
-327
lines changed

Assets/MixedRealityToolkit.SDK/Experimental/Features/Utilities/Migration/BoundsControlMigrationHandler.cs

Lines changed: 0 additions & 300 deletions
This file was deleted.

Assets/MixedRealityToolkit.SDK/Experimental/Features/Utilities/Migration/BoundsControlMigrationHandler.cs.meta

Lines changed: 0 additions & 11 deletions
This file was deleted.

Assets/MixedRealityToolkit.SDK/Inspectors/UX/BoundingBox/BoundingBoxInspector.cs

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
// Licensed under the MIT License. See LICENSE in the project root for license information.
44
//
55

6-
using Microsoft.MixedReality.Toolkit.Experimental.Utilities;
76
using Microsoft.MixedReality.Toolkit.Input;
87
using Microsoft.MixedReality.Toolkit.UI;
98
using Microsoft.MixedReality.Toolkit.Utilities.Editor;
@@ -45,21 +44,6 @@ public override void OnInspectorGUI()
4544
}
4645

4746
DrawDefaultInspector();
48-
49-
// Draws warning message for deprecated object with button for migration option
50-
DrawDeprecated();
51-
}
52-
53-
private void DrawDeprecated()
54-
{
55-
EditorGUILayout.HelpBox("This Component is deprecated. Please migrate object to up to date version", UnityEditor.MessageType.Warning);
56-
if (GUILayout.Button("Migrate Object"))
57-
{
58-
BoundsControlMigrationHandler migrationHandler = new BoundsControlMigrationHandler();
59-
migrationHandler.Migrate(((BoundingBox)target).gameObject);
60-
61-
}
6247
}
6348
}
6449
}
65-

0 commit comments

Comments
 (0)