ScreenSystem depends on the following libraries <markdependencies.on the following libraries
VContainer
DI framework to manage the dependencies of classes and objects.
UnityScreenNavigator
Splits the screen into pages and modules and toggles between them to perform screen transitions.
UniTask
OSS for easy handling of tasks, widely used for communication, screen transitions, and more.
Use it with the following libraries recommended forwith the following libraries
UniRx
Primarily used to notify Presenter of events in the View and to implement MVP (MVRP).
MessagePipe
A messaging library used when you want to send updates to other concurrently existing screens.
Last updated