Sorry for the late reply!
Right now, graphs are initialized as soon as the first execution call to them has been made, thus the first time the Behaviour is enabled/started.
I will introduce a way to pre-initialize behaviours in a future update soon, but until that is implemented, what you can do is to let the behaviours automatically start when enabled for one frame and manually stop them immediately by calling StopBehaviour(), only to call StartBehaviour() once again when you need the behaviour to start.
This way, the behaviour will get a chance to initialize.
Please let me know if that works for you, but once again, the ability to pre-initialize behaviours will be possible in a very soon to come update.
Thank you!
Join us on Discord: https://discord.gg/97q2Rjh
Login
Register
By registering on this website you agree to our Privacy Policy.