We have been having some trouble configuring our game’s custom events.
In our project we are sending two numeric custom parameters, they are defined as Integer on Event Manager and assigned to the events. For some reason, on Event Browser, these events are being considered Invalid and the following error message is shown: “Number type expected, but not found, for field - level”.
Does Unity convert every custom parameter to string? Why can’t it parse our numeric fields?