com.unity.dt.app-ui 2.0.0-pre.21

com.unity.dt.app-ui

Source docs
Notes: processedReleased June 13, 2025

Browse versions

PreviousNext

Unity Compatibility

Minimum Unity: 2021.3

Package Dependencies

  • com.unity.modules.androidjni (1.0.0)
  • com.unity.modules.physics (1.0.0)
  • com.unity.modules.screencapture (1.0.0)
  • com.unity.modules.uielements (1.0.0)

📈 Improvements

  • The `NavDestination` node now uses a `NavDestinationTemplate` as a delegate to create and set up a `INavigationScreen` when reaching this destination.
  • Moved `NavDestination` specific settings such as `showAppBar` inside the new `DefaultNavDestinationTemplate`.

Features

  • Added a default implementation of `NavDestinationTemplate` named `DefaultNavDestinationTemplate` which handles the creation of default `NavigationScreen` objects.
  • Added `INavigationScreen` interface, more extensible than the base class `NavigationScreen`.