Okay I think the fix broke other parts in our FSMs that previously worked. E.g. there was a SendEvent<string> Action where the EventValue type was not a string, but an integer. That worked previously but after applying the fix the receiver just gets NULL as the string parameter from the event.
Inspector should warn in such cases at least.
For now it seems we have too many places where it already works without the hotfix, but with the hotfix, everything gets broken 😉
Login
Register
By registering on this website you agree to our Privacy Policy.