-
Hello, I am trying to define a directed graph for my agents to traverse through by following this doc page: https://docs.flamegpu.com/guide/environment/index.html#defining-a-directed-graph
I am getting errors trying to define the graph, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Are you using a recent copy of FLAMEGPU2? That feature was only merged mid December (#1089).
It definitely exists in the current state of Try updating your copy of FLAMEGPU2 from git before rebuilding. |
Beta Was this translation helpful? Give feedback.
I found the issue, I simply had to update the tag in my CMakeLists.txt. The template project still has version v2.0.0-rc in its CMake file.