UniTEA icon indicating copy to clipboard operation
UniTEA copied to clipboard

Multi scene state management

Open uzimaru0000 opened this issue 5 years ago • 0 comments

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

uzimaru0000 avatar Jun 22 '20 20:06 uzimaru0000