Numeric custom parameters are not parsed

Hello,

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?

Hello Mariabrito17

Is this the same issue as you reported here?

If you could share a code snippet it would help us out.