We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75808a2 commit 04e0861Copy full SHA for 04e0861
2 files changed
LICENSE.md
@@ -1,4 +1,4 @@
1
-BehaviourTreeDesigner
+OpenBehaviourTree
2
3
Copyright (c) 2022 David McDonagh
4
Runtime/TestMock.cs
@@ -13,8 +13,8 @@ public class TestMock
13
* Holds mock objects for tests
14
*/
15
16
- string testBlackboardPath = "Packages/OpenBehaviourTree/Tests/TestAssets/TestBlackboard.asset";
17
- string testBehaviourTreePath = "Packages/OpenBehaviourTree/Tests/TestAssets/TestTree.asset";
+ string testBlackboardPath = "Packages/com.davidmcdonagh-openbehaviourtree/Tests/TestAssets/TestBlackboard.asset";
+ string testBehaviourTreePath = "Packages/com.davidmcdonagh-openbehaviourtree/Tests/TestAssets/TestTree.asset";
18
19
public static float ActionDuration(){
20
return .5f;
0 commit comments