The Generate Location Event doesn’t send particle color in the payload. And in the ribbon emitter, I cannot find a way to get the payload too.
I thought this is trivial but it is not, or am I missing something?
The Generate Location Event doesn’t send particle color in the payload. And in the ribbon emitter, I cannot find a way to get the payload too.
I thought this is trivial but it is not, or am I missing something?
I’ve found a very hacky solution.
So you have to **disable **the default ReceiveLocationEvent module. And clone all of its content into your custom ReceiveEvent module. Seems there can be only one “receive” in every event handler.
Or, you can make things simpler by just doing minimal work:
Hope this helps. And I really hope to see a more graceful solution.