File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed
Assets/MRTK/Tools/MigrationWindow Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -45,13 +45,13 @@ private enum ToolbarOption
45
45
private Type selectedMigrationHandlerType ;
46
46
private string migrationLog ;
47
47
48
- // Assets/MRTK/ Tools/MigrationWindow/Icons/IconMigrationTabDark.png
48
+ // Tools/MigrationWindow/Icons/IconMigrationTabDark.png
49
49
private const string darkTabIconGUID = "b2681195a786ce54e97b2126f1164e1f" ;
50
- // Assets/MRTK/ Tools/MigrationWindow/Icons/IconMigrationTabLight.png
50
+ // Tools/MigrationWindow/Icons/IconMigrationTabLight.png
51
51
private const string lightTabIconGUID = "2064c6a354f93c74397e7795dfbfc111" ;
52
- // Assets/MRTK/ Tools/MigrationWindow/Icons/IconMigrationPass.png
52
+ // Tools/MigrationWindow/Icons/IconMigrationPass.png
53
53
private const string passIconGUID = "f3b1d57b0d86d29419b5737244fed8a9" ;
54
- // Assets/MRTK/ Tools/MigrationWindow/Icons/IconMigrationFail.png
54
+ // Tools/MigrationWindow/Icons/IconMigrationFail.png
55
55
private const string failIconGUID = "5f1c0a610cc7c1841a1e9b43045c3f05" ;
56
56
57
57
private static Texture passIcon ;
Original file line number Diff line number Diff line change @@ -231,6 +231,10 @@ $HardcodedPathExceptions = @{
231
231
' value: Assets/MRTK/Examples/Demos/EyeTracking/Scenes/EyeTrackingDemo-05-Visualizer.unity'
232
232
' value: Assets/MRTK/Examples/Demos/HandTracking/Scenes/NearMenuExamples.unity'
233
233
' value: Assets/MRTK/Examples/Demos/StandardShader/Scenes/MaterialGallery.unity'
234
+ ' value: Assets/MRTK/Examples/Demos/Solvers/Scenes/SurfaceMagnetismSpatialAwarenessExample.unity'
235
+ ' value: Assets/MRTK/Examples/Demos/ScrollingObjectCollection/Scenes/ScrollingObjectCollection.unity'
236
+ ' value: Assets/MRTK/Examples/Demos/HandCoach/Scenes/HandCoachExample.unity'
237
+ ' value: Assets/MRTK/Examples/Experimental/SceneUnderstanding/Scenes/SceneUnderstandingExample.unity'
234
238
);
235
239
}
236
240
You can’t perform that action at this time.
0 commit comments