GoCarrot / teak-unity

Teak SDK for Unity
Apache License 2.0
0 stars 1 forks source link

Update Teak.jslib to use native SDK for deep linking #85

Open AlexSc opened 1 year ago

AlexSc commented 1 year ago

Currently routes will be processed in a random order because they're added to and enumerated over an object.

AlexSc commented 4 months ago

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.