I can’t find any info about this. I want to restart a graph as if it was just loaded from an asset. It seems stopping a graph does not do it. When I stop a graph and start it it starts at the end of the graph. Is there any way to do this?
Hmm. When Stop and then Start a graph ( or simply using ‘GraphOwner.RestartBehaviour()’ ), it should always start from the start. Please note however that variables are not reset when doing this. Can you please clarify what type of graph are you referring to (BT, FSM, or Dialogue), as well as possibly post a screenshot of your graph?