You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Added `UiPresenterManagerWindow` unified editor tool for managing UI presenters in play mode.
**Changed**:
- **BREAKING**: Removed `IUiAnalytics`, `UiAnalytics`, `NullAnalytics`, and all related analytics types.
- Removed legacy `UiAnalyticsWindow` and `UiServiceHierarchyWindow` editor tools.
@@ -53,9 +54,6 @@ For user-facing docs, treat `docs/README.md` (and linked pages) as the primary d
53
54
-`PrefabRegistryUiAssetLoader`: uses direct prefab references (useful for samples/testing). Can be initialized with a `PrefabRegistryUiConfigs` in its constructor.
54
55
-`ResourcesUiAssetLoader`: uses `Resources.Load`.
55
56
- Supports optional synchronous instantiation via `UiConfig.LoadSynchronously` (in Addressables loader).
0 commit comments