File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Assets/MixedRealityToolkit.Tests/PlayModeTests/Experimental Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1010// issue will likely persist for 2018, this issue is worked around by wrapping all
1111// play mode tests in this check.
1212
13+ using Assert = UnityEngine . Assertions . Assert ;
14+ using Microsoft . MixedReality . Toolkit . Experimental . UI . BoundsControl ;
15+ using Microsoft . MixedReality . Toolkit . Input ;
1316using Microsoft . MixedReality . Toolkit . UI ;
17+ using Microsoft . MixedReality . Toolkit . Utilities ;
1418using NUnit . Framework ;
1519using System . Collections ;
20+ using UnityEditor ;
1621using UnityEngine ;
1722using UnityEngine . TestTools ;
18- using Microsoft . MixedReality . Toolkit . Input ;
19- using Microsoft . MixedReality . Toolkit . Utilities ;
20- using Assert = UnityEngine . Assertions . Assert ;
21- using Microsoft . MixedReality . Toolkit . Experimental . UI . BoundsControl ;
22- using UnityEditor ;
2323
2424namespace Microsoft . MixedReality . Toolkit . Tests . Experimental
2525{
You can’t perform that action at this time.
0 commit comments