-
-
Notifications
You must be signed in to change notification settings - Fork 170
Closed
Labels
react relatedTicket is React relatedTicket is React related
Description
I have a method passing array indexes from React to Unity code, and the code works for all values but 0.
It looks like there's a bug when trying to set a default value :
https://github.com/jeffreylanters/react-unity-webgl/blob/master/source/modules/UnityEvent.js#L13
parameter || ''
Falsy values are always replaced by an empty string.
Metadata
Metadata
Assignees
Labels
react relatedTicket is React relatedTicket is React related