Recent content by hovgaardgames

  1. H

    Lag spike enabling behavior

    Well, switching to binary serialization made the lag spike bigger, and loading async seems that it's not an option because I'm mapping variables. So, what I tried is to call the EnableBehavior function once, disabling it right after, and then my tree is already deserialized, so the next time I...
  2. H

    Lag spike enabling behavior

    Hi, I am having a problem with my behavior tree, I get a huge lag spike every time is enabled, as you can see in this image: It seems that the problem is in the deserialization of the tree, so I read in other posts that the solution is to pool and call the Init function of the external trees...
Top