Skip to content

Commit 5b14c9b

Browse files
committed
Added a WorldAnchorManager to the scene
1 parent 5d1eb68 commit 5b14c9b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Assets/HoloToolkit-UnitTests/Editor/Utilities/WorldAnchorManagerTests.cs

+8
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ namespace HoloToolkit.Unity.Tests
66
{
77
public class WorldAnchorManagerTests
88
{
9+
[SetUp]
10+
public void ClearScene()
11+
{
12+
TestUtils.ClearScene();
13+
var managers = new GameObject("Managers");
14+
managers.AddComponent<WorldAnchorManager>();
15+
}
16+
917
[Test]
1018
public void TestGenerateAnchorNameFromGameObject()
1119
{

0 commit comments

Comments
 (0)