Open AlexSc opened 1 year ago
Currently routes will be processed in a random order because they're added to and enumerated over an object.
The JS SDK now has registerRoute and handleDeepLink which handle deep links correctly. The Unity SDK should be updated to leverage the JS SDK for this.
Currently routes will be processed in a random order because they're added to and enumerated over an object.