When we try build for PS4, the flow scripts are deserialized without problems, but dialog trees seem to be badly deserialized. Debug.Log tells us there is no actor parameter even though we referenced some in the scene, and we have null refs on the nodes in the Unpack method in the GraphSource.cs script (l.113)
[Update] It seems that in the GraphSource::Unpack methods, the value outConnection on nodes is null.
I guess outConnection is not supposed to be null.
It’s juste for dialogue tree, flow script works and their outConnections are not null.Do you have an idea of of what can cause this bug? Can a different script execution order between PC and PS4 be the cause of this error?
(Unity version = 2021.3.10f and Flow canvas is up to date)