Skip to content

Commit 04e0861

Browse files
committed
Fix test asset paths when using as a package.
1 parent 75808a2 commit 04e0861

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
BehaviourTreeDesigner
1+
OpenBehaviourTree
22

33
Copyright (c) 2022 David McDonagh
44

Runtime/TestMock.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ public class TestMock
1313
* Holds mock objects for tests
1414
*/
1515

16-
string testBlackboardPath = "Packages/OpenBehaviourTree/Tests/TestAssets/TestBlackboard.asset";
17-
string testBehaviourTreePath = "Packages/OpenBehaviourTree/Tests/TestAssets/TestTree.asset";
16+
string testBlackboardPath = "Packages/com.davidmcdonagh-openbehaviourtree/Tests/TestAssets/TestBlackboard.asset";
17+
string testBehaviourTreePath = "Packages/com.davidmcdonagh-openbehaviourtree/Tests/TestAssets/TestTree.asset";
1818

1919
public static float ActionDuration(){
2020
return .5f;

0 commit comments

Comments
 (0)