- 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.
52 lines
1.4 KiB
Plaintext
52 lines
1.4 KiB
Plaintext
{
|
|
"name": "BaseGames.Editor",
|
|
"rootNamespace": "BaseGames.Editor",
|
|
"references": [
|
|
"BaseGames.Core",
|
|
"BaseGames.Core.Events",
|
|
"Unity.Addressables",
|
|
"Unity.Addressables.Editor",
|
|
"BaseGames.Core.Save",
|
|
"BaseGames.Input",
|
|
"BaseGames.Combat",
|
|
"BaseGames.Combat.StatusEffects",
|
|
"BaseGames.Quest",
|
|
"BaseGames.World.Shop",
|
|
"BaseGames.Player",
|
|
"BaseGames.Player.States",
|
|
"BaseGames.Enemies",
|
|
"BaseGames.Enemies.Navigation",
|
|
"BaseGames.Camera",
|
|
"BaseGames.World",
|
|
"BaseGames.UI",
|
|
"BaseGames.Audio",
|
|
"BaseGames.Feedback",
|
|
"BaseGames.Dialogue",
|
|
"BaseGames.Progression",
|
|
"PathBerserker2d",
|
|
"Unity.Cinemachine",
|
|
"Kybernetik.Animancer",
|
|
"BaseGames.Animation",
|
|
"BaseGames.Equipment",
|
|
"BaseGames.Parry",
|
|
"BaseGames.Skills",
|
|
"BaseGames.World.Map",
|
|
"BaseGames.World.Streaming",
|
|
"BaseGames.EventChain",
|
|
"BaseGames.VFX",
|
|
"BaseGames.Localization",
|
|
"Unity.InputSystem",
|
|
"Unity.TextMeshPro"
|
|
],
|
|
"includePlatforms": [
|
|
"Editor"
|
|
],
|
|
"excludePlatforms": [],
|
|
"allowUnsafeCode": false,
|
|
"overrideReferences": false,
|
|
"precompiledReferences": [],
|
|
"autoReferenced": false,
|
|
"defineConstraints": [],
|
|
"versionDefines": [],
|
|
"noEngineReferences": false
|
|
} |