feat: Enhance scene transition management and HUD scaffolding
- Added RequestTransition method to ISceneService for direct scene transition requests without needing Inspector SO references. - Updated DoorTransition and RoomTransition to utilize the new RequestTransition method via ServiceLocator. - Introduced SceneFadeController to manage scene fade effects during transitions, with event channel integration for fade requests. - Created HUDScaffoldWizard to automate HUD Canvas setup, including various UI elements and event channel bindings. - Updated assembly definitions to include necessary dependencies for new UI components. - Added Streaming assets for budget configuration to optimize scene loading and memory management.
This commit is contained in:
@@ -22,7 +22,8 @@
|
||||
"BaseGames.Quest",
|
||||
"BaseGames.Skills",
|
||||
"Unity.Addressables",
|
||||
"Unity.ResourceManager"
|
||||
"Unity.ResourceManager",
|
||||
"BaseGames.Feedback"
|
||||
],
|
||||
"autoReferenced": true,
|
||||
"overrideReferences": false,
|
||||
|
||||
Reference in New Issue
Block a user