Unity UI Storyboard
🇺🇸English
🇺🇸English
  • UI Storyboard
    • Sample Project
    • 概要
      • References
      • Dependencies
      • Overall structure diagram
      • Key Design Concepts
        • Onion Architecture
        • MVRP Method (Model-View-Reactive Presenter)
        • UI/UX Design Principles
        • Principles for using Reactive libraries
        • About the MVP concept
        • Model, View, Presenter (Lifecycle)
        • Test & Mockup Policy
        • Managing code dependencies and .asmdefs
    • Quick Start
      • 安装
      • Project Initialization
        • Using automatic initialization
      • [Planners] Organizing your first storyboard
        • Determining the reference resolution
        • Page and Modal
        • Creating a Storyboard
        • Add a Page node and a Modal node
        • Representing screen movement
        • Configure a simple mockup UI
        • Adding a mockup UI to a storyboard
        • Leave notes
        • Finalize your storyboard
      • [UI/UX Designer] Designing the UI
        • Organizing screens
        • Organizing with prep
        • Updating your storyboard
        • Tips for newbies
      • [Developers] Write your first UI code
        • See an example of implementing a login modal window
        • View
        • Lifecycle (presenter)
        • Model (ViewModel)
        • Builder
        • LifetimeScope
        • RootLifetimeScope
        • UseCase
        • Repository
        • Gateway
      • [Developers] Writing test/mockup code
        • The power of mockup code
        • Writing mockup code
      • Finished mockup UI
  • UnityScreenNavigator
    • Lifecycle
  • ScreenSystem
    • Understanding the concept
      • What is an out game?
      • Dependencies
      • Relationship to UnityScreenNavigator
      • Class design
      • Implementation Sample Project
    • Core Components
      • LifetimeScope
        • RootLifetimeScope
      • Lifecycle
      • Model
      • View
      • Builder
      • UseCase
        • About the timing of communication processing according to screen switching
      • Repository
    • Screen-to-screen messaging with MessagePipe
Powered by GitBook
On this page
  1. ScreenSystem

Understanding the concept

What is an out game?DependenciesRelationship to UnityScreenNavigatorClass designImplementation Sample Project
PreviousScreenSystemNextWhat is an out game?

Last updated 5 months ago