UniTEA
UniTEA copied to clipboard
Multi scene state management
Support for multi-scene state management.
In Elm, by updating the URL.
onUrlRequest : UrlRequest -> msg
onUrlChange : Url -> msg
to notify the Root's State of the URL update using two functions.
In Unity, we need to trigger the above two functions at the Load timing in Scene There is likely to be