I removed the Repeat Forever Node, the tree know can run as I excepted.
but I run into another problem. whenever the Creating random path action (see below) has executed, all actions behind it don’t execute at all.
I can’t see where the problem it is. the Create Random Path Action is very simple right now, it actually creates the new path at Vector3(-10, 0, 0) correctly without any problems. but the actions or other action lists behind it don’t execute, it seems like there nothing behind it.
any help will be greatly appreciated.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
[Name("Create Random Path")]
[Description("Creates a random path from the agents position")]