Reply To: Custom Event possibly not working? (Tooltip inconsistency adds confusion)

FlowCanvas Forums Support Custom Event possibly not working? (Tooltip inconsistency adds confusion) Reply To: Custom Event possibly not working? (Tooltip inconsistency adds confusion)

#1148
swiftillusion
Participant

Thanks for the response but that’s not the issue. If I set the color via update etc it works perfectly, that was the first thing I made sure of.

EDIT:
Very weird, I discovered that the global event is being properly sent to the cube in the client version (only the one it is attached to), and on the listen server, however the original cube instantiated on the listen server doesn’t work at all.
The specific object event still works for neither.
Which doesn’t make sense to me because the test log is functioning properly for both?
Edit 2:
It’s not actually being ‘properly’ sent. When I join with the second cube, on the client it send the global event to itself, but on the server side that login causes the original cube to change color-rather than the new one? Very confusing, might be a result of it being global though, or something? As the object call doesn’t work at all.

Edit3:
I’m wondering if this is related to an error received after I stop the project,
“NullReferenceException: Object reference not set to an instance of an object
ParadoxNotion.Services.MessageRouter.UnRegister (System.Object target, System.String[] messages) (at Assets/ParadoxNotion/FlowCanvas/Framework/_Commons/Runtime/Services/MessageRouter.cs:247)”

-I just removed the script with that is sending the custom event and this error disappeared so it must be related in some way, though I don’t know enough to understand if it’s just miscellaneous errors on stopping the graph rather than directly related to attempted messages.