01-12-2021, 07:56 AM
Curvy Splines' scripts are all initialized by the end of their Start method, and in some cases even earlier, by the end of the OnEnable method. The only exception I am aware of is the Curvy Generator, which has a frame delay.
I don't have much experience using PlayMaker, so I am not familiar with its execution order. Try modifying the execution order of the relevant scripts to make your FSM assigning values to the controller run after the controller script, this might fix the issue. If not, try inverting the order, who knows. If still not working, please send me privately a reproduction case and I will try to find a solution.
I don't have much experience using PlayMaker, so I am not familiar with its execution order. Try modifying the execution order of the relevant scripts to make your FSM assigning values to the controller run after the controller script, this might fix the issue. If not, try inverting the order, who knows. If still not working, please send me privately a reproduction case and I will try to find a solution.
Available for freelance work, feel free to reach out: toolbuddy.net
Please consider leaving a review for Curvy, this helps immensely. Thank you.
Please consider leaving a review for Curvy, this helps immensely. Thank you.

