diff --git a/Client/Assets/Bundles/UI/UILoadUpdateWindow.prefab b/Client/Assets/Bundles/UI/UILoadUpdateWindow.prefab
index 4d02de6..a82871b 100644
--- a/Client/Assets/Bundles/UI/UILoadUpdateWindow.prefab
+++ b/Client/Assets/Bundles/UI/UILoadUpdateWindow.prefab
@@ -99,8 +99,7 @@ MonoBehaviour:
m_Script: {fileID: 11500000, guid: fdcda7a93f3c4639a0cb68dd00509bb1, type: 3}
m_Name:
m_EditorClassIdentifier:
- hotButtons:
- - {fileID: 0}
+ hotButtons: []
--- !u!114 &5106154889864763414
MonoBehaviour:
m_ObjectHideFlags: 0
diff --git a/Client/Assets/HybridCLRGenerate/AOTGenericReferences.cs.meta b/Client/Assets/HybridCLRGenerate/AOTGenericReferences.cs.meta
index ae5f347..7254ea0 100644
--- a/Client/Assets/HybridCLRGenerate/AOTGenericReferences.cs.meta
+++ b/Client/Assets/HybridCLRGenerate/AOTGenericReferences.cs.meta
@@ -1,2 +1,11 @@
fileFormatVersion: 2
-guid: dad635a707dac974db2e68ddf687238a
\ No newline at end of file
+guid: dad635a707dac974db2e68ddf687238a
+MonoImporter:
+ externalObjects: {}
+ serializedVersion: 2
+ defaultReferences: []
+ executionOrder: 0
+ icon: {instanceID: 0}
+ userData:
+ assetBundleName:
+ assetBundleVariant:
diff --git a/Client/Assets/Scripts/Hotfix/GameBase/GameBase.cs.meta b/Client/Assets/Scripts/Hotfix/GameBase/GameBase.cs.meta
index 05b6176..f99e721 100644
--- a/Client/Assets/Scripts/Hotfix/GameBase/GameBase.cs.meta
+++ b/Client/Assets/Scripts/Hotfix/GameBase/GameBase.cs.meta
@@ -1,2 +1,11 @@
fileFormatVersion: 2
-guid: 5987ae8fbc1eb2a4694b3097b222b9d2
\ No newline at end of file
+guid: 5987ae8fbc1eb2a4694b3097b222b9d2
+MonoImporter:
+ externalObjects: {}
+ serializedVersion: 2
+ defaultReferences: []
+ executionOrder: 0
+ icon: {instanceID: 0}
+ userData:
+ assetBundleName:
+ assetBundleVariant:
diff --git a/Client/Assets/Scripts/Hotfix/GameLib/GameLib.cs.meta b/Client/Assets/Scripts/Hotfix/GameLib/GameLib.cs.meta
index 829c86d..8b35d39 100644
--- a/Client/Assets/Scripts/Hotfix/GameLib/GameLib.cs.meta
+++ b/Client/Assets/Scripts/Hotfix/GameLib/GameLib.cs.meta
@@ -1,2 +1,11 @@
fileFormatVersion: 2
-guid: be5565e70ebfd684daec668fedaf1528
\ No newline at end of file
+guid: be5565e70ebfd684daec668fedaf1528
+MonoImporter:
+ externalObjects: {}
+ serializedVersion: 2
+ defaultReferences: []
+ executionOrder: 0
+ icon: {instanceID: 0}
+ userData:
+ assetBundleName:
+ assetBundleVariant:
diff --git a/Client/Assets/Scripts/Hotfix/GameLogic/GameInput.cs b/Client/Assets/Scripts/Hotfix/GameLogic/GameInput.cs
new file mode 100644
index 0000000..c62f907
--- /dev/null
+++ b/Client/Assets/Scripts/Hotfix/GameLogic/GameInput.cs
@@ -0,0 +1,1048 @@
+//------------------------------------------------------------------------------
+//
+// This code was auto-generated by com.unity.inputsystem:InputActionCodeGenerator
+// version 1.13.1
+// from Assets/Art/GameInputSO.inputactions
+//
+// Changes to this file may cause incorrect behavior and will be lost if
+// the code is regenerated.
+//
+//------------------------------------------------------------------------------
+
+using System;
+using System.Collections;
+using System.Collections.Generic;
+using UnityEngine.InputSystem;
+using UnityEngine.InputSystem.Utilities;
+
+///
+/// Provides programmatic access to , , and instances defined in asset "Assets/Art/GameInputSO.inputactions".
+///
+///
+/// This class is source generated and any manual edits will be discarded if the associated asset is reimported or modified.
+///
+///
+///
+/// using namespace UnityEngine;
+/// using UnityEngine.InputSystem;
+///
+/// // Example of using an InputActionMap named "Player" from a UnityEngine.MonoBehaviour implementing callback interface.
+/// public class Example : MonoBehaviour, MyActions.IPlayerActions
+/// {
+/// private MyActions_Actions m_Actions; // Source code representation of asset.
+/// private MyActions_Actions.PlayerActions m_Player; // Source code representation of action map.
+///
+/// void Awake()
+/// {
+/// m_Actions = new MyActions_Actions(); // Create asset object.
+/// m_Player = m_Actions.Player; // Extract action map object.
+/// m_Player.AddCallbacks(this); // Register callback interface IPlayerActions.
+/// }
+///
+/// void OnDestroy()
+/// {
+/// m_Actions.Dispose(); // Destroy asset object.
+/// }
+///
+/// void OnEnable()
+/// {
+/// m_Player.Enable(); // Enable all actions within map.
+/// }
+///
+/// void OnDisable()
+/// {
+/// m_Player.Disable(); // Disable all actions within map.
+/// }
+///
+/// #region Interface implementation of MyActions.IPlayerActions
+///
+/// // Invoked when "Move" action is either started, performed or canceled.
+/// public void OnMove(InputAction.CallbackContext context)
+/// {
+/// Debug.Log($"OnMove: {context.ReadValue<Vector2>()}");
+/// }
+///
+/// // Invoked when "Attack" action is either started, performed or canceled.
+/// public void OnAttack(InputAction.CallbackContext context)
+/// {
+/// Debug.Log($"OnAttack: {context.ReadValue<float>()}");
+/// }
+///
+/// #endregion
+/// }
+///
+///
+public partial class @GameInput: IInputActionCollection2, IDisposable
+{
+ ///
+ /// Provides access to the underlying asset instance.
+ ///
+ public InputActionAsset asset { get; }
+
+ ///
+ /// Constructs a new instance.
+ ///
+ public @GameInput()
+ {
+ asset = InputActionAsset.FromJson(@"{
+ ""name"": ""GameInputSO"",
+ ""maps"": [
+ {
+ ""name"": ""Player"",
+ ""id"": ""f62a4b92-ef5e-4175-8f4c-c9075429d32c"",
+ ""actions"": [
+ {
+ ""name"": ""Move"",
+ ""type"": ""Value"",
+ ""id"": ""6bc1aaf4-b110-4ff7-891e-5b9fe6f32c4d"",
+ ""expectedControlType"": ""Vector2"",
+ ""processors"": """",
+ ""interactions"": """",
+ ""initialStateCheck"": true
+ },
+ {
+ ""name"": ""Look"",
+ ""type"": ""Value"",
+ ""id"": ""2690c379-f54d-45be-a724-414123833eb4"",
+ ""expectedControlType"": ""Vector2"",
+ ""processors"": """",
+ ""interactions"": """",
+ ""initialStateCheck"": true
+ },
+ {
+ ""name"": ""Jump"",
+ ""type"": ""Button"",
+ ""id"": ""8c4abdf8-4099-493a-aa1a-129acec7c3df"",
+ ""expectedControlType"": """",
+ ""processors"": """",
+ ""interactions"": """",
+ ""initialStateCheck"": false
+ },
+ {
+ ""name"": ""Sprint"",
+ ""type"": ""Value"",
+ ""id"": ""980e881e-182c-404c-8cbf-3d09fdb48fef"",
+ ""expectedControlType"": ""Button"",
+ ""processors"": """",
+ ""interactions"": """",
+ ""initialStateCheck"": true
+ },
+ {
+ ""name"": ""Escape"",
+ ""type"": ""Button"",
+ ""id"": ""d0bfd212-2876-4c8e-b35e-cfb618a9dc0b"",
+ ""expectedControlType"": """",
+ ""processors"": """",
+ ""interactions"": """",
+ ""initialStateCheck"": false
+ },
+ {
+ ""name"": ""InteractPrimary"",
+ ""type"": ""Button"",
+ ""id"": ""66b26e9d-c51a-4fb2-a4cc-3f44bdff3355"",
+ ""expectedControlType"": """",
+ ""processors"": """",
+ ""interactions"": """",
+ ""initialStateCheck"": false
+ },
+ {
+ ""name"": ""InteractSecondary"",
+ ""type"": ""Button"",
+ ""id"": ""5cc4edbd-955c-4718-8bce-ce78d07abf3f"",
+ ""expectedControlType"": """",
+ ""processors"": """",
+ ""interactions"": """",
+ ""initialStateCheck"": false
+ },
+ {
+ ""name"": ""Zoom"",
+ ""type"": ""PassThrough"",
+ ""id"": ""702f73cf-2f96-4624-871e-f1263393b8f5"",
+ ""expectedControlType"": """",
+ ""processors"": """",
+ ""interactions"": """",
+ ""initialStateCheck"": false
+ },
+ {
+ ""name"": ""Toggle Walking"",
+ ""type"": ""Button"",
+ ""id"": ""4a6790ad-d534-44f4-bfde-3a550760bd39"",
+ ""expectedControlType"": """",
+ ""processors"": """",
+ ""interactions"": ""Press(behavior=1)"",
+ ""initialStateCheck"": false
+ }
+ ],
+ ""bindings"": [
+ {
+ ""name"": ""WASD"",
+ ""id"": ""b7594ddb-26c9-4ba2-bd5a-901468929edc"",
+ ""path"": ""2DVector(mode=1)"",
+ ""interactions"": """",
+ ""processors"": """",
+ ""groups"": """",
+ ""action"": ""Move"",
+ ""isComposite"": true,
+ ""isPartOfComposite"": false
+ },
+ {
+ ""name"": ""up"",
+ ""id"": ""2063a8b5-6a45-43de-851b-65f3d46e7b58"",
+ ""path"": ""/w"",
+ ""interactions"": """",
+ ""processors"": """",
+ ""groups"": ""KeyboardMouse"",
+ ""action"": ""Move"",
+ ""isComposite"": false,
+ ""isPartOfComposite"": true
+ },
+ {
+ ""name"": ""down"",
+ ""id"": ""64e4d037-32e1-4fb9-80e4-fc7330404dfe"",
+ ""path"": ""/s"",
+ ""interactions"": """",
+ ""processors"": """",
+ ""groups"": ""KeyboardMouse"",
+ ""action"": ""Move"",
+ ""isComposite"": false,
+ ""isPartOfComposite"": true
+ },
+ {
+ ""name"": ""left"",
+ ""id"": ""0fce8b11-5eab-4e4e-a741-b732e7b20873"",
+ ""path"": ""/a"",
+ ""interactions"": """",
+ ""processors"": """",
+ ""groups"": ""KeyboardMouse"",
+ ""action"": ""Move"",
+ ""isComposite"": false,
+ ""isPartOfComposite"": true
+ },
+ {
+ ""name"": ""right"",
+ ""id"": ""7bdda0d6-57a8-47c8-8238-8aecf3110e47"",
+ ""path"": ""/d"",
+ ""interactions"": """",
+ ""processors"": """",
+ ""groups"": ""KeyboardMouse"",
+ ""action"": ""Move"",
+ ""isComposite"": false,
+ ""isPartOfComposite"": true
+ },
+ {
+ ""name"": ""up"",
+ ""id"": ""bb94b405-58d3-4998-8535-d705c1218a98"",
+ ""path"": ""/upArrow"",
+ ""interactions"": """",
+ ""processors"": """",
+ ""groups"": ""KeyboardMouse"",
+ ""action"": ""Move"",
+ ""isComposite"": false,
+ ""isPartOfComposite"": true
+ },
+ {
+ ""name"": ""down"",
+ ""id"": ""929d9071-7dd0-4368-9743-6793bb98087e"",
+ ""path"": ""/downArrow"",
+ ""interactions"": """",
+ ""processors"": """",
+ ""groups"": ""KeyboardMouse"",
+ ""action"": ""Move"",
+ ""isComposite"": false,
+ ""isPartOfComposite"": true
+ },
+ {
+ ""name"": ""left"",
+ ""id"": ""28abadba-06ff-4d37-bb70-af2f1e35a3b9"",
+ ""path"": ""/leftArrow"",
+ ""interactions"": """",
+ ""processors"": """",
+ ""groups"": ""KeyboardMouse"",
+ ""action"": ""Move"",
+ ""isComposite"": false,
+ ""isPartOfComposite"": true
+ },
+ {
+ ""name"": ""right"",
+ ""id"": ""45f115b6-9b4f-4ba8-b500-b94c93bf7d7e"",
+ ""path"": ""/rightArrow"",
+ ""interactions"": """",
+ ""processors"": """",
+ ""groups"": ""KeyboardMouse"",
+ ""action"": ""Move"",
+ ""isComposite"": false,
+ ""isPartOfComposite"": true
+ },
+ {
+ ""name"": """",
+ ""id"": ""e2f9aa65-db06-4c5b-a2e9-41bc8acb9517"",
+ ""path"": ""/leftStick"",
+ ""interactions"": """",
+ ""processors"": ""StickDeadzone"",
+ ""groups"": ""Gamepad"",
+ ""action"": ""Move"",
+ ""isComposite"": false,
+ ""isPartOfComposite"": false
+ },
+ {
+ ""name"": """",
+ ""id"": ""ed66cbff-2900-4a62-8896-696503cfcd31"",
+ ""path"": ""/delta"",
+ ""interactions"": """",
+ ""processors"": ""InvertVector2(invertX=false),ScaleVector2(x=0.05,y=0.05)"",
+ ""groups"": ""KeyboardMouse"",
+ ""action"": ""Look"",
+ ""isComposite"": false,
+ ""isPartOfComposite"": false
+ },
+ {
+ ""name"": """",
+ ""id"": ""d1d171b6-19d8-47a6-ba3a-71b6a8e7b3c0"",
+ ""path"": ""/rightStick"",
+ ""interactions"": """",
+ ""processors"": ""InvertVector2(invertX=false),StickDeadzone,ScaleVector2(x=300,y=300)"",
+ ""groups"": ""Gamepad"",
+ ""action"": ""Look"",
+ ""isComposite"": false,
+ ""isPartOfComposite"": false
+ },
+ {
+ ""name"": """",
+ ""id"": ""1bd55a0b-761e-4ae4-89ae-8ec127e08a29"",
+ ""path"": ""/space"",
+ ""interactions"": """",
+ ""processors"": """",
+ ""groups"": ""KeyboardMouse"",
+ ""action"": ""Jump"",
+ ""isComposite"": false,
+ ""isPartOfComposite"": false
+ },
+ {
+ ""name"": """",
+ ""id"": ""9f973413-5e27-4239-acee-38c4a63feeba"",
+ ""path"": ""/buttonSouth"",
+ ""interactions"": """",
+ ""processors"": """",
+ ""groups"": ""Gamepad"",
+ ""action"": ""Jump"",
+ ""isComposite"": false,
+ ""isPartOfComposite"": false
+ },
+ {
+ ""name"": """",
+ ""id"": ""dc65b89f-9bd3-43fb-92af-d0d87ba5faa4"",
+ ""path"": ""/leftShift"",
+ ""interactions"": """",
+ ""processors"": """",
+ ""groups"": ""KeyboardMouse"",
+ ""action"": ""Sprint"",
+ ""isComposite"": false,
+ ""isPartOfComposite"": false
+ },
+ {
+ ""name"": """",
+ ""id"": ""c8fcd86e-dcfd-4f88-8e93-b638cdbf3320"",
+ ""path"": ""/leftTrigger"",
+ ""interactions"": """",
+ ""processors"": """",
+ ""groups"": ""Gamepad"",
+ ""action"": ""Sprint"",
+ ""isComposite"": false,
+ ""isPartOfComposite"": false
+ },
+ {
+ ""name"": """",
+ ""id"": ""2253ad85-a0da-43df-ac0e-ee4d9e37f9fa"",
+ ""path"": ""/escape"",
+ ""interactions"": """",
+ ""processors"": """",
+ ""groups"": ""KeyboardMouse"",
+ ""action"": ""Escape"",
+ ""isComposite"": false,
+ ""isPartOfComposite"": false
+ },
+ {
+ ""name"": """",
+ ""id"": ""ec4c5980-4d30-41c4-b1b4-658d52b3a103"",
+ ""path"": ""/leftButton"",
+ ""interactions"": """",
+ ""processors"": """",
+ ""groups"": ""KeyboardMouse"",
+ ""action"": ""InteractPrimary"",
+ ""isComposite"": false,
+ ""isPartOfComposite"": false
+ },
+ {
+ ""name"": """",
+ ""id"": ""adcb95fb-24a3-4c13-a238-588970915d06"",
+ ""path"": ""/rightButton"",
+ ""interactions"": """",
+ ""processors"": """",
+ ""groups"": ""KeyboardMouse"",
+ ""action"": ""InteractSecondary"",
+ ""isComposite"": false,
+ ""isPartOfComposite"": false
+ },
+ {
+ ""name"": """",
+ ""id"": ""18772126-eab8-4125-b643-22aa0566bc51"",
+ ""path"": ""/scroll/y"",
+ ""interactions"": """",
+ ""processors"": ""Clamp(min=-0.1,max=0.1)"",
+ ""groups"": """",
+ ""action"": ""Zoom"",
+ ""isComposite"": false,
+ ""isPartOfComposite"": false
+ },
+ {
+ ""name"": """",
+ ""id"": ""fcac67ce-ed18-4457-b978-8eff197ccf91"",
+ ""path"": ""/dpad/y"",
+ ""interactions"": """",
+ ""processors"": ""Clamp(min=-0.01,max=0.01)"",
+ ""groups"": """",
+ ""action"": ""Zoom"",
+ ""isComposite"": false,
+ ""isPartOfComposite"": false
+ },
+ {
+ ""name"": """",
+ ""id"": ""5edc2393-2264-49df-8e82-18f9cfa4e062"",
+ ""path"": ""/leftCtrl"",
+ ""interactions"": """",
+ ""processors"": """",
+ ""groups"": """",
+ ""action"": ""Toggle Walking"",
+ ""isComposite"": false,
+ ""isPartOfComposite"": false
+ }
+ ]
+ },
+ {
+ ""name"": ""UI"",
+ ""id"": ""ebfdbacf-7468-4988-9497-b726572473ea"",
+ ""actions"": [
+ {
+ ""name"": ""Cancel"",
+ ""type"": ""Button"",
+ ""id"": ""1c614fd1-b2d4-4a37-8a58-480ab69e09a5"",
+ ""expectedControlType"": """",
+ ""processors"": """",
+ ""interactions"": """",
+ ""initialStateCheck"": false
+ },
+ {
+ ""name"": ""Submit"",
+ ""type"": ""Button"",
+ ""id"": ""8a983366-d7b9-4953-89d1-7f6e4392ecc6"",
+ ""expectedControlType"": """",
+ ""processors"": """",
+ ""interactions"": """",
+ ""initialStateCheck"": false
+ }
+ ],
+ ""bindings"": [
+ {
+ ""name"": """",
+ ""id"": ""55447a8c-bc61-4ae9-98e4-ccdcdb2bd538"",
+ ""path"": ""*/{Cancel}"",
+ ""interactions"": """",
+ ""processors"": """",
+ ""groups"": """",
+ ""action"": ""Cancel"",
+ ""isComposite"": false,
+ ""isPartOfComposite"": false
+ },
+ {
+ ""name"": """",
+ ""id"": ""9783ec4c-2684-44b8-b4dc-ca554c527049"",
+ ""path"": ""*/{Submit}"",
+ ""interactions"": """",
+ ""processors"": """",
+ ""groups"": """",
+ ""action"": ""Submit"",
+ ""isComposite"": false,
+ ""isPartOfComposite"": false
+ }
+ ]
+ }
+ ],
+ ""controlSchemes"": [
+ {
+ ""name"": ""KeyboardMouse"",
+ ""bindingGroup"": ""KeyboardMouse"",
+ ""devices"": [
+ {
+ ""devicePath"": """",
+ ""isOptional"": false,
+ ""isOR"": false
+ },
+ {
+ ""devicePath"": """",
+ ""isOptional"": false,
+ ""isOR"": false
+ }
+ ]
+ },
+ {
+ ""name"": ""Gamepad"",
+ ""bindingGroup"": ""Gamepad"",
+ ""devices"": [
+ {
+ ""devicePath"": """",
+ ""isOptional"": true,
+ ""isOR"": false
+ },
+ {
+ ""devicePath"": """",
+ ""isOptional"": true,
+ ""isOR"": false
+ },
+ {
+ ""devicePath"": """",
+ ""isOptional"": true,
+ ""isOR"": false
+ }
+ ]
+ },
+ {
+ ""name"": ""Xbox Controller"",
+ ""bindingGroup"": ""Xbox Controller"",
+ ""devices"": []
+ },
+ {
+ ""name"": ""PS4 Controller"",
+ ""bindingGroup"": ""PS4 Controller"",
+ ""devices"": []
+ }
+ ]
+}");
+ // Player
+ m_Player = asset.FindActionMap("Player", throwIfNotFound: true);
+ m_Player_Move = m_Player.FindAction("Move", throwIfNotFound: true);
+ m_Player_Look = m_Player.FindAction("Look", throwIfNotFound: true);
+ m_Player_Jump = m_Player.FindAction("Jump", throwIfNotFound: true);
+ m_Player_Sprint = m_Player.FindAction("Sprint", throwIfNotFound: true);
+ m_Player_Escape = m_Player.FindAction("Escape", throwIfNotFound: true);
+ m_Player_InteractPrimary = m_Player.FindAction("InteractPrimary", throwIfNotFound: true);
+ m_Player_InteractSecondary = m_Player.FindAction("InteractSecondary", throwIfNotFound: true);
+ m_Player_Zoom = m_Player.FindAction("Zoom", throwIfNotFound: true);
+ m_Player_ToggleWalking = m_Player.FindAction("Toggle Walking", throwIfNotFound: true);
+ // UI
+ m_UI = asset.FindActionMap("UI", throwIfNotFound: true);
+ m_UI_Cancel = m_UI.FindAction("Cancel", throwIfNotFound: true);
+ m_UI_Submit = m_UI.FindAction("Submit", throwIfNotFound: true);
+ }
+
+ ~@GameInput()
+ {
+ UnityEngine.Debug.Assert(!m_Player.enabled, "This will cause a leak and performance issues, GameInput.Player.Disable() has not been called.");
+ UnityEngine.Debug.Assert(!m_UI.enabled, "This will cause a leak and performance issues, GameInput.UI.Disable() has not been called.");
+ }
+
+ ///
+ /// Destroys this asset and all associated instances.
+ ///
+ public void Dispose()
+ {
+ UnityEngine.Object.Destroy(asset);
+ }
+
+ ///
+ public InputBinding? bindingMask
+ {
+ get => asset.bindingMask;
+ set => asset.bindingMask = value;
+ }
+
+ ///
+ public ReadOnlyArray? devices
+ {
+ get => asset.devices;
+ set => asset.devices = value;
+ }
+
+ ///
+ public ReadOnlyArray controlSchemes => asset.controlSchemes;
+
+ ///
+ public bool Contains(InputAction action)
+ {
+ return asset.Contains(action);
+ }
+
+ ///
+ public IEnumerator GetEnumerator()
+ {
+ return asset.GetEnumerator();
+ }
+
+ ///
+ IEnumerator IEnumerable.GetEnumerator()
+ {
+ return GetEnumerator();
+ }
+
+ ///
+ public void Enable()
+ {
+ asset.Enable();
+ }
+
+ ///
+ public void Disable()
+ {
+ asset.Disable();
+ }
+
+ ///
+ public IEnumerable bindings => asset.bindings;
+
+ ///
+ public InputAction FindAction(string actionNameOrId, bool throwIfNotFound = false)
+ {
+ return asset.FindAction(actionNameOrId, throwIfNotFound);
+ }
+
+ ///
+ public int FindBinding(InputBinding bindingMask, out InputAction action)
+ {
+ return asset.FindBinding(bindingMask, out action);
+ }
+
+ // Player
+ private readonly InputActionMap m_Player;
+ private List m_PlayerActionsCallbackInterfaces = new List();
+ private readonly InputAction m_Player_Move;
+ private readonly InputAction m_Player_Look;
+ private readonly InputAction m_Player_Jump;
+ private readonly InputAction m_Player_Sprint;
+ private readonly InputAction m_Player_Escape;
+ private readonly InputAction m_Player_InteractPrimary;
+ private readonly InputAction m_Player_InteractSecondary;
+ private readonly InputAction m_Player_Zoom;
+ private readonly InputAction m_Player_ToggleWalking;
+ ///
+ /// Provides access to input actions defined in input action map "Player".
+ ///
+ public struct PlayerActions
+ {
+ private @GameInput m_Wrapper;
+
+ ///
+ /// Construct a new instance of the input action map wrapper class.
+ ///
+ public PlayerActions(@GameInput wrapper) { m_Wrapper = wrapper; }
+ ///
+ /// Provides access to the underlying input action "Player/Move".
+ ///
+ public InputAction @Move => m_Wrapper.m_Player_Move;
+ ///
+ /// Provides access to the underlying input action "Player/Look".
+ ///
+ public InputAction @Look => m_Wrapper.m_Player_Look;
+ ///
+ /// Provides access to the underlying input action "Player/Jump".
+ ///
+ public InputAction @Jump => m_Wrapper.m_Player_Jump;
+ ///
+ /// Provides access to the underlying input action "Player/Sprint".
+ ///
+ public InputAction @Sprint => m_Wrapper.m_Player_Sprint;
+ ///
+ /// Provides access to the underlying input action "Player/Escape".
+ ///
+ public InputAction @Escape => m_Wrapper.m_Player_Escape;
+ ///
+ /// Provides access to the underlying input action "Player/InteractPrimary".
+ ///
+ public InputAction @InteractPrimary => m_Wrapper.m_Player_InteractPrimary;
+ ///
+ /// Provides access to the underlying input action "Player/InteractSecondary".
+ ///
+ public InputAction @InteractSecondary => m_Wrapper.m_Player_InteractSecondary;
+ ///
+ /// Provides access to the underlying input action "Player/Zoom".
+ ///
+ public InputAction @Zoom => m_Wrapper.m_Player_Zoom;
+ ///
+ /// Provides access to the underlying input action "Player/ToggleWalking".
+ ///
+ public InputAction @ToggleWalking => m_Wrapper.m_Player_ToggleWalking;
+ ///
+ /// Provides access to the underlying input action map instance.
+ ///
+ public InputActionMap Get() { return m_Wrapper.m_Player; }
+ ///
+ public void Enable() { Get().Enable(); }
+ ///
+ public void Disable() { Get().Disable(); }
+ ///
+ public bool enabled => Get().enabled;
+ ///
+ /// Implicitly converts an to an instance.
+ ///
+ public static implicit operator InputActionMap(PlayerActions set) { return set.Get(); }
+ ///
+ /// Adds , and callbacks provided via on all input actions contained in this map.
+ ///
+ /// Callback instance.
+ ///
+ /// If is null or have already been added this method does nothing.
+ ///
+ ///
+ public void AddCallbacks(IPlayerActions instance)
+ {
+ if (instance == null || m_Wrapper.m_PlayerActionsCallbackInterfaces.Contains(instance)) return;
+ m_Wrapper.m_PlayerActionsCallbackInterfaces.Add(instance);
+ @Move.started += instance.OnMove;
+ @Move.performed += instance.OnMove;
+ @Move.canceled += instance.OnMove;
+ @Look.started += instance.OnLook;
+ @Look.performed += instance.OnLook;
+ @Look.canceled += instance.OnLook;
+ @Jump.started += instance.OnJump;
+ @Jump.performed += instance.OnJump;
+ @Jump.canceled += instance.OnJump;
+ @Sprint.started += instance.OnSprint;
+ @Sprint.performed += instance.OnSprint;
+ @Sprint.canceled += instance.OnSprint;
+ @Escape.started += instance.OnEscape;
+ @Escape.performed += instance.OnEscape;
+ @Escape.canceled += instance.OnEscape;
+ @InteractPrimary.started += instance.OnInteractPrimary;
+ @InteractPrimary.performed += instance.OnInteractPrimary;
+ @InteractPrimary.canceled += instance.OnInteractPrimary;
+ @InteractSecondary.started += instance.OnInteractSecondary;
+ @InteractSecondary.performed += instance.OnInteractSecondary;
+ @InteractSecondary.canceled += instance.OnInteractSecondary;
+ @Zoom.started += instance.OnZoom;
+ @Zoom.performed += instance.OnZoom;
+ @Zoom.canceled += instance.OnZoom;
+ @ToggleWalking.started += instance.OnToggleWalking;
+ @ToggleWalking.performed += instance.OnToggleWalking;
+ @ToggleWalking.canceled += instance.OnToggleWalking;
+ }
+
+ ///
+ /// Removes , and callbacks provided via on all input actions contained in this map.
+ ///
+ ///
+ /// Calling this method when have not previously been registered has no side-effects.
+ ///
+ ///
+ private void UnregisterCallbacks(IPlayerActions instance)
+ {
+ @Move.started -= instance.OnMove;
+ @Move.performed -= instance.OnMove;
+ @Move.canceled -= instance.OnMove;
+ @Look.started -= instance.OnLook;
+ @Look.performed -= instance.OnLook;
+ @Look.canceled -= instance.OnLook;
+ @Jump.started -= instance.OnJump;
+ @Jump.performed -= instance.OnJump;
+ @Jump.canceled -= instance.OnJump;
+ @Sprint.started -= instance.OnSprint;
+ @Sprint.performed -= instance.OnSprint;
+ @Sprint.canceled -= instance.OnSprint;
+ @Escape.started -= instance.OnEscape;
+ @Escape.performed -= instance.OnEscape;
+ @Escape.canceled -= instance.OnEscape;
+ @InteractPrimary.started -= instance.OnInteractPrimary;
+ @InteractPrimary.performed -= instance.OnInteractPrimary;
+ @InteractPrimary.canceled -= instance.OnInteractPrimary;
+ @InteractSecondary.started -= instance.OnInteractSecondary;
+ @InteractSecondary.performed -= instance.OnInteractSecondary;
+ @InteractSecondary.canceled -= instance.OnInteractSecondary;
+ @Zoom.started -= instance.OnZoom;
+ @Zoom.performed -= instance.OnZoom;
+ @Zoom.canceled -= instance.OnZoom;
+ @ToggleWalking.started -= instance.OnToggleWalking;
+ @ToggleWalking.performed -= instance.OnToggleWalking;
+ @ToggleWalking.canceled -= instance.OnToggleWalking;
+ }
+
+ ///
+ /// Unregisters and unregisters all input action callbacks via .
+ ///
+ ///
+ public void RemoveCallbacks(IPlayerActions instance)
+ {
+ if (m_Wrapper.m_PlayerActionsCallbackInterfaces.Remove(instance))
+ UnregisterCallbacks(instance);
+ }
+
+ ///
+ /// Replaces all existing callback instances and previously registered input action callbacks associated with them with callbacks provided via .
+ ///
+ ///
+ /// If is null, calling this method will only unregister all existing callbacks but not register any new callbacks.
+ ///
+ ///
+ ///
+ ///
+ public void SetCallbacks(IPlayerActions instance)
+ {
+ foreach (var item in m_Wrapper.m_PlayerActionsCallbackInterfaces)
+ UnregisterCallbacks(item);
+ m_Wrapper.m_PlayerActionsCallbackInterfaces.Clear();
+ AddCallbacks(instance);
+ }
+ }
+ ///
+ /// Provides a new instance referencing this action map.
+ ///
+ public PlayerActions @Player => new PlayerActions(this);
+
+ // UI
+ private readonly InputActionMap m_UI;
+ private List m_UIActionsCallbackInterfaces = new List();
+ private readonly InputAction m_UI_Cancel;
+ private readonly InputAction m_UI_Submit;
+ ///
+ /// Provides access to input actions defined in input action map "UI".
+ ///
+ public struct UIActions
+ {
+ private @GameInput m_Wrapper;
+
+ ///
+ /// Construct a new instance of the input action map wrapper class.
+ ///
+ public UIActions(@GameInput wrapper) { m_Wrapper = wrapper; }
+ ///
+ /// Provides access to the underlying input action "UI/Cancel".
+ ///
+ public InputAction @Cancel => m_Wrapper.m_UI_Cancel;
+ ///
+ /// Provides access to the underlying input action "UI/Submit".
+ ///
+ public InputAction @Submit => m_Wrapper.m_UI_Submit;
+ ///
+ /// Provides access to the underlying input action map instance.
+ ///
+ public InputActionMap Get() { return m_Wrapper.m_UI; }
+ ///
+ public void Enable() { Get().Enable(); }
+ ///
+ public void Disable() { Get().Disable(); }
+ ///
+ public bool enabled => Get().enabled;
+ ///
+ /// Implicitly converts an to an instance.
+ ///
+ public static implicit operator InputActionMap(UIActions set) { return set.Get(); }
+ ///
+ /// Adds , and callbacks provided via on all input actions contained in this map.
+ ///
+ /// Callback instance.
+ ///
+ /// If is null or have already been added this method does nothing.
+ ///
+ ///
+ public void AddCallbacks(IUIActions instance)
+ {
+ if (instance == null || m_Wrapper.m_UIActionsCallbackInterfaces.Contains(instance)) return;
+ m_Wrapper.m_UIActionsCallbackInterfaces.Add(instance);
+ @Cancel.started += instance.OnCancel;
+ @Cancel.performed += instance.OnCancel;
+ @Cancel.canceled += instance.OnCancel;
+ @Submit.started += instance.OnSubmit;
+ @Submit.performed += instance.OnSubmit;
+ @Submit.canceled += instance.OnSubmit;
+ }
+
+ ///
+ /// Removes , and callbacks provided via on all input actions contained in this map.
+ ///
+ ///
+ /// Calling this method when have not previously been registered has no side-effects.
+ ///
+ ///
+ private void UnregisterCallbacks(IUIActions instance)
+ {
+ @Cancel.started -= instance.OnCancel;
+ @Cancel.performed -= instance.OnCancel;
+ @Cancel.canceled -= instance.OnCancel;
+ @Submit.started -= instance.OnSubmit;
+ @Submit.performed -= instance.OnSubmit;
+ @Submit.canceled -= instance.OnSubmit;
+ }
+
+ ///
+ /// Unregisters and unregisters all input action callbacks via .
+ ///
+ ///
+ public void RemoveCallbacks(IUIActions instance)
+ {
+ if (m_Wrapper.m_UIActionsCallbackInterfaces.Remove(instance))
+ UnregisterCallbacks(instance);
+ }
+
+ ///
+ /// Replaces all existing callback instances and previously registered input action callbacks associated with them with callbacks provided via .
+ ///
+ ///
+ /// If is null, calling this method will only unregister all existing callbacks but not register any new callbacks.
+ ///
+ ///
+ ///
+ ///
+ public void SetCallbacks(IUIActions instance)
+ {
+ foreach (var item in m_Wrapper.m_UIActionsCallbackInterfaces)
+ UnregisterCallbacks(item);
+ m_Wrapper.m_UIActionsCallbackInterfaces.Clear();
+ AddCallbacks(instance);
+ }
+ }
+ ///
+ /// Provides a new instance referencing this action map.
+ ///
+ public UIActions @UI => new UIActions(this);
+ private int m_KeyboardMouseSchemeIndex = -1;
+ ///
+ /// Provides access to the input control scheme.
+ ///
+ ///
+ public InputControlScheme KeyboardMouseScheme
+ {
+ get
+ {
+ if (m_KeyboardMouseSchemeIndex == -1) m_KeyboardMouseSchemeIndex = asset.FindControlSchemeIndex("KeyboardMouse");
+ return asset.controlSchemes[m_KeyboardMouseSchemeIndex];
+ }
+ }
+ private int m_GamepadSchemeIndex = -1;
+ ///
+ /// Provides access to the input control scheme.
+ ///
+ ///
+ public InputControlScheme GamepadScheme
+ {
+ get
+ {
+ if (m_GamepadSchemeIndex == -1) m_GamepadSchemeIndex = asset.FindControlSchemeIndex("Gamepad");
+ return asset.controlSchemes[m_GamepadSchemeIndex];
+ }
+ }
+ private int m_XboxControllerSchemeIndex = -1;
+ ///
+ /// Provides access to the input control scheme.
+ ///
+ ///
+ public InputControlScheme XboxControllerScheme
+ {
+ get
+ {
+ if (m_XboxControllerSchemeIndex == -1) m_XboxControllerSchemeIndex = asset.FindControlSchemeIndex("Xbox Controller");
+ return asset.controlSchemes[m_XboxControllerSchemeIndex];
+ }
+ }
+ private int m_PS4ControllerSchemeIndex = -1;
+ ///
+ /// Provides access to the input control scheme.
+ ///
+ ///
+ public InputControlScheme PS4ControllerScheme
+ {
+ get
+ {
+ if (m_PS4ControllerSchemeIndex == -1) m_PS4ControllerSchemeIndex = asset.FindControlSchemeIndex("PS4 Controller");
+ return asset.controlSchemes[m_PS4ControllerSchemeIndex];
+ }
+ }
+ ///
+ /// Interface to implement callback methods for all input action callbacks associated with input actions defined by "Player" which allows adding and removing callbacks.
+ ///
+ ///
+ ///
+ public interface IPlayerActions
+ {
+ ///
+ /// Method invoked when associated input action "Move" is either , or .
+ ///
+ ///
+ ///
+ ///
+ void OnMove(InputAction.CallbackContext context);
+ ///
+ /// Method invoked when associated input action "Look" is either , or .
+ ///
+ ///
+ ///
+ ///
+ void OnLook(InputAction.CallbackContext context);
+ ///
+ /// Method invoked when associated input action "Jump" is either , or .
+ ///
+ ///
+ ///
+ ///
+ void OnJump(InputAction.CallbackContext context);
+ ///
+ /// Method invoked when associated input action "Sprint" is either , or .
+ ///
+ ///
+ ///
+ ///
+ void OnSprint(InputAction.CallbackContext context);
+ ///
+ /// Method invoked when associated input action "Escape" is either , or .
+ ///
+ ///
+ ///
+ ///
+ void OnEscape(InputAction.CallbackContext context);
+ ///
+ /// Method invoked when associated input action "InteractPrimary" is either , or .
+ ///
+ ///
+ ///
+ ///
+ void OnInteractPrimary(InputAction.CallbackContext context);
+ ///
+ /// Method invoked when associated input action "InteractSecondary" is either , or .
+ ///
+ ///
+ ///
+ ///
+ void OnInteractSecondary(InputAction.CallbackContext context);
+ ///
+ /// Method invoked when associated input action "Zoom" is either , or .
+ ///
+ ///
+ ///
+ ///
+ void OnZoom(InputAction.CallbackContext context);
+ ///
+ /// Method invoked when associated input action "Toggle Walking" is either , or .
+ ///
+ ///
+ ///
+ ///
+ void OnToggleWalking(InputAction.CallbackContext context);
+ }
+ ///
+ /// Interface to implement callback methods for all input action callbacks associated with input actions defined by "UI" which allows adding and removing callbacks.
+ ///
+ ///
+ ///
+ public interface IUIActions
+ {
+ ///
+ /// Method invoked when associated input action "Cancel" is either , or .
+ ///
+ ///
+ ///
+ ///
+ void OnCancel(InputAction.CallbackContext context);
+ ///
+ /// Method invoked when associated input action "Submit" is either , or .
+ ///
+ ///
+ ///
+ ///
+ void OnSubmit(InputAction.CallbackContext context);
+ }
+}
diff --git a/Client/Assets/Scripts/Hotfix/GameLogic/GameInput.cs.meta b/Client/Assets/Scripts/Hotfix/GameLogic/GameInput.cs.meta
new file mode 100644
index 0000000..8d0f440
--- /dev/null
+++ b/Client/Assets/Scripts/Hotfix/GameLogic/GameInput.cs.meta
@@ -0,0 +1,11 @@
+fileFormatVersion: 2
+guid: eccfbf92e4fe06e41b6f400e75a43b57
+MonoImporter:
+ externalObjects: {}
+ serializedVersion: 2
+ defaultReferences: []
+ executionOrder: 0
+ icon: {instanceID: 0}
+ userData:
+ assetBundleName:
+ assetBundleVariant:
diff --git a/Client/Assets/Scripts/Hotfix/GameLogic/HotfixEntry.cs.meta b/Client/Assets/Scripts/Hotfix/GameLogic/HotfixEntry.cs.meta
index 2381744..db037c6 100644
--- a/Client/Assets/Scripts/Hotfix/GameLogic/HotfixEntry.cs.meta
+++ b/Client/Assets/Scripts/Hotfix/GameLogic/HotfixEntry.cs.meta
@@ -1,2 +1,11 @@
fileFormatVersion: 2
-guid: 292604d87a2856843ad5d1a9c5456c86
\ No newline at end of file
+guid: 292604d87a2856843ad5d1a9c5456c86
+MonoImporter:
+ externalObjects: {}
+ serializedVersion: 2
+ defaultReferences: []
+ executionOrder: 0
+ icon: {instanceID: 0}
+ userData:
+ assetBundleName:
+ assetBundleVariant:
diff --git a/Client/Assets/Scripts/Hotfix/GameLogic/UI/Generate/ui_UILoadUpdateWindow.cs.meta b/Client/Assets/Scripts/Hotfix/GameLogic/UI/Generate/ui_UILoadUpdateWindow.cs.meta
index 0116862..80f9862 100644
--- a/Client/Assets/Scripts/Hotfix/GameLogic/UI/Generate/ui_UILoadUpdateWindow.cs.meta
+++ b/Client/Assets/Scripts/Hotfix/GameLogic/UI/Generate/ui_UILoadUpdateWindow.cs.meta
@@ -1,2 +1,11 @@
fileFormatVersion: 2
-guid: 330876e70d2a63a46b715c69efd1c482
\ No newline at end of file
+guid: 330876e70d2a63a46b715c69efd1c482
+MonoImporter:
+ externalObjects: {}
+ serializedVersion: 2
+ defaultReferences: []
+ executionOrder: 0
+ icon: {instanceID: 0}
+ userData:
+ assetBundleName:
+ assetBundleVariant:
diff --git a/Client/Assets/Scripts/Hotfix/GameLogic/UI/UILoadUpdate.cs.meta b/Client/Assets/Scripts/Hotfix/GameLogic/UI/UILoadUpdate.cs.meta
index 40912b1..693f2d3 100644
--- a/Client/Assets/Scripts/Hotfix/GameLogic/UI/UILoadUpdate.cs.meta
+++ b/Client/Assets/Scripts/Hotfix/GameLogic/UI/UILoadUpdate.cs.meta
@@ -1,2 +1,11 @@
fileFormatVersion: 2
-guid: 06dd7827ff70ea74591a4a9912592eb1
\ No newline at end of file
+guid: 06dd7827ff70ea74591a4a9912592eb1
+MonoImporter:
+ externalObjects: {}
+ serializedVersion: 2
+ defaultReferences: []
+ executionOrder: 0
+ icon: {instanceID: 0}
+ userData:
+ assetBundleName:
+ assetBundleVariant:
diff --git a/Client/Assets/Scripts/Startup/Procedure/Procedure.cs.meta b/Client/Assets/Scripts/Startup/Procedure/Procedure.cs.meta
index a3e0de0..8f7b3e6 100644
--- a/Client/Assets/Scripts/Startup/Procedure/Procedure.cs.meta
+++ b/Client/Assets/Scripts/Startup/Procedure/Procedure.cs.meta
@@ -1,2 +1,11 @@
fileFormatVersion: 2
-guid: a2cc5ccacaed671459cee1e4fdca136a
\ No newline at end of file
+guid: a2cc5ccacaed671459cee1e4fdca136a
+MonoImporter:
+ externalObjects: {}
+ serializedVersion: 2
+ defaultReferences: []
+ executionOrder: 0
+ icon: {instanceID: 0}
+ userData:
+ assetBundleName:
+ assetBundleVariant:
diff --git a/Client/Assets/Scripts/Startup/UI/Generate/ui_UIGameLaunchWindow.cs.meta b/Client/Assets/Scripts/Startup/UI/Generate/ui_UIGameLaunchWindow.cs.meta
index 4411db1..f914d20 100644
--- a/Client/Assets/Scripts/Startup/UI/Generate/ui_UIGameLaunchWindow.cs.meta
+++ b/Client/Assets/Scripts/Startup/UI/Generate/ui_UIGameLaunchWindow.cs.meta
@@ -1,2 +1,11 @@
fileFormatVersion: 2
-guid: ab56d86085a680941bcab8ef261c6fe0
\ No newline at end of file
+guid: ab56d86085a680941bcab8ef261c6fe0
+MonoImporter:
+ externalObjects: {}
+ serializedVersion: 2
+ defaultReferences: []
+ executionOrder: 0
+ icon: {instanceID: 0}
+ userData:
+ assetBundleName:
+ assetBundleVariant:
diff --git a/Client/Assets/Settings/PC_Renderer.asset b/Client/Assets/Settings/PC_Renderer.asset
index 3913a09..e125e49 100644
--- a/Client/Assets/Settings/PC_Renderer.asset
+++ b/Client/Assets/Settings/PC_Renderer.asset
@@ -15,21 +15,27 @@ MonoBehaviour:
debugShaders:
debugReplacementPS: {fileID: 4800000, guid: cf852408f2e174538bcd9b7fda1c5ae7, type: 3}
hdrDebugViewPS: {fileID: 4800000, guid: 573620ae32aec764abd4d728906d2587, type: 3}
- probeVolumeSamplingDebugComputeShader: {fileID: 7200000, guid: 53626a513ea68ce47b59dc1299fe3959, type: 3}
- probeVolumeResources:
- probeVolumeDebugShader: {fileID: 4800000, guid: e5c6678ed2aaa91408dd3df699057aae, type: 3}
- probeVolumeFragmentationDebugShader: {fileID: 4800000, guid: 03cfc4915c15d504a9ed85ecc404e607, type: 3}
- probeVolumeOffsetDebugShader: {fileID: 4800000, guid: 53a11f4ebaebf4049b3638ef78dc9664, type: 3}
- probeVolumeSamplingDebugShader: {fileID: 4800000, guid: 8f96cd657dc40064aa21efcc7e50a2e7, type: 3}
- probeSamplingDebugMesh: {fileID: -3555484719484374845, guid: 57d7c4c16e2765b47a4d2069b311bffe, type: 3}
- probeSamplingDebugTexture: {fileID: 2800000, guid: 24ec0e140fb444a44ab96ee80844e18e, type: 3}
- probeVolumeBlendStatesCS: {fileID: 7200000, guid: b9a23f869c4fd45f19c5ada54dd82176, type: 3}
m_RendererFeatures:
- {fileID: 7833122117494664109}
m_RendererFeatureMap: ad6b866f10d7b46c
m_UseNativeRenderPass: 1
- xrSystemData: {fileID: 0}
postProcessData: {fileID: 11400000, guid: 41439944d30ece34e96484bdb6645b55, type: 2}
+ xrSystemData: {fileID: 11400000, guid: 60e1133243b97e347b653163a8c01b64, type: 2}
+ shaders:
+ blitPS: {fileID: 4800000, guid: c17132b1f77d20942aa75f8429c0f8bc, type: 3}
+ copyDepthPS: {fileID: 4800000, guid: d6dae50ee9e1bfa4db75f19f99355220, type: 3}
+ screenSpaceShadowPS: {fileID: 0}
+ samplingPS: {fileID: 4800000, guid: 04c410c9937594faa893a11dceb85f7e, type: 3}
+ stencilDeferredPS: {fileID: 4800000, guid: e9155b26e1bc55942a41e518703fe304, type: 3}
+ fallbackErrorPS: {fileID: 4800000, guid: e6e9a19c3678ded42a3bc431ebef7dbd, type: 3}
+ fallbackLoadingPS: {fileID: 4800000, guid: 7f888aff2ac86494babad1c2c5daeee2, type: 3}
+ materialErrorPS: {fileID: 4800000, guid: 5fd9a8feb75a4b5894c241777f519d4e, type: 3}
+ coreBlitPS: {fileID: 4800000, guid: 93446b5c5339d4f00b85c159e1159b7c, type: 3}
+ coreBlitColorAndDepthPS: {fileID: 4800000, guid: d104b2fc1ca6445babb8e90b0758136b, type: 3}
+ blitHDROverlay: {fileID: 4800000, guid: a89bee29cffa951418fc1e2da94d1959, type: 3}
+ cameraMotionVector: {fileID: 4800000, guid: c56b7e0d4c7cb484e959caeeedae9bbf, type: 3}
+ objectMotionVector: {fileID: 4800000, guid: 7b3ede40266cd49a395def176e1bc486, type: 3}
+ dataDrivenLensFlare: {fileID: 4800000, guid: 6cda457ac28612740adb23da5d39ea92, type: 3}
m_AssetVersion: 2
m_OpaqueLayerMask:
serializedVersion: 2
@@ -48,8 +54,6 @@ MonoBehaviour:
m_RenderingMode: 2
m_DepthPrimingMode: 0
m_CopyDepthMode: 0
- m_DepthAttachmentFormat: 0
- m_DepthTextureFormat: 0
m_AccurateGbufferNormals: 0
m_IntermediateTextureMode: 0
--- !u!114 &7833122117494664109
diff --git a/Client/Assets/Test.meta b/Client/Assets/Test.meta
new file mode 100644
index 0000000..e006ed5
--- /dev/null
+++ b/Client/Assets/Test.meta
@@ -0,0 +1,8 @@
+fileFormatVersion: 2
+guid: aaae90b7f7bb5354798414e44e6ff3fe
+folderAsset: yes
+DefaultImporter:
+ externalObjects: {}
+ userData:
+ assetBundleName:
+ assetBundleVariant:
diff --git a/Client/Assets/Test/GameBase.dll.bytes b/Client/Assets/Test/GameBase.dll.bytes
new file mode 100644
index 0000000..94e447c
Binary files /dev/null and b/Client/Assets/Test/GameBase.dll.bytes differ
diff --git a/Client/Assets/Test/GameBase.dll.bytes.meta b/Client/Assets/Test/GameBase.dll.bytes.meta
new file mode 100644
index 0000000..13a478d
--- /dev/null
+++ b/Client/Assets/Test/GameBase.dll.bytes.meta
@@ -0,0 +1,7 @@
+fileFormatVersion: 2
+guid: 4c9854ad435261f428d1e798fc7c8794
+TextScriptImporter:
+ externalObjects: {}
+ userData:
+ assetBundleName:
+ assetBundleVariant:
diff --git a/Client/Assets/Test/GameBase.pdb.bytes b/Client/Assets/Test/GameBase.pdb.bytes
new file mode 100644
index 0000000..71b93f4
Binary files /dev/null and b/Client/Assets/Test/GameBase.pdb.bytes differ
diff --git a/Client/Assets/Test/GameBase.pdb.bytes.meta b/Client/Assets/Test/GameBase.pdb.bytes.meta
new file mode 100644
index 0000000..034f184
--- /dev/null
+++ b/Client/Assets/Test/GameBase.pdb.bytes.meta
@@ -0,0 +1,7 @@
+fileFormatVersion: 2
+guid: 1290740171caaf845a72f786738ba33d
+TextScriptImporter:
+ externalObjects: {}
+ userData:
+ assetBundleName:
+ assetBundleVariant:
diff --git a/Client/Assets/Test/GameLib.dll.bytes b/Client/Assets/Test/GameLib.dll.bytes
new file mode 100644
index 0000000..79da5c6
Binary files /dev/null and b/Client/Assets/Test/GameLib.dll.bytes differ
diff --git a/Client/Assets/Test/GameLib.dll.bytes.meta b/Client/Assets/Test/GameLib.dll.bytes.meta
new file mode 100644
index 0000000..ee90c72
--- /dev/null
+++ b/Client/Assets/Test/GameLib.dll.bytes.meta
@@ -0,0 +1,7 @@
+fileFormatVersion: 2
+guid: f2edd2f5cea95574187eee33c8c2f6c4
+TextScriptImporter:
+ externalObjects: {}
+ userData:
+ assetBundleName:
+ assetBundleVariant:
diff --git a/Client/Assets/Test/GameLib.pdb.bytes b/Client/Assets/Test/GameLib.pdb.bytes
new file mode 100644
index 0000000..b900c1c
Binary files /dev/null and b/Client/Assets/Test/GameLib.pdb.bytes differ
diff --git a/Client/Assets/Test/GameLib.pdb.bytes.meta b/Client/Assets/Test/GameLib.pdb.bytes.meta
new file mode 100644
index 0000000..971c18a
--- /dev/null
+++ b/Client/Assets/Test/GameLib.pdb.bytes.meta
@@ -0,0 +1,7 @@
+fileFormatVersion: 2
+guid: 44d43b915b1f8ba46b3b6ede7e23f3a5
+TextScriptImporter:
+ externalObjects: {}
+ userData:
+ assetBundleName:
+ assetBundleVariant:
diff --git a/Client/Assets/Test/GameLogic.dll.bytes b/Client/Assets/Test/GameLogic.dll.bytes
new file mode 100644
index 0000000..356be03
Binary files /dev/null and b/Client/Assets/Test/GameLogic.dll.bytes differ
diff --git a/Client/Assets/Test/GameLogic.dll.bytes.meta b/Client/Assets/Test/GameLogic.dll.bytes.meta
new file mode 100644
index 0000000..fc89525
--- /dev/null
+++ b/Client/Assets/Test/GameLogic.dll.bytes.meta
@@ -0,0 +1,7 @@
+fileFormatVersion: 2
+guid: 923f7f8783263ff459ddf6c580af7019
+TextScriptImporter:
+ externalObjects: {}
+ userData:
+ assetBundleName:
+ assetBundleVariant:
diff --git a/Client/Assets/Test/GameLogic.pdb.bytes b/Client/Assets/Test/GameLogic.pdb.bytes
new file mode 100644
index 0000000..f121e1c
Binary files /dev/null and b/Client/Assets/Test/GameLogic.pdb.bytes differ
diff --git a/Client/Assets/Test/GameLogic.pdb.bytes.meta b/Client/Assets/Test/GameLogic.pdb.bytes.meta
new file mode 100644
index 0000000..63c6082
--- /dev/null
+++ b/Client/Assets/Test/GameLogic.pdb.bytes.meta
@@ -0,0 +1,7 @@
+fileFormatVersion: 2
+guid: 67a92cde3fb41614db7182c6fbf9bf93
+TextScriptImporter:
+ externalObjects: {}
+ userData:
+ assetBundleName:
+ assetBundleVariant:
diff --git a/Client/Assets/Test/GameProto.dll.bytes b/Client/Assets/Test/GameProto.dll.bytes
new file mode 100644
index 0000000..f16ec29
Binary files /dev/null and b/Client/Assets/Test/GameProto.dll.bytes differ
diff --git a/Client/Assets/Test/GameProto.dll.bytes.meta b/Client/Assets/Test/GameProto.dll.bytes.meta
new file mode 100644
index 0000000..82429d1
--- /dev/null
+++ b/Client/Assets/Test/GameProto.dll.bytes.meta
@@ -0,0 +1,7 @@
+fileFormatVersion: 2
+guid: ab1df13d4d6a864459ee6a57bca41e94
+TextScriptImporter:
+ externalObjects: {}
+ userData:
+ assetBundleName:
+ assetBundleVariant:
diff --git a/Client/Assets/Test/GameProto.pdb.bytes b/Client/Assets/Test/GameProto.pdb.bytes
new file mode 100644
index 0000000..d993054
Binary files /dev/null and b/Client/Assets/Test/GameProto.pdb.bytes differ
diff --git a/Client/Assets/Test/GameProto.pdb.bytes.meta b/Client/Assets/Test/GameProto.pdb.bytes.meta
new file mode 100644
index 0000000..ea01028
--- /dev/null
+++ b/Client/Assets/Test/GameProto.pdb.bytes.meta
@@ -0,0 +1,7 @@
+fileFormatVersion: 2
+guid: 57561e06a22e5dc4dbcbb5127c78e0e4
+TextScriptImporter:
+ externalObjects: {}
+ userData:
+ assetBundleName:
+ assetBundleVariant:
diff --git a/Client/Bundles/StandaloneWindows/DefaultPackage/Simulate/DefaultPackage.version b/Client/Bundles/StandaloneWindows/DefaultPackage/Simulate/DefaultPackage.version
new file mode 100644
index 0000000..de541bb
--- /dev/null
+++ b/Client/Bundles/StandaloneWindows/DefaultPackage/Simulate/DefaultPackage.version
@@ -0,0 +1 @@
+Simulate
\ No newline at end of file
diff --git a/Client/Bundles/StandaloneWindows/DefaultPackage/Simulate/DefaultPackage_Simulate.bytes b/Client/Bundles/StandaloneWindows/DefaultPackage/Simulate/DefaultPackage_Simulate.bytes
new file mode 100644
index 0000000..dbed57e
Binary files /dev/null and b/Client/Bundles/StandaloneWindows/DefaultPackage/Simulate/DefaultPackage_Simulate.bytes differ
diff --git a/Client/Bundles/StandaloneWindows/DefaultPackage/Simulate/DefaultPackage_Simulate.hash b/Client/Bundles/StandaloneWindows/DefaultPackage/Simulate/DefaultPackage_Simulate.hash
new file mode 100644
index 0000000..8fda9fa
--- /dev/null
+++ b/Client/Bundles/StandaloneWindows/DefaultPackage/Simulate/DefaultPackage_Simulate.hash
@@ -0,0 +1 @@
+83196334
\ No newline at end of file
diff --git a/Client/Bundles/StandaloneWindows/DefaultPackage/Simulate/DefaultPackage_Simulate.json b/Client/Bundles/StandaloneWindows/DefaultPackage/Simulate/DefaultPackage_Simulate.json
new file mode 100644
index 0000000..feb2720
--- /dev/null
+++ b/Client/Bundles/StandaloneWindows/DefaultPackage/Simulate/DefaultPackage_Simulate.json
@@ -0,0 +1,1664 @@
+{
+ "FileVersion": "2025.9.30",
+ "EnableAddressable": true,
+ "SupportExtensionless": true,
+ "LocationToLower": false,
+ "IncludeAssetGUID": false,
+ "ReplaceAssetPathWithAddress": false,
+ "OutputNameStyle": 0,
+ "BuildBundleType": 1,
+ "BuildPipeline": "EditorSimulateBuildPipeline",
+ "PackageName": "DefaultPackage",
+ "PackageVersion": "Simulate",
+ "PackageNote": "2025/11/11 16:05:36",
+ "AssetList": [
+ {
+ "Address": "A1",
+ "AssetPath": "Assets/Bundles/Audios/AudioClip/A1.ogg",
+ "AssetGUID": "",
+ "AssetTags": [
+ "Audios"
+ ],
+ "BundleID": 0,
+ "DependBundleIDs": []
+ },
+ {
+ "Address": "A2",
+ "AssetPath": "Assets/Bundles/Audios/AudioClip/A2.ogg",
+ "AssetGUID": "",
+ "AssetTags": [
+ "Audios"
+ ],
+ "BundleID": 0,
+ "DependBundleIDs": []
+ },
+ {
+ "Address": "A3",
+ "AssetPath": "Assets/Bundles/Audios/AudioClip/A3.ogg",
+ "AssetGUID": "",
+ "AssetTags": [
+ "Audios"
+ ],
+ "BundleID": 0,
+ "DependBundleIDs": []
+ },
+ {
+ "Address": "A4",
+ "AssetPath": "Assets/Bundles/Audios/AudioClip/A4.ogg",
+ "AssetGUID": "",
+ "AssetTags": [
+ "Audios"
+ ],
+ "BundleID": 0,
+ "DependBundleIDs": []
+ },
+ {
+ "Address": "AirDash_01",
+ "AssetPath": "Assets/Bundles/Audios/AudioClip/AirDash_01.ogg",
+ "AssetGUID": "",
+ "AssetTags": [
+ "Audios"
+ ],
+ "BundleID": 0,
+ "DependBundleIDs": []
+ },
+ {
+ "Address": "tables_tbachievement",
+ "AssetPath": "Assets/Bundles/Configs/bytes/tables_tbachievement.bytes",
+ "AssetGUID": "",
+ "AssetTags": [
+ "WEBGL_PRELOAD",
+ "Configs"
+ ],
+ "BundleID": 2,
+ "DependBundleIDs": []
+ },
+ {
+ "Address": "LocalizationTable",
+ "AssetPath": "Assets/Bundles/Configs/LocalizationTable.asset",
+ "AssetGUID": "",
+ "AssetTags": [
+ "WEBGL_PRELOAD",
+ "Configs"
+ ],
+ "BundleID": 1,
+ "DependBundleIDs": []
+ },
+ {
+ "Address": "AlicizaX.Framework.Runtime.dll",
+ "AssetPath": "Assets/Bundles/DLL/AlicizaX.Framework.Runtime.dll.bytes",
+ "AssetGUID": "",
+ "AssetTags": [
+ "DLL"
+ ],
+ "BundleID": 3,
+ "DependBundleIDs": []
+ },
+ {
+ "Address": "GameBase.dll",
+ "AssetPath": "Assets/Bundles/DLL/GameBase.dll.bytes",
+ "AssetGUID": "",
+ "AssetTags": [
+ "DLL"
+ ],
+ "BundleID": 3,
+ "DependBundleIDs": []
+ },
+ {
+ "Address": "GameLib.dll",
+ "AssetPath": "Assets/Bundles/DLL/GameLib.dll.bytes",
+ "AssetGUID": "",
+ "AssetTags": [
+ "DLL"
+ ],
+ "BundleID": 3,
+ "DependBundleIDs": []
+ },
+ {
+ "Address": "GameLogic.dll",
+ "AssetPath": "Assets/Bundles/DLL/GameLogic.dll.bytes",
+ "AssetGUID": "",
+ "AssetTags": [
+ "DLL"
+ ],
+ "BundleID": 3,
+ "DependBundleIDs": []
+ },
+ {
+ "Address": "GameProto.dll",
+ "AssetPath": "Assets/Bundles/DLL/GameProto.dll.bytes",
+ "AssetGUID": "",
+ "AssetTags": [
+ "DLL"
+ ],
+ "BundleID": 3,
+ "DependBundleIDs": []
+ },
+ {
+ "Address": "mscorlib.dll",
+ "AssetPath": "Assets/Bundles/DLL/mscorlib.dll.bytes",
+ "AssetGUID": "",
+ "AssetTags": [
+ "DLL"
+ ],
+ "BundleID": 3,
+ "DependBundleIDs": []
+ },
+ {
+ "Address": "System.Core.dll",
+ "AssetPath": "Assets/Bundles/DLL/System.Core.dll.bytes",
+ "AssetGUID": "",
+ "AssetTags": [
+ "DLL"
+ ],
+ "BundleID": 3,
+ "DependBundleIDs": []
+ },
+ {
+ "Address": "UniTask.Runtime.dll",
+ "AssetPath": "Assets/Bundles/DLL/UniTask.Runtime.dll.bytes",
+ "AssetGUID": "",
+ "AssetTags": [
+ "DLL"
+ ],
+ "BundleID": 3,
+ "DependBundleIDs": []
+ },
+ {
+ "Address": "Unity.InputSystem.dll",
+ "AssetPath": "Assets/Bundles/DLL/Unity.InputSystem.dll.bytes",
+ "AssetGUID": "",
+ "AssetTags": [
+ "DLL"
+ ],
+ "BundleID": 3,
+ "DependBundleIDs": []
+ },
+ {
+ "Address": "Map1000",
+ "AssetPath": "Assets/Bundles/Scenes/Map1000.unity",
+ "AssetGUID": "",
+ "AssetTags": [
+ "Scenes"
+ ],
+ "BundleID": 4,
+ "DependBundleIDs": []
+ },
+ {
+ "Address": "MyShaderVariants",
+ "AssetPath": "Assets/Bundles/ShaderVariants/MyShaderVariants.shadervariants",
+ "AssetGUID": "",
+ "AssetTags": [
+ "ShaderVariants"
+ ],
+ "BundleID": 10,
+ "DependBundleIDs": []
+ },
+ {
+ "Address": "UILoadUpdateWindow",
+ "AssetPath": "Assets/Bundles/UI/UILoadUpdateWindow.prefab",
+ "AssetGUID": "",
+ "AssetTags": [
+ "UI"
+ ],
+ "BundleID": 5,
+ "DependBundleIDs": []
+ },
+ {
+ "Address": "add_hover",
+ "AssetPath": "Assets/Bundles/UIRaw/Atlas/bg/add_hover.png",
+ "AssetGUID": "",
+ "AssetTags": [
+ "UIRaw"
+ ],
+ "BundleID": 6,
+ "DependBundleIDs": []
+ },
+ {
+ "Address": "BottomLine",
+ "AssetPath": "Assets/Bundles/UIRaw/Atlas/bg/BottomLine.png",
+ "AssetGUID": "",
+ "AssetTags": [
+ "UIRaw"
+ ],
+ "BundleID": 6,
+ "DependBundleIDs": []
+ },
+ {
+ "Address": "BottomLine3D",
+ "AssetPath": "Assets/Bundles/UIRaw/Atlas/bg/BottomLine3D.png",
+ "AssetGUID": "",
+ "AssetTags": [
+ "UIRaw"
+ ],
+ "BundleID": 6,
+ "DependBundleIDs": []
+ },
+ {
+ "Address": "cloud01",
+ "AssetPath": "Assets/Bundles/UIRaw/Atlas/bg/cloud01.png",
+ "AssetGUID": "",
+ "AssetTags": [
+ "UIRaw"
+ ],
+ "BundleID": 6,
+ "DependBundleIDs": []
+ },
+ {
+ "Address": "cloud02",
+ "AssetPath": "Assets/Bundles/UIRaw/Atlas/bg/cloud02.png",
+ "AssetGUID": "",
+ "AssetTags": [
+ "UIRaw"
+ ],
+ "BundleID": 6,
+ "DependBundleIDs": []
+ },
+ {
+ "Address": "cloud03",
+ "AssetPath": "Assets/Bundles/UIRaw/Atlas/bg/cloud03.png",
+ "AssetGUID": "",
+ "AssetTags": [
+ "UIRaw"
+ ],
+ "BundleID": 6,
+ "DependBundleIDs": []
+ },
+ {
+ "Address": "TopLine3D",
+ "AssetPath": "Assets/Bundles/UIRaw/Atlas/bg/TopLine3D.png",
+ "AssetGUID": "",
+ "AssetTags": [
+ "UIRaw"
+ ],
+ "BundleID": 6,
+ "DependBundleIDs": []
+ },
+ {
+ "Address": "TopLineBack",
+ "AssetPath": "Assets/Bundles/UIRaw/Atlas/bg/TopLineBack.png",
+ "AssetGUID": "",
+ "AssetTags": [
+ "UIRaw"
+ ],
+ "BundleID": 6,
+ "DependBundleIDs": []
+ },
+ {
+ "Address": "GuideIcon_GreatSword",
+ "AssetPath": "Assets/Bundles/UIRaw/Atlas/GuideIcon/GuideIcon_GreatSword.png",
+ "AssetGUID": "",
+ "AssetTags": [
+ "UIRaw"
+ ],
+ "BundleID": 7,
+ "DependBundleIDs": []
+ },
+ {
+ "Address": "GuideIcon_GreatSword_RGBA",
+ "AssetPath": "Assets/Bundles/UIRaw/Atlas/GuideIcon/GuideIcon_GreatSword_RGBA.png",
+ "AssetGUID": "",
+ "AssetTags": [
+ "UIRaw"
+ ],
+ "BundleID": 7,
+ "DependBundleIDs": []
+ },
+ {
+ "Address": "GuideIcon_Keyboard_01",
+ "AssetPath": "Assets/Bundles/UIRaw/Atlas/GuideIcon/GuideIcon_Keyboard_01.png",
+ "AssetGUID": "",
+ "AssetTags": [
+ "UIRaw"
+ ],
+ "BundleID": 7,
+ "DependBundleIDs": []
+ },
+ {
+ "Address": "GuideIcon_Keyboard_02",
+ "AssetPath": "Assets/Bundles/UIRaw/Atlas/GuideIcon/GuideIcon_Keyboard_02.png",
+ "AssetGUID": "",
+ "AssetTags": [
+ "UIRaw"
+ ],
+ "BundleID": 7,
+ "DependBundleIDs": []
+ },
+ {
+ "Address": "GuideIcon_Keyboard_03",
+ "AssetPath": "Assets/Bundles/UIRaw/Atlas/GuideIcon/GuideIcon_Keyboard_03.png",
+ "AssetGUID": "",
+ "AssetTags": [
+ "UIRaw"
+ ],
+ "BundleID": 7,
+ "DependBundleIDs": []
+ },
+ {
+ "Address": "GuideIcon_Keyboard_04",
+ "AssetPath": "Assets/Bundles/UIRaw/Atlas/GuideIcon/GuideIcon_Keyboard_04.png",
+ "AssetGUID": "",
+ "AssetTags": [
+ "UIRaw"
+ ],
+ "BundleID": 7,
+ "DependBundleIDs": []
+ },
+ {
+ "Address": "GuideIcon_Keyboard_05",
+ "AssetPath": "Assets/Bundles/UIRaw/Atlas/GuideIcon/GuideIcon_Keyboard_05.png",
+ "AssetGUID": "",
+ "AssetTags": [
+ "UIRaw"
+ ],
+ "BundleID": 7,
+ "DependBundleIDs": []
+ },
+ {
+ "Address": "GuideIcon_Keyboard_06",
+ "AssetPath": "Assets/Bundles/UIRaw/Atlas/GuideIcon/GuideIcon_Keyboard_06.png",
+ "AssetGUID": "",
+ "AssetTags": [
+ "UIRaw"
+ ],
+ "BundleID": 7,
+ "DependBundleIDs": []
+ },
+ {
+ "Address": "GuideIcon_Keyboard_A",
+ "AssetPath": "Assets/Bundles/UIRaw/Atlas/GuideIcon/GuideIcon_Keyboard_A.png",
+ "AssetGUID": "",
+ "AssetTags": [
+ "UIRaw"
+ ],
+ "BundleID": 7,
+ "DependBundleIDs": []
+ },
+ {
+ "Address": "GuideIcon_Keyboard_Alt",
+ "AssetPath": "Assets/Bundles/UIRaw/Atlas/GuideIcon/GuideIcon_Keyboard_Alt.png",
+ "AssetGUID": "",
+ "AssetTags": [
+ "UIRaw"
+ ],
+ "BundleID": 7,
+ "DependBundleIDs": []
+ },
+ {
+ "Address": "GuideIcon_Keyboard_Ctrl_Hold",
+ "AssetPath": "Assets/Bundles/UIRaw/Atlas/GuideIcon/GuideIcon_Keyboard_Ctrl_Hold.png",
+ "AssetGUID": "",
+ "AssetTags": [
+ "UIRaw"
+ ],
+ "BundleID": 7,
+ "DependBundleIDs": []
+ },
+ {
+ "Address": "GuideIcon_Keyboard_D",
+ "AssetPath": "Assets/Bundles/UIRaw/Atlas/GuideIcon/GuideIcon_Keyboard_D.png",
+ "AssetGUID": "",
+ "AssetTags": [
+ "UIRaw"
+ ],
+ "BundleID": 7,
+ "DependBundleIDs": []
+ },
+ {
+ "Address": "GuideIcon_Keyboard_E",
+ "AssetPath": "Assets/Bundles/UIRaw/Atlas/GuideIcon/GuideIcon_Keyboard_E.png",
+ "AssetGUID": "",
+ "AssetTags": [
+ "UIRaw"
+ ],
+ "BundleID": 7,
+ "DependBundleIDs": []
+ },
+ {
+ "Address": "GuideIcon_Keyboard_Enter",
+ "AssetPath": "Assets/Bundles/UIRaw/Atlas/GuideIcon/GuideIcon_Keyboard_Enter.png",
+ "AssetGUID": "",
+ "AssetTags": [
+ "UIRaw"
+ ],
+ "BundleID": 7,
+ "DependBundleIDs": []
+ },
+ {
+ "Address": "GuideIcon_Keyboard_ESC",
+ "AssetPath": "Assets/Bundles/UIRaw/Atlas/GuideIcon/GuideIcon_Keyboard_ESC.png",
+ "AssetGUID": "",
+ "AssetTags": [
+ "UIRaw"
+ ],
+ "BundleID": 7,
+ "DependBundleIDs": []
+ },
+ {
+ "Address": "GuideIcon_Keyboard_ESC_Hold",
+ "AssetPath": "Assets/Bundles/UIRaw/Atlas/GuideIcon/GuideIcon_Keyboard_ESC_Hold.png",
+ "AssetGUID": "",
+ "AssetTags": [
+ "UIRaw"
+ ],
+ "BundleID": 7,
+ "DependBundleIDs": []
+ },
+ {
+ "Address": "GuideIcon_Keyboard_F",
+ "AssetPath": "Assets/Bundles/UIRaw/Atlas/GuideIcon/GuideIcon_Keyboard_F.png",
+ "AssetGUID": "",
+ "AssetTags": [
+ "UIRaw"
+ ],
+ "BundleID": 7,
+ "DependBundleIDs": []
+ },
+ {
+ "Address": "GuideIcon_Keyboard_F1",
+ "AssetPath": "Assets/Bundles/UIRaw/Atlas/GuideIcon/GuideIcon_Keyboard_F1.png",
+ "AssetGUID": "",
+ "AssetTags": [
+ "UIRaw"
+ ],
+ "BundleID": 7,
+ "DependBundleIDs": []
+ },
+ {
+ "Address": "GuideIcon_Keyboard_G",
+ "AssetPath": "Assets/Bundles/UIRaw/Atlas/GuideIcon/GuideIcon_Keyboard_G.png",
+ "AssetGUID": "",
+ "AssetTags": [
+ "UIRaw"
+ ],
+ "BundleID": 7,
+ "DependBundleIDs": []
+ },
+ {
+ "Address": "GuideIcon_Keyboard_LB_btn_Normal",
+ "AssetPath": "Assets/Bundles/UIRaw/Atlas/GuideIcon/GuideIcon_Keyboard_LB_btn_Normal.png",
+ "AssetGUID": "",
+ "AssetTags": [
+ "UIRaw"
+ ],
+ "BundleID": 7,
+ "DependBundleIDs": []
+ },
+ {
+ "Address": "GuideIcon_Keyboard_Move_A",
+ "AssetPath": "Assets/Bundles/UIRaw/Atlas/GuideIcon/GuideIcon_Keyboard_Move_A.png",
+ "AssetGUID": "",
+ "AssetTags": [
+ "UIRaw"
+ ],
+ "BundleID": 7,
+ "DependBundleIDs": []
+ },
+ {
+ "Address": "GuideIcon_Keyboard_Move_A_Hold",
+ "AssetPath": "Assets/Bundles/UIRaw/Atlas/GuideIcon/GuideIcon_Keyboard_Move_A_Hold.png",
+ "AssetGUID": "",
+ "AssetTags": [
+ "UIRaw"
+ ],
+ "BundleID": 7,
+ "DependBundleIDs": []
+ },
+ {
+ "Address": "GuideIcon_Keyboard_Move_D",
+ "AssetPath": "Assets/Bundles/UIRaw/Atlas/GuideIcon/GuideIcon_Keyboard_Move_D.png",
+ "AssetGUID": "",
+ "AssetTags": [
+ "UIRaw"
+ ],
+ "BundleID": 7,
+ "DependBundleIDs": []
+ },
+ {
+ "Address": "GuideIcon_Keyboard_Move_D_Hold",
+ "AssetPath": "Assets/Bundles/UIRaw/Atlas/GuideIcon/GuideIcon_Keyboard_Move_D_Hold.png",
+ "AssetGUID": "",
+ "AssetTags": [
+ "UIRaw"
+ ],
+ "BundleID": 7,
+ "DependBundleIDs": []
+ },
+ {
+ "Address": "GuideIcon_Keyboard_Move_S",
+ "AssetPath": "Assets/Bundles/UIRaw/Atlas/GuideIcon/GuideIcon_Keyboard_Move_S.png",
+ "AssetGUID": "",
+ "AssetTags": [
+ "UIRaw"
+ ],
+ "BundleID": 7,
+ "DependBundleIDs": []
+ },
+ {
+ "Address": "GuideIcon_Keyboard_Move_S_Hold",
+ "AssetPath": "Assets/Bundles/UIRaw/Atlas/GuideIcon/GuideIcon_Keyboard_Move_S_Hold.png",
+ "AssetGUID": "",
+ "AssetTags": [
+ "UIRaw"
+ ],
+ "BundleID": 7,
+ "DependBundleIDs": []
+ },
+ {
+ "Address": "GuideIcon_Keyboard_Move_W",
+ "AssetPath": "Assets/Bundles/UIRaw/Atlas/GuideIcon/GuideIcon_Keyboard_Move_W.png",
+ "AssetGUID": "",
+ "AssetTags": [
+ "UIRaw"
+ ],
+ "BundleID": 7,
+ "DependBundleIDs": []
+ },
+ {
+ "Address": "GuideIcon_Keyboard_Move_W_Hold",
+ "AssetPath": "Assets/Bundles/UIRaw/Atlas/GuideIcon/GuideIcon_Keyboard_Move_W_Hold.png",
+ "AssetGUID": "",
+ "AssetTags": [
+ "UIRaw"
+ ],
+ "BundleID": 7,
+ "DependBundleIDs": []
+ },
+ {
+ "Address": "GuideIcon_Keyboard_Move_WASD",
+ "AssetPath": "Assets/Bundles/UIRaw/Atlas/GuideIcon/GuideIcon_Keyboard_Move_WASD.png",
+ "AssetGUID": "",
+ "AssetTags": [
+ "UIRaw"
+ ],
+ "BundleID": 7,
+ "DependBundleIDs": []
+ },
+ {
+ "Address": "GuideIcon_Keyboard_Move_WASD_Hold",
+ "AssetPath": "Assets/Bundles/UIRaw/Atlas/GuideIcon/GuideIcon_Keyboard_Move_WASD_Hold.png",
+ "AssetGUID": "",
+ "AssetTags": [
+ "UIRaw"
+ ],
+ "BundleID": 7,
+ "DependBundleIDs": []
+ },
+ {
+ "Address": "GuideIcon_Keyboard_Q",
+ "AssetPath": "Assets/Bundles/UIRaw/Atlas/GuideIcon/GuideIcon_Keyboard_Q.png",
+ "AssetGUID": "",
+ "AssetTags": [
+ "UIRaw"
+ ],
+ "BundleID": 7,
+ "DependBundleIDs": []
+ },
+ {
+ "Address": "GuideIcon_Keyboard_R",
+ "AssetPath": "Assets/Bundles/UIRaw/Atlas/GuideIcon/GuideIcon_Keyboard_R.png",
+ "AssetGUID": "",
+ "AssetTags": [
+ "UIRaw"
+ ],
+ "BundleID": 7,
+ "DependBundleIDs": []
+ },
+ {
+ "Address": "GuideIcon_Keyboard_RB_btn_Normal",
+ "AssetPath": "Assets/Bundles/UIRaw/Atlas/GuideIcon/GuideIcon_Keyboard_RB_btn_Normal.png",
+ "AssetGUID": "",
+ "AssetTags": [
+ "UIRaw"
+ ],
+ "BundleID": 7,
+ "DependBundleIDs": []
+ },
+ {
+ "Address": "GuideIcon_Keyboard_S",
+ "AssetPath": "Assets/Bundles/UIRaw/Atlas/GuideIcon/GuideIcon_Keyboard_S.png",
+ "AssetGUID": "",
+ "AssetTags": [
+ "UIRaw"
+ ],
+ "BundleID": 7,
+ "DependBundleIDs": []
+ },
+ {
+ "Address": "GuideIcon_Keyboard_Shift",
+ "AssetPath": "Assets/Bundles/UIRaw/Atlas/GuideIcon/GuideIcon_Keyboard_Shift.png",
+ "AssetGUID": "",
+ "AssetTags": [
+ "UIRaw"
+ ],
+ "BundleID": 7,
+ "DependBundleIDs": []
+ },
+ {
+ "Address": "GuideIcon_Keyboard_Space",
+ "AssetPath": "Assets/Bundles/UIRaw/Atlas/GuideIcon/GuideIcon_Keyboard_Space.png",
+ "AssetGUID": "",
+ "AssetTags": [
+ "UIRaw"
+ ],
+ "BundleID": 7,
+ "DependBundleIDs": []
+ },
+ {
+ "Address": "GuideIcon_Keyboard_Tab",
+ "AssetPath": "Assets/Bundles/UIRaw/Atlas/GuideIcon/GuideIcon_Keyboard_Tab.png",
+ "AssetGUID": "",
+ "AssetTags": [
+ "UIRaw"
+ ],
+ "BundleID": 7,
+ "DependBundleIDs": []
+ },
+ {
+ "Address": "GuideIcon_Keyboard_Text",
+ "AssetPath": "Assets/Bundles/UIRaw/Atlas/GuideIcon/GuideIcon_Keyboard_Text.png",
+ "AssetGUID": "",
+ "AssetTags": [
+ "UIRaw"
+ ],
+ "BundleID": 7,
+ "DependBundleIDs": []
+ },
+ {
+ "Address": "GuideIcon_Keyboard_U",
+ "AssetPath": "Assets/Bundles/UIRaw/Atlas/GuideIcon/GuideIcon_Keyboard_U.png",
+ "AssetGUID": "",
+ "AssetTags": [
+ "UIRaw"
+ ],
+ "BundleID": 7,
+ "DependBundleIDs": []
+ },
+ {
+ "Address": "GuideIcon_Keyboard_V",
+ "AssetPath": "Assets/Bundles/UIRaw/Atlas/GuideIcon/GuideIcon_Keyboard_V.png",
+ "AssetGUID": "",
+ "AssetTags": [
+ "UIRaw"
+ ],
+ "BundleID": 7,
+ "DependBundleIDs": []
+ },
+ {
+ "Address": "GuideIcon_Keyboard_W",
+ "AssetPath": "Assets/Bundles/UIRaw/Atlas/GuideIcon/GuideIcon_Keyboard_W.png",
+ "AssetGUID": "",
+ "AssetTags": [
+ "UIRaw"
+ ],
+ "BundleID": 7,
+ "DependBundleIDs": []
+ },
+ {
+ "Address": "GuideIcon_Mouse_L",
+ "AssetPath": "Assets/Bundles/UIRaw/Atlas/GuideIcon/GuideIcon_Mouse_L.png",
+ "AssetGUID": "",
+ "AssetTags": [
+ "UIRaw"
+ ],
+ "BundleID": 7,
+ "DependBundleIDs": []
+ },
+ {
+ "Address": "GuideIcon_Mouse_L_Hold",
+ "AssetPath": "Assets/Bundles/UIRaw/Atlas/GuideIcon/GuideIcon_Mouse_L_Hold.png",
+ "AssetGUID": "",
+ "AssetTags": [
+ "UIRaw"
+ ],
+ "BundleID": 7,
+ "DependBundleIDs": []
+ },
+ {
+ "Address": "GuideIcon_Mouse_LR_Hold",
+ "AssetPath": "Assets/Bundles/UIRaw/Atlas/GuideIcon/GuideIcon_Mouse_LR_Hold.png",
+ "AssetGUID": "",
+ "AssetTags": [
+ "UIRaw"
+ ],
+ "BundleID": 7,
+ "DependBundleIDs": []
+ },
+ {
+ "Address": "GuideIcon_Mouse_Nokey",
+ "AssetPath": "Assets/Bundles/UIRaw/Atlas/GuideIcon/GuideIcon_Mouse_Nokey.png",
+ "AssetGUID": "",
+ "AssetTags": [
+ "UIRaw"
+ ],
+ "BundleID": 7,
+ "DependBundleIDs": []
+ },
+ {
+ "Address": "GuideIcon_Mouse_R",
+ "AssetPath": "Assets/Bundles/UIRaw/Atlas/GuideIcon/GuideIcon_Mouse_R.png",
+ "AssetGUID": "",
+ "AssetTags": [
+ "UIRaw"
+ ],
+ "BundleID": 7,
+ "DependBundleIDs": []
+ },
+ {
+ "Address": "GuideIcon_Mouse_R_Hold",
+ "AssetPath": "Assets/Bundles/UIRaw/Atlas/GuideIcon/GuideIcon_Mouse_R_Hold.png",
+ "AssetGUID": "",
+ "AssetTags": [
+ "UIRaw"
+ ],
+ "BundleID": 7,
+ "DependBundleIDs": []
+ },
+ {
+ "Address": "GuideIcon_Mouse_Stop",
+ "AssetPath": "Assets/Bundles/UIRaw/Atlas/GuideIcon/GuideIcon_Mouse_Stop.png",
+ "AssetGUID": "",
+ "AssetTags": [
+ "UIRaw"
+ ],
+ "BundleID": 7,
+ "DependBundleIDs": []
+ },
+ {
+ "Address": "GuideIcon_MouseSmall_Wheel",
+ "AssetPath": "Assets/Bundles/UIRaw/Atlas/GuideIcon/GuideIcon_MouseSmall_Wheel.png",
+ "AssetGUID": "",
+ "AssetTags": [
+ "UIRaw"
+ ],
+ "BundleID": 7,
+ "DependBundleIDs": []
+ },
+ {
+ "Address": "GuideIcon_MouseWheel_UpDown",
+ "AssetPath": "Assets/Bundles/UIRaw/Atlas/GuideIcon/GuideIcon_MouseWheel_UpDown.png",
+ "AssetGUID": "",
+ "AssetTags": [
+ "UIRaw"
+ ],
+ "BundleID": 7,
+ "DependBundleIDs": []
+ },
+ {
+ "Address": "GuideIcon_MouseSmall_L",
+ "AssetPath": "Assets/Bundles/UIRaw/Atlas/GuideIcon/GuideIcon_Nonuse/GuideIcon_MouseSmall_L.png",
+ "AssetGUID": "",
+ "AssetTags": [
+ "UIRaw"
+ ],
+ "BundleID": 8,
+ "DependBundleIDs": []
+ },
+ {
+ "Address": "GuideIcon_MouseSmall_R",
+ "AssetPath": "Assets/Bundles/UIRaw/Atlas/GuideIcon/GuideIcon_Nonuse/GuideIcon_MouseSmall_R.png",
+ "AssetGUID": "",
+ "AssetTags": [
+ "UIRaw"
+ ],
+ "BundleID": 8,
+ "DependBundleIDs": []
+ },
+ {
+ "Address": "GuideIcon_Xbox_Small_L",
+ "AssetPath": "Assets/Bundles/UIRaw/Atlas/GuideIcon/GuideIcon_Nonuse/GuideIcon_Xbox_Small_L.png",
+ "AssetGUID": "",
+ "AssetTags": [
+ "UIRaw"
+ ],
+ "BundleID": 8,
+ "DependBundleIDs": []
+ },
+ {
+ "Address": "GuideIcon_XboxSmall_A",
+ "AssetPath": "Assets/Bundles/UIRaw/Atlas/GuideIcon/GuideIcon_Nonuse/GuideIcon_XboxSmall_A.png",
+ "AssetGUID": "",
+ "AssetTags": [
+ "UIRaw"
+ ],
+ "BundleID": 8,
+ "DependBundleIDs": []
+ },
+ {
+ "Address": "GuideIcon_Skill_Xbox_Left",
+ "AssetPath": "Assets/Bundles/UIRaw/Atlas/GuideIcon/GuideIcon_Skill_Xbox_Left.png",
+ "AssetGUID": "",
+ "AssetTags": [
+ "UIRaw"
+ ],
+ "BundleID": 7,
+ "DependBundleIDs": []
+ },
+ {
+ "Address": "GuideIcon_Xbox_A",
+ "AssetPath": "Assets/Bundles/UIRaw/Atlas/GuideIcon/GuideIcon_Xbox_A.png",
+ "AssetGUID": "",
+ "AssetTags": [
+ "UIRaw"
+ ],
+ "BundleID": 7,
+ "DependBundleIDs": []
+ },
+ {
+ "Address": "GuideIcon_Xbox_AClick",
+ "AssetPath": "Assets/Bundles/UIRaw/Atlas/GuideIcon/GuideIcon_Xbox_AClick.png",
+ "AssetGUID": "",
+ "AssetTags": [
+ "UIRaw"
+ ],
+ "BundleID": 7,
+ "DependBundleIDs": []
+ },
+ {
+ "Address": "GuideIcon_Xbox_B",
+ "AssetPath": "Assets/Bundles/UIRaw/Atlas/GuideIcon/GuideIcon_Xbox_B.png",
+ "AssetGUID": "",
+ "AssetTags": [
+ "UIRaw"
+ ],
+ "BundleID": 7,
+ "DependBundleIDs": []
+ },
+ {
+ "Address": "GuideIcon_Xbox_Back",
+ "AssetPath": "Assets/Bundles/UIRaw/Atlas/GuideIcon/GuideIcon_Xbox_Back.png",
+ "AssetGUID": "",
+ "AssetTags": [
+ "UIRaw"
+ ],
+ "BundleID": 7,
+ "DependBundleIDs": []
+ },
+ {
+ "Address": "GuideIcon_Xbox_Dpad_All",
+ "AssetPath": "Assets/Bundles/UIRaw/Atlas/GuideIcon/GuideIcon_Xbox_Dpad_All.png",
+ "AssetGUID": "",
+ "AssetTags": [
+ "UIRaw"
+ ],
+ "BundleID": 7,
+ "DependBundleIDs": []
+ },
+ {
+ "Address": "GuideIcon_Xbox_Dpad_Down",
+ "AssetPath": "Assets/Bundles/UIRaw/Atlas/GuideIcon/GuideIcon_Xbox_Dpad_Down.png",
+ "AssetGUID": "",
+ "AssetTags": [
+ "UIRaw"
+ ],
+ "BundleID": 7,
+ "DependBundleIDs": []
+ },
+ {
+ "Address": "GuideIcon_Xbox_Dpad_Right",
+ "AssetPath": "Assets/Bundles/UIRaw/Atlas/GuideIcon/GuideIcon_Xbox_Dpad_Right.png",
+ "AssetGUID": "",
+ "AssetTags": [
+ "UIRaw"
+ ],
+ "BundleID": 7,
+ "DependBundleIDs": []
+ },
+ {
+ "Address": "GuideIcon_Xbox_Dpad_Right_Left",
+ "AssetPath": "Assets/Bundles/UIRaw/Atlas/GuideIcon/GuideIcon_Xbox_Dpad_Right_Left.png",
+ "AssetGUID": "",
+ "AssetTags": [
+ "UIRaw"
+ ],
+ "BundleID": 7,
+ "DependBundleIDs": []
+ },
+ {
+ "Address": "GuideIcon_Xbox_Dpad_Up",
+ "AssetPath": "Assets/Bundles/UIRaw/Atlas/GuideIcon/GuideIcon_Xbox_Dpad_Up.png",
+ "AssetGUID": "",
+ "AssetTags": [
+ "UIRaw"
+ ],
+ "BundleID": 7,
+ "DependBundleIDs": []
+ },
+ {
+ "Address": "GuideIcon_Xbox_Dpad_Up_Down",
+ "AssetPath": "Assets/Bundles/UIRaw/Atlas/GuideIcon/GuideIcon_Xbox_Dpad_Up_Down.png",
+ "AssetGUID": "",
+ "AssetTags": [
+ "UIRaw"
+ ],
+ "BundleID": 7,
+ "DependBundleIDs": []
+ },
+ {
+ "Address": "GuideIcon_Xbox_Hold",
+ "AssetPath": "Assets/Bundles/UIRaw/Atlas/GuideIcon/GuideIcon_Xbox_Hold.png",
+ "AssetGUID": "",
+ "AssetTags": [
+ "UIRaw"
+ ],
+ "BundleID": 7,
+ "DependBundleIDs": []
+ },
+ {
+ "Address": "GuideIcon_Xbox_L",
+ "AssetPath": "Assets/Bundles/UIRaw/Atlas/GuideIcon/GuideIcon_Xbox_L.png",
+ "AssetGUID": "",
+ "AssetTags": [
+ "UIRaw"
+ ],
+ "BundleID": 7,
+ "DependBundleIDs": []
+ },
+ {
+ "Address": "GuideIcon_Xbox_L_Click",
+ "AssetPath": "Assets/Bundles/UIRaw/Atlas/GuideIcon/GuideIcon_Xbox_L_Click.png",
+ "AssetGUID": "",
+ "AssetTags": [
+ "UIRaw"
+ ],
+ "BundleID": 7,
+ "DependBundleIDs": []
+ },
+ {
+ "Address": "GuideIcon_Xbox_L_Down",
+ "AssetPath": "Assets/Bundles/UIRaw/Atlas/GuideIcon/GuideIcon_Xbox_L_Down.png",
+ "AssetGUID": "",
+ "AssetTags": [
+ "UIRaw"
+ ],
+ "BundleID": 7,
+ "DependBundleIDs": []
+ },
+ {
+ "Address": "GuideIcon_Xbox_L_Down_Hold",
+ "AssetPath": "Assets/Bundles/UIRaw/Atlas/GuideIcon/GuideIcon_Xbox_L_Down_Hold.png",
+ "AssetGUID": "",
+ "AssetTags": [
+ "UIRaw"
+ ],
+ "BundleID": 7,
+ "DependBundleIDs": []
+ },
+ {
+ "Address": "GuideIcon_Xbox_L_Left",
+ "AssetPath": "Assets/Bundles/UIRaw/Atlas/GuideIcon/GuideIcon_Xbox_L_Left.png",
+ "AssetGUID": "",
+ "AssetTags": [
+ "UIRaw"
+ ],
+ "BundleID": 7,
+ "DependBundleIDs": []
+ },
+ {
+ "Address": "GuideIcon_Xbox_L_Left_Hold",
+ "AssetPath": "Assets/Bundles/UIRaw/Atlas/GuideIcon/GuideIcon_Xbox_L_Left_Hold.png",
+ "AssetGUID": "",
+ "AssetTags": [
+ "UIRaw"
+ ],
+ "BundleID": 7,
+ "DependBundleIDs": []
+ },
+ {
+ "Address": "GuideIcon_Xbox_L_Right",
+ "AssetPath": "Assets/Bundles/UIRaw/Atlas/GuideIcon/GuideIcon_Xbox_L_Right.png",
+ "AssetGUID": "",
+ "AssetTags": [
+ "UIRaw"
+ ],
+ "BundleID": 7,
+ "DependBundleIDs": []
+ },
+ {
+ "Address": "GuideIcon_Xbox_L_Right_Hold",
+ "AssetPath": "Assets/Bundles/UIRaw/Atlas/GuideIcon/GuideIcon_Xbox_L_Right_Hold.png",
+ "AssetGUID": "",
+ "AssetTags": [
+ "UIRaw"
+ ],
+ "BundleID": 7,
+ "DependBundleIDs": []
+ },
+ {
+ "Address": "GuideIcon_Xbox_L_Up",
+ "AssetPath": "Assets/Bundles/UIRaw/Atlas/GuideIcon/GuideIcon_Xbox_L_Up.png",
+ "AssetGUID": "",
+ "AssetTags": [
+ "UIRaw"
+ ],
+ "BundleID": 7,
+ "DependBundleIDs": []
+ },
+ {
+ "Address": "GuideIcon_Xbox_L_Up_Hold",
+ "AssetPath": "Assets/Bundles/UIRaw/Atlas/GuideIcon/GuideIcon_Xbox_L_Up_Hold.png",
+ "AssetGUID": "",
+ "AssetTags": [
+ "UIRaw"
+ ],
+ "BundleID": 7,
+ "DependBundleIDs": []
+ },
+ {
+ "Address": "GuideIcon_Xbox_LB",
+ "AssetPath": "Assets/Bundles/UIRaw/Atlas/GuideIcon/GuideIcon_Xbox_LB.png",
+ "AssetGUID": "",
+ "AssetTags": [
+ "UIRaw"
+ ],
+ "BundleID": 7,
+ "DependBundleIDs": []
+ },
+ {
+ "Address": "GuideIcon_Xbox_LeftStick_Hold",
+ "AssetPath": "Assets/Bundles/UIRaw/Atlas/GuideIcon/GuideIcon_Xbox_LeftStick_Hold.png",
+ "AssetGUID": "",
+ "AssetTags": [
+ "UIRaw"
+ ],
+ "BundleID": 7,
+ "DependBundleIDs": []
+ },
+ {
+ "Address": "GuideIcon_Xbox_LT",
+ "AssetPath": "Assets/Bundles/UIRaw/Atlas/GuideIcon/GuideIcon_Xbox_LT.png",
+ "AssetGUID": "",
+ "AssetTags": [
+ "UIRaw"
+ ],
+ "BundleID": 7,
+ "DependBundleIDs": []
+ },
+ {
+ "Address": "GuideIcon_Xbox_MENU",
+ "AssetPath": "Assets/Bundles/UIRaw/Atlas/GuideIcon/GuideIcon_Xbox_MENU.png",
+ "AssetGUID": "",
+ "AssetTags": [
+ "UIRaw"
+ ],
+ "BundleID": 7,
+ "DependBundleIDs": []
+ },
+ {
+ "Address": "GuideIcon_Xbox_R",
+ "AssetPath": "Assets/Bundles/UIRaw/Atlas/GuideIcon/GuideIcon_Xbox_R.png",
+ "AssetGUID": "",
+ "AssetTags": [
+ "UIRaw"
+ ],
+ "BundleID": 7,
+ "DependBundleIDs": []
+ },
+ {
+ "Address": "GuideIcon_Xbox_R_Click",
+ "AssetPath": "Assets/Bundles/UIRaw/Atlas/GuideIcon/GuideIcon_Xbox_R_Click.png",
+ "AssetGUID": "",
+ "AssetTags": [
+ "UIRaw"
+ ],
+ "BundleID": 7,
+ "DependBundleIDs": []
+ },
+ {
+ "Address": "GuideIcon_Xbox_RB",
+ "AssetPath": "Assets/Bundles/UIRaw/Atlas/GuideIcon/GuideIcon_Xbox_RB.png",
+ "AssetGUID": "",
+ "AssetTags": [
+ "UIRaw"
+ ],
+ "BundleID": 7,
+ "DependBundleIDs": []
+ },
+ {
+ "Address": "GuideIcon_Xbox_RB_Hold",
+ "AssetPath": "Assets/Bundles/UIRaw/Atlas/GuideIcon/GuideIcon_Xbox_RB_Hold.png",
+ "AssetGUID": "",
+ "AssetTags": [
+ "UIRaw"
+ ],
+ "BundleID": 7,
+ "DependBundleIDs": []
+ },
+ {
+ "Address": "GuideIcon_Xbox_RB_RT_Hold",
+ "AssetPath": "Assets/Bundles/UIRaw/Atlas/GuideIcon/GuideIcon_Xbox_RB_RT_Hold.png",
+ "AssetGUID": "",
+ "AssetTags": [
+ "UIRaw"
+ ],
+ "BundleID": 7,
+ "DependBundleIDs": []
+ },
+ {
+ "Address": "GuideIcon_Xbox_RB_RT_Stop",
+ "AssetPath": "Assets/Bundles/UIRaw/Atlas/GuideIcon/GuideIcon_Xbox_RB_RT_Stop.png",
+ "AssetGUID": "",
+ "AssetTags": [
+ "UIRaw"
+ ],
+ "BundleID": 7,
+ "DependBundleIDs": []
+ },
+ {
+ "Address": "GuideIcon_Xbox_RT",
+ "AssetPath": "Assets/Bundles/UIRaw/Atlas/GuideIcon/GuideIcon_Xbox_RT.png",
+ "AssetGUID": "",
+ "AssetTags": [
+ "UIRaw"
+ ],
+ "BundleID": 7,
+ "DependBundleIDs": []
+ },
+ {
+ "Address": "GuideIcon_Xbox_RT_Hold",
+ "AssetPath": "Assets/Bundles/UIRaw/Atlas/GuideIcon/GuideIcon_Xbox_RT_Hold.png",
+ "AssetGUID": "",
+ "AssetTags": [
+ "UIRaw"
+ ],
+ "BundleID": 7,
+ "DependBundleIDs": []
+ },
+ {
+ "Address": "GuideIcon_Xbox_X",
+ "AssetPath": "Assets/Bundles/UIRaw/Atlas/GuideIcon/GuideIcon_Xbox_X.png",
+ "AssetGUID": "",
+ "AssetTags": [
+ "UIRaw"
+ ],
+ "BundleID": 7,
+ "DependBundleIDs": []
+ },
+ {
+ "Address": "GuideIcon_Xbox_Y",
+ "AssetPath": "Assets/Bundles/UIRaw/Atlas/GuideIcon/GuideIcon_Xbox_Y.png",
+ "AssetGUID": "",
+ "AssetTags": [
+ "UIRaw"
+ ],
+ "BundleID": 7,
+ "DependBundleIDs": []
+ },
+ {
+ "Address": "add_normal",
+ "AssetPath": "Assets/Bundles/UIRaw/Atlas/icon/add_normal.png",
+ "AssetGUID": "",
+ "AssetTags": [
+ "UIRaw"
+ ],
+ "BundleID": 9,
+ "DependBundleIDs": []
+ },
+ {
+ "Address": "btn_hover",
+ "AssetPath": "Assets/Bundles/UIRaw/Atlas/icon/btn_hover.png",
+ "AssetGUID": "",
+ "AssetTags": [
+ "UIRaw"
+ ],
+ "BundleID": 9,
+ "DependBundleIDs": []
+ },
+ {
+ "Address": "btn_normal",
+ "AssetPath": "Assets/Bundles/UIRaw/Atlas/icon/btn_normal.png",
+ "AssetGUID": "",
+ "AssetTags": [
+ "UIRaw"
+ ],
+ "BundleID": 9,
+ "DependBundleIDs": []
+ },
+ {
+ "Address": "btn_press",
+ "AssetPath": "Assets/Bundles/UIRaw/Atlas/icon/btn_press.png",
+ "AssetGUID": "",
+ "AssetTags": [
+ "UIRaw"
+ ],
+ "BundleID": 9,
+ "DependBundleIDs": []
+ },
+ {
+ "Address": "btnLast",
+ "AssetPath": "Assets/Bundles/UIRaw/Atlas/icon/btnLast.PNG",
+ "AssetGUID": "",
+ "AssetTags": [
+ "UIRaw"
+ ],
+ "BundleID": 9,
+ "DependBundleIDs": []
+ },
+ {
+ "Address": "btnNext",
+ "AssetPath": "Assets/Bundles/UIRaw/Atlas/icon/btnNext.PNG",
+ "AssetGUID": "",
+ "AssetTags": [
+ "UIRaw"
+ ],
+ "BundleID": 9,
+ "DependBundleIDs": []
+ },
+ {
+ "Address": "cancel_40px",
+ "AssetPath": "Assets/Bundles/UIRaw/Atlas/icon/cancel_40px.png",
+ "AssetGUID": "",
+ "AssetTags": [
+ "UIRaw"
+ ],
+ "BundleID": 9,
+ "DependBundleIDs": []
+ },
+ {
+ "Address": "cancel_hover",
+ "AssetPath": "Assets/Bundles/UIRaw/Atlas/icon/cancel_hover.png",
+ "AssetGUID": "",
+ "AssetTags": [
+ "UIRaw"
+ ],
+ "BundleID": 9,
+ "DependBundleIDs": []
+ },
+ {
+ "Address": "cancel_normal",
+ "AssetPath": "Assets/Bundles/UIRaw/Atlas/icon/cancel_normal.png",
+ "AssetGUID": "",
+ "AssetTags": [
+ "UIRaw"
+ ],
+ "BundleID": 9,
+ "DependBundleIDs": []
+ },
+ {
+ "Address": "catb_disable",
+ "AssetPath": "Assets/Bundles/UIRaw/Atlas/icon/catb_disable.png",
+ "AssetGUID": "",
+ "AssetTags": [
+ "UIRaw"
+ ],
+ "BundleID": 9,
+ "DependBundleIDs": []
+ },
+ {
+ "Address": "catb_hover",
+ "AssetPath": "Assets/Bundles/UIRaw/Atlas/icon/catb_hover.png",
+ "AssetGUID": "",
+ "AssetTags": [
+ "UIRaw"
+ ],
+ "BundleID": 9,
+ "DependBundleIDs": []
+ },
+ {
+ "Address": "check_hover",
+ "AssetPath": "Assets/Bundles/UIRaw/Atlas/icon/check_hover.png",
+ "AssetGUID": "",
+ "AssetTags": [
+ "UIRaw"
+ ],
+ "BundleID": 9,
+ "DependBundleIDs": []
+ },
+ {
+ "Address": "check_normal",
+ "AssetPath": "Assets/Bundles/UIRaw/Atlas/icon/check_normal.png",
+ "AssetGUID": "",
+ "AssetTags": [
+ "UIRaw"
+ ],
+ "BundleID": 9,
+ "DependBundleIDs": []
+ },
+ {
+ "Address": "defaul_normal",
+ "AssetPath": "Assets/Bundles/UIRaw/Atlas/icon/defaul_normal.png",
+ "AssetGUID": "",
+ "AssetTags": [
+ "UIRaw"
+ ],
+ "BundleID": 9,
+ "DependBundleIDs": []
+ },
+ {
+ "Address": "default",
+ "AssetPath": "Assets/Bundles/UIRaw/Atlas/icon/default.png",
+ "AssetGUID": "",
+ "AssetTags": [
+ "UIRaw"
+ ],
+ "BundleID": 9,
+ "DependBundleIDs": []
+ },
+ {
+ "Address": "default_hover",
+ "AssetPath": "Assets/Bundles/UIRaw/Atlas/icon/default_hover.png",
+ "AssetGUID": "",
+ "AssetTags": [
+ "UIRaw"
+ ],
+ "BundleID": 9,
+ "DependBundleIDs": []
+ },
+ {
+ "Address": "default_press",
+ "AssetPath": "Assets/Bundles/UIRaw/Atlas/icon/default_press.png",
+ "AssetGUID": "",
+ "AssetTags": [
+ "UIRaw"
+ ],
+ "BundleID": 9,
+ "DependBundleIDs": []
+ },
+ {
+ "Address": "hp_icon",
+ "AssetPath": "Assets/Bundles/UIRaw/Atlas/icon/hp_icon.png",
+ "AssetGUID": "",
+ "AssetTags": [
+ "UIRaw"
+ ],
+ "BundleID": 9,
+ "DependBundleIDs": []
+ },
+ {
+ "Address": "item_hover",
+ "AssetPath": "Assets/Bundles/UIRaw/Atlas/icon/item_hover.png",
+ "AssetGUID": "",
+ "AssetTags": [
+ "UIRaw"
+ ],
+ "BundleID": 9,
+ "DependBundleIDs": []
+ },
+ {
+ "Address": "item_normal",
+ "AssetPath": "Assets/Bundles/UIRaw/Atlas/icon/item_normal.png",
+ "AssetGUID": "",
+ "AssetTags": [
+ "UIRaw"
+ ],
+ "BundleID": 9,
+ "DependBundleIDs": []
+ },
+ {
+ "Address": "item_press",
+ "AssetPath": "Assets/Bundles/UIRaw/Atlas/icon/item_press.png",
+ "AssetGUID": "",
+ "AssetTags": [
+ "UIRaw"
+ ],
+ "BundleID": 9,
+ "DependBundleIDs": []
+ },
+ {
+ "Address": "list_disable",
+ "AssetPath": "Assets/Bundles/UIRaw/Atlas/icon/list_disable.png",
+ "AssetGUID": "",
+ "AssetTags": [
+ "UIRaw"
+ ],
+ "BundleID": 9,
+ "DependBundleIDs": []
+ },
+ {
+ "Address": "list_hover",
+ "AssetPath": "Assets/Bundles/UIRaw/Atlas/icon/list_hover.png",
+ "AssetGUID": "",
+ "AssetTags": [
+ "UIRaw"
+ ],
+ "BundleID": 9,
+ "DependBundleIDs": []
+ },
+ {
+ "Address": "list_normal",
+ "AssetPath": "Assets/Bundles/UIRaw/Atlas/icon/list_normal.png",
+ "AssetGUID": "",
+ "AssetTags": [
+ "UIRaw"
+ ],
+ "BundleID": 9,
+ "DependBundleIDs": []
+ },
+ {
+ "Address": "list_press",
+ "AssetPath": "Assets/Bundles/UIRaw/Atlas/icon/list_press.png",
+ "AssetGUID": "",
+ "AssetTags": [
+ "UIRaw"
+ ],
+ "BundleID": 9,
+ "DependBundleIDs": []
+ },
+ {
+ "Address": "list_select",
+ "AssetPath": "Assets/Bundles/UIRaw/Atlas/icon/list_select.png",
+ "AssetGUID": "",
+ "AssetTags": [
+ "UIRaw"
+ ],
+ "BundleID": 9,
+ "DependBundleIDs": []
+ },
+ {
+ "Address": "ok_hover",
+ "AssetPath": "Assets/Bundles/UIRaw/Atlas/icon/ok_hover.png",
+ "AssetGUID": "",
+ "AssetTags": [
+ "UIRaw"
+ ],
+ "BundleID": 9,
+ "DependBundleIDs": []
+ },
+ {
+ "Address": "ok_normal",
+ "AssetPath": "Assets/Bundles/UIRaw/Atlas/icon/ok_normal.png",
+ "AssetGUID": "",
+ "AssetTags": [
+ "UIRaw"
+ ],
+ "BundleID": 9,
+ "DependBundleIDs": []
+ },
+ {
+ "Address": "panel_about",
+ "AssetPath": "Assets/Bundles/UIRaw/Atlas/icon/panel_about.png",
+ "AssetGUID": "",
+ "AssetTags": [
+ "UIRaw"
+ ],
+ "BundleID": 9,
+ "DependBundleIDs": []
+ },
+ {
+ "Address": "panel_appearance",
+ "AssetPath": "Assets/Bundles/UIRaw/Atlas/icon/panel_appearance.png",
+ "AssetGUID": "",
+ "AssetTags": [
+ "UIRaw"
+ ],
+ "BundleID": 9,
+ "DependBundleIDs": []
+ },
+ {
+ "Address": "panel_general",
+ "AssetPath": "Assets/Bundles/UIRaw/Atlas/icon/panel_general.png",
+ "AssetGUID": "",
+ "AssetTags": [
+ "UIRaw"
+ ],
+ "BundleID": 9,
+ "DependBundleIDs": []
+ },
+ {
+ "Address": "panel_performance",
+ "AssetPath": "Assets/Bundles/UIRaw/Atlas/icon/panel_performance.png",
+ "AssetGUID": "",
+ "AssetTags": [
+ "UIRaw"
+ ],
+ "BundleID": 9,
+ "DependBundleIDs": []
+ },
+ {
+ "Address": "panel_plugin",
+ "AssetPath": "Assets/Bundles/UIRaw/Atlas/icon/panel_plugin.png",
+ "AssetGUID": "",
+ "AssetTags": [
+ "UIRaw"
+ ],
+ "BundleID": 9,
+ "DependBundleIDs": []
+ },
+ {
+ "Address": "panel_sound",
+ "AssetPath": "Assets/Bundles/UIRaw/Atlas/icon/panel_sound.png",
+ "AssetGUID": "",
+ "AssetTags": [
+ "UIRaw"
+ ],
+ "BundleID": 9,
+ "DependBundleIDs": []
+ }
+ ],
+ "BundleList": [
+ {
+ "BundleName": "assets_bundles_audios_audioclip.bundle",
+ "UnityCRC": 0,
+ "FileHash": "09f560261f6874b6843182b4782f6d5e",
+ "FileCRC": 0,
+ "FileSize": 268950,
+ "Encrypted": false,
+ "Tags": [
+ "Audios"
+ ],
+ "DependBundleIDs": []
+ },
+ {
+ "BundleName": "assets_bundles_configs.bundle",
+ "UnityCRC": 0,
+ "FileHash": "da9fc5dda26736fb80cbda4c72d87b82",
+ "FileCRC": 0,
+ "FileSize": 4568,
+ "Encrypted": false,
+ "Tags": [
+ "WEBGL_PRELOAD",
+ "Configs"
+ ],
+ "DependBundleIDs": []
+ },
+ {
+ "BundleName": "assets_bundles_configs_bytes.bundle",
+ "UnityCRC": 0,
+ "FileHash": "213948d92addb839c79a02a5c756408c",
+ "FileCRC": 0,
+ "FileSize": 281,
+ "Encrypted": false,
+ "Tags": [
+ "WEBGL_PRELOAD",
+ "Configs"
+ ],
+ "DependBundleIDs": []
+ },
+ {
+ "BundleName": "assets_bundles_dll.bundle",
+ "UnityCRC": 0,
+ "FileHash": "d54634bab862367eddd45455893f6a44",
+ "FileCRC": 0,
+ "FileSize": 4982272,
+ "Encrypted": false,
+ "Tags": [
+ "DLL"
+ ],
+ "DependBundleIDs": []
+ },
+ {
+ "BundleName": "assets_bundles_scenes_map1000.bundle",
+ "UnityCRC": 0,
+ "FileHash": "f9e9af0a1482d58280d517bbf6fd3908",
+ "FileCRC": 0,
+ "FileSize": 11828,
+ "Encrypted": false,
+ "Tags": [
+ "Scenes"
+ ],
+ "DependBundleIDs": []
+ },
+ {
+ "BundleName": "assets_bundles_ui_uiloadupdatewindow.bundle",
+ "UnityCRC": 0,
+ "FileHash": "e0807c700d7f154aa3711c1bf07383d6",
+ "FileCRC": 0,
+ "FileSize": 34685,
+ "Encrypted": false,
+ "Tags": [
+ "UI"
+ ],
+ "DependBundleIDs": []
+ },
+ {
+ "BundleName": "assets_bundles_uiraw_atlas_bg.bundle",
+ "UnityCRC": 0,
+ "FileHash": "c824533757904cd2aea7ed3154adbc9c",
+ "FileCRC": 0,
+ "FileSize": 551955,
+ "Encrypted": false,
+ "Tags": [
+ "UIRaw"
+ ],
+ "DependBundleIDs": []
+ },
+ {
+ "BundleName": "assets_bundles_uiraw_atlas_guideicon.bundle",
+ "UnityCRC": 0,
+ "FileHash": "57dc380c1fc46aec5f55e4d5d9dacf04",
+ "FileCRC": 0,
+ "FileSize": 95314,
+ "Encrypted": false,
+ "Tags": [
+ "UIRaw"
+ ],
+ "DependBundleIDs": []
+ },
+ {
+ "BundleName": "assets_bundles_uiraw_atlas_guideicon_guideicon_nonuse.bundle",
+ "UnityCRC": 0,
+ "FileHash": "5ca745843fab507da8994effdefd51b6",
+ "FileCRC": 0,
+ "FileSize": 2686,
+ "Encrypted": false,
+ "Tags": [
+ "UIRaw"
+ ],
+ "DependBundleIDs": []
+ },
+ {
+ "BundleName": "assets_bundles_uiraw_atlas_icon.bundle",
+ "UnityCRC": 0,
+ "FileHash": "1637fa01c3050af5c246ebc653bb8b9d",
+ "FileCRC": 0,
+ "FileSize": 203831,
+ "Encrypted": false,
+ "Tags": [
+ "UIRaw"
+ ],
+ "DependBundleIDs": []
+ },
+ {
+ "BundleName": "unityshaders.bundle",
+ "UnityCRC": 0,
+ "FileHash": "7d7d1d6498d2ea70864c60b8a4553d8a",
+ "FileCRC": 0,
+ "FileSize": 2813,
+ "Encrypted": false,
+ "Tags": [
+ "ShaderVariants"
+ ],
+ "DependBundleIDs": []
+ }
+ ]
+}
\ No newline at end of file
diff --git a/Client/Packages/manifest.json b/Client/Packages/manifest.json
index b75e458..0d4371f 100644
--- a/Client/Packages/manifest.json
+++ b/Client/Packages/manifest.json
@@ -4,7 +4,6 @@
"com.code-philosophy.hybridclr": "https://gitee.com/focus-creative-games/hybridclr_unity.git",
"com.code-philosophy.luban": "http://101.34.252.46:3000/yuliuren/luban_unity.git",
"com.kyrylokuzyk.primetween": "http://101.34.252.46:3000/AlicizaX/com.alicizax.kyrylokuzyk.primetween.git",
- "com.unity.ai.navigation": "2.0.6",
"com.unity.editorcoroutines": "1.0.0",
"com.unity.ide.rider": "3.0.34",
"com.unity.ide.visualstudio": "2.0.23",
@@ -12,11 +11,10 @@
"com.unity.nuget.newtonsoft-json": "3.2.1",
"com.unity.render-pipelines.universal": "17.0.3",
"com.unity.scriptablebuildpipeline": "2.1.4",
- "com.unity.test-framework": "1.4.6",
+ "com.unity.textmeshpro": "3.0.9",
"com.unity.timeline": "1.8.8",
"com.unity.ugui": "2.0.0",
"com.unity.visualscripting": "1.9.6",
- "com.unity.modules.accessibility": "1.0.0",
"com.unity.modules.ai": "1.0.0",
"com.unity.modules.androidjni": "1.0.0",
"com.unity.modules.animation": "1.0.0",
diff --git a/Client/Packages/packages-lock.json b/Client/Packages/packages-lock.json
index ee3af0d..a932c1e 100644
--- a/Client/Packages/packages-lock.json
+++ b/Client/Packages/packages-lock.json
@@ -93,50 +93,41 @@
"dependencies": {},
"hash": "a2d206268922a2011851aedb053f3396f2243fc4"
},
- "com.unity.ai.navigation": {
- "version": "2.0.6",
- "depth": 0,
- "source": "registry",
- "dependencies": {
- "com.unity.modules.ai": "1.0.0"
- },
- "url": "https://packages.unity.com"
- },
"com.unity.burst": {
- "version": "1.8.18",
- "depth": 2,
+ "version": "1.8.17",
+ "depth": 1,
"source": "registry",
"dependencies": {
"com.unity.mathematics": "1.2.1",
"com.unity.modules.jsonserialize": "1.0.0"
},
- "url": "https://packages.unity.com"
+ "url": "https://packages.unity.cn"
},
"com.unity.collections": {
- "version": "2.5.1",
+ "version": "2.4.2",
"depth": 2,
"source": "registry",
"dependencies": {
- "com.unity.burst": "1.8.17",
- "com.unity.test-framework": "1.4.5",
+ "com.unity.burst": "1.8.13",
"com.unity.nuget.mono-cecil": "1.11.4",
+ "com.unity.test-framework": "1.4.3",
"com.unity.test-framework.performance": "3.0.3"
},
- "url": "https://packages.unity.com"
+ "url": "https://packages.unity.cn"
},
"com.unity.editorcoroutines": {
"version": "1.0.0",
"depth": 0,
"source": "registry",
"dependencies": {},
- "url": "https://packages.unity.com"
+ "url": "https://packages.unity.cn"
},
"com.unity.ext.nunit": {
- "version": "2.0.5",
- "depth": 1,
+ "version": "2.0.3",
+ "depth": 4,
"source": "registry",
"dependencies": {},
- "url": "https://packages.unity.com"
+ "url": "https://packages.unity.cn"
},
"com.unity.ide.rider": {
"version": "3.0.34",
@@ -145,7 +136,7 @@
"dependencies": {
"com.unity.ext.nunit": "1.0.6"
},
- "url": "https://packages.unity.com"
+ "url": "https://packages.unity.cn"
},
"com.unity.ide.visualstudio": {
"version": "2.0.23",
@@ -154,7 +145,7 @@
"dependencies": {
"com.unity.test-framework": "1.1.9"
},
- "url": "https://packages.unity.com"
+ "url": "https://packages.unity.cn"
},
"com.unity.inputsystem": {
"version": "1.13.1",
@@ -163,42 +154,38 @@
"dependencies": {
"com.unity.modules.uielements": "1.0.0"
},
- "url": "https://packages.unity.com"
+ "url": "https://packages.unity.cn"
},
"com.unity.mathematics": {
- "version": "1.3.2",
- "depth": 2,
+ "version": "1.2.6",
+ "depth": 1,
"source": "registry",
"dependencies": {},
- "url": "https://packages.unity.com"
+ "url": "https://packages.unity.cn"
},
"com.unity.nuget.mono-cecil": {
"version": "1.11.4",
"depth": 3,
"source": "registry",
"dependencies": {},
- "url": "https://packages.unity.com"
+ "url": "https://packages.unity.cn"
},
"com.unity.nuget.newtonsoft-json": {
"version": "3.2.1",
"depth": 0,
"source": "registry",
"dependencies": {},
- "url": "https://packages.unity.com"
+ "url": "https://packages.unity.cn"
},
"com.unity.render-pipelines.core": {
- "version": "17.0.3",
+ "version": "14.0.11",
"depth": 1,
"source": "builtin",
"dependencies": {
- "com.unity.burst": "1.8.14",
- "com.unity.mathematics": "1.3.2",
- "com.unity.ugui": "2.0.0",
- "com.unity.collections": "2.4.3",
+ "com.unity.ugui": "1.0.0",
"com.unity.modules.physics": "1.0.0",
"com.unity.modules.terrain": "1.0.0",
- "com.unity.modules.jsonserialize": "1.0.0",
- "com.unity.rendering.light-transport": "1.0.1"
+ "com.unity.modules.jsonserialize": "1.0.0"
}
},
"com.unity.render-pipelines.universal": {
@@ -206,27 +193,19 @@
"depth": 0,
"source": "builtin",
"dependencies": {
- "com.unity.render-pipelines.core": "17.0.3",
- "com.unity.shadergraph": "17.0.3",
- "com.unity.render-pipelines.universal-config": "17.0.3"
+ "com.unity.mathematics": "1.2.1",
+ "com.unity.burst": "1.8.9",
+ "com.unity.render-pipelines.core": "14.0.11",
+ "com.unity.shadergraph": "14.0.11",
+ "com.unity.render-pipelines.universal-config": "14.0.9"
}
},
"com.unity.render-pipelines.universal-config": {
- "version": "17.0.3",
+ "version": "14.0.10",
"depth": 1,
"source": "builtin",
"dependencies": {
- "com.unity.render-pipelines.core": "17.0.3"
- }
- },
- "com.unity.rendering.light-transport": {
- "version": "1.0.1",
- "depth": 2,
- "source": "builtin",
- "dependencies": {
- "com.unity.collections": "2.2.0",
- "com.unity.mathematics": "1.2.4",
- "com.unity.modules.terrain": "1.0.0"
+ "com.unity.render-pipelines.core": "14.0.10"
}
},
"com.unity.scriptablebuildpipeline": {
@@ -234,44 +213,44 @@
"depth": 0,
"source": "registry",
"dependencies": {},
- "url": "https://packages.unity.com"
+ "url": "https://packages.unity.cn"
},
"com.unity.searcher": {
"version": "4.9.2",
"depth": 2,
"source": "registry",
"dependencies": {},
- "url": "https://packages.unity.com"
+ "url": "https://packages.unity.cn"
},
"com.unity.serialization": {
"version": "3.1.2",
"depth": 1,
"source": "registry",
"dependencies": {
- "com.unity.burst": "1.7.2",
- "com.unity.collections": "2.4.2"
+ "com.unity.collections": "2.4.2",
+ "com.unity.burst": "1.7.2"
},
- "url": "https://packages.unity.com"
+ "url": "https://packages.unity.cn"
},
"com.unity.shadergraph": {
- "version": "17.0.3",
+ "version": "14.0.11",
"depth": 1,
"source": "builtin",
"dependencies": {
- "com.unity.render-pipelines.core": "17.0.3",
+ "com.unity.render-pipelines.core": "14.0.11",
"com.unity.searcher": "4.9.2"
}
},
"com.unity.test-framework": {
- "version": "1.4.6",
- "depth": 0,
+ "version": "1.4.3",
+ "depth": 3,
"source": "registry",
"dependencies": {
"com.unity.ext.nunit": "2.0.3",
"com.unity.modules.imgui": "1.0.0",
"com.unity.modules.jsonserialize": "1.0.0"
},
- "url": "https://packages.unity.com"
+ "url": "https://packages.unity.cn"
},
"com.unity.test-framework.performance": {
"version": "3.0.3",
@@ -281,7 +260,16 @@
"com.unity.test-framework": "1.1.31",
"com.unity.modules.jsonserialize": "1.0.0"
},
- "url": "https://packages.unity.com"
+ "url": "https://packages.unity.cn"
+ },
+ "com.unity.textmeshpro": {
+ "version": "3.0.9",
+ "depth": 0,
+ "source": "registry",
+ "dependencies": {
+ "com.unity.ugui": "1.0.0"
+ },
+ "url": "https://packages.unity.cn"
},
"com.unity.timeline": {
"version": "1.8.8",
@@ -293,7 +281,7 @@
"com.unity.modules.animation": "1.0.0",
"com.unity.modules.particlesystem": "1.0.0"
},
- "url": "https://packages.unity.com"
+ "url": "https://packages.unity.cn"
},
"com.unity.ugui": {
"version": "2.0.0",
@@ -312,13 +300,7 @@
"com.unity.ugui": "1.0.0",
"com.unity.modules.jsonserialize": "1.0.0"
},
- "url": "https://packages.unity.com"
- },
- "com.unity.modules.accessibility": {
- "version": "1.0.0",
- "depth": 0,
- "source": "builtin",
- "dependencies": {}
+ "url": "https://packages.unity.cn"
},
"com.unity.modules.ai": {
"version": "1.0.0",
@@ -367,12 +349,6 @@
"com.unity.modules.animation": "1.0.0"
}
},
- "com.unity.modules.hierarchycore": {
- "version": "1.0.0",
- "depth": 1,
- "source": "builtin",
- "dependencies": {}
- },
"com.unity.modules.imageconversion": {
"version": "1.0.0",
"depth": 0,
@@ -461,8 +437,7 @@
"dependencies": {
"com.unity.modules.ui": "1.0.0",
"com.unity.modules.imgui": "1.0.0",
- "com.unity.modules.jsonserialize": "1.0.0",
- "com.unity.modules.hierarchycore": "1.0.0"
+ "com.unity.modules.jsonserialize": "1.0.0"
}
},
"com.unity.modules.umbra": {
diff --git a/Client/ProjectSettings/GraphicsSettings.asset b/Client/ProjectSettings/GraphicsSettings.asset
index a148e49..fc69620 100644
--- a/Client/ProjectSettings/GraphicsSettings.asset
+++ b/Client/ProjectSettings/GraphicsSettings.asset
@@ -3,7 +3,7 @@
--- !u!30 &1
GraphicsSettings:
m_ObjectHideFlags: 0
- serializedVersion: 16
+ serializedVersion: 15
m_Deferred:
m_Mode: 1
m_Shader: {fileID: 69, guid: 0000000000000000f000000000000000, type: 0}
@@ -57,11 +57,12 @@ GraphicsSettings:
m_FogKeepExp: 1
m_FogKeepExp2: 1
m_AlbedoSwatchInfos: []
- m_RenderPipelineGlobalSettingsMap:
- UnityEngine.Rendering.Universal.UniversalRenderPipeline: {fileID: 11400000, guid: 18dc0cd2c080841dea60987a38ce93fa, type: 2}
m_LightsUseLinearIntensity: 1
m_LightsUseColorTemperature: 1
+ m_DefaultRenderingLayerMask: 1
m_LogWhenShaderIsCompiled: 0
+ m_SRPDefaultSettings:
+ UnityEngine.Rendering.Universal.UniversalRenderPipeline: {fileID: 11400000, guid: 18dc0cd2c080841dea60987a38ce93fa, type: 2}
m_LightProbeOutsideHullStrategy: 0
m_CameraRelativeLightCulling: 0
m_CameraRelativeShadowCulling: 0
diff --git a/Client/ProjectSettings/PackageManagerSettings.asset b/Client/ProjectSettings/PackageManagerSettings.asset
index 4540b48..bbc5e03 100644
--- a/Client/ProjectSettings/PackageManagerSettings.asset
+++ b/Client/ProjectSettings/PackageManagerSettings.asset
@@ -18,11 +18,10 @@ MonoBehaviour:
m_SeeAllPackageVersions: 0
m_DismissPreviewPackagesInUse: 0
oneTimeWarningShown: 0
- oneTimeDeprecatedPopUpShown: 0
m_Registries:
- m_Id: main
m_Name:
- m_Url: https://packages.unity.com
+ m_Url: https://packages.unity.cn
m_Scopes: []
m_IsDefault: 1
m_Capabilities: 7
@@ -40,6 +39,6 @@ MonoBehaviour:
m_RegistryInfoDraft:
m_Modified: 0
m_ErrorMessage:
- m_UserModificationsInstanceId: -870
- m_OriginalInstanceId: -872
+ m_UserModificationsInstanceId: -832
+ m_OriginalInstanceId: -836
m_LoadAssets: 0
diff --git a/Client/ProjectSettings/ProjectVersion.txt b/Client/ProjectSettings/ProjectVersion.txt
index 11b73a4..a596c0a 100644
--- a/Client/ProjectSettings/ProjectVersion.txt
+++ b/Client/ProjectSettings/ProjectVersion.txt
@@ -1,2 +1,2 @@
-m_EditorVersion: 6000.0.23f1
-m_EditorVersionWithRevision: 6000.0.23f1 (1c4764c07fb4)
+m_EditorVersion: 2022.3.43f1c1
+m_EditorVersionWithRevision: 2022.3.43f1c1 (7a2282349f6f)
diff --git a/Client/ProjectSettings/ShaderGraphSettings.asset b/Client/ProjectSettings/ShaderGraphSettings.asset
index e66042a..3250b06 100644
--- a/Client/ProjectSettings/ShaderGraphSettings.asset
+++ b/Client/ProjectSettings/ShaderGraphSettings.asset
@@ -15,4 +15,3 @@ MonoBehaviour:
shaderVariantLimit: 128
customInterpolatorErrorThreshold: 32
customInterpolatorWarningThreshold: 16
- customHeatmapValues: {fileID: 0}
diff --git a/Client/ProjectSettings/URPProjectSettings.asset b/Client/ProjectSettings/URPProjectSettings.asset
index 08faf03..cd7fd8c 100644
--- a/Client/ProjectSettings/URPProjectSettings.asset
+++ b/Client/ProjectSettings/URPProjectSettings.asset
@@ -12,4 +12,4 @@ MonoBehaviour:
m_Script: {fileID: 11500000, guid: 247994e1f5a72c2419c26a37e9334c01, type: 3}
m_Name:
m_EditorClassIdentifier:
- m_LastMaterialVersion: 9
+ m_LastMaterialVersion: 7
diff --git a/Client/UserSettings/EditorUserSettings.asset b/Client/UserSettings/EditorUserSettings.asset
index 58a3642..a1b7b9b 100644
--- a/Client/UserSettings/EditorUserSettings.asset
+++ b/Client/UserSettings/EditorUserSettings.asset
@@ -27,10 +27,10 @@ EditorUserSettings:
value: 5204045351045a025b5b542345770b45404f41787e7c25677c2f4563b7e26568
flags: 0
RecentlyUsedSceneGuid-6:
- value: 5001560504060c590f5b0f7245725a44404f1d7c297e2233787e4a36b5e4666b
+ value: 0505045406565e080c59097440205d4444164f727d7d76367d7d1c63e3b9646d
flags: 0
RecentlyUsedSceneGuid-7:
- value: 0505045406565e080c59097440205d4444164f727d7d76367d7d1c63e3b9646d
+ value: 5001560504060c590f5b0f7245725a44404f1d7c297e2233787e4a36b5e4666b
flags: 0
RecentlyUsedSceneGuid-8:
value: 5a07065703500c59585e0e7748770d44444f4a737d2d7f35787d4f63e0b26668
diff --git a/Client/UserSettings/Layouts/default-6000.dwlt b/Client/UserSettings/Layouts/default-6000.dwlt
index 688c81b..41f55eb 100644
--- a/Client/UserSettings/Layouts/default-6000.dwlt
+++ b/Client/UserSettings/Layouts/default-6000.dwlt
@@ -19,7 +19,7 @@ MonoBehaviour:
width: 1920
height: 997
m_ShowMode: 4
- m_Title: Inspector
+ m_Title: Project
m_RootView: {fileID: 2}
m_MinSize: {x: 875, y: 300}
m_MaxSize: {x: 10000, y: 10000}
@@ -121,7 +121,7 @@ MonoBehaviour:
m_MinSize: {x: 400, y: 100}
m_MaxSize: {x: 32384, y: 16192}
vertical: 0
- controlID: 25
+ controlID: 90
draggingID: 0
--- !u!114 &6
MonoBehaviour:
@@ -140,7 +140,7 @@ MonoBehaviour:
serializedVersion: 2
x: 0
y: 0
- width: 282
+ width: 366
height: 941
m_MinSize: {x: 201, y: 226}
m_MaxSize: {x: 4001, y: 4026}
@@ -167,14 +167,14 @@ MonoBehaviour:
- {fileID: 9}
m_Position:
serializedVersion: 2
- x: 282
+ x: 366
y: 0
- width: 417
+ width: 359
height: 941
m_MinSize: {x: 100, y: 100}
m_MaxSize: {x: 8096, y: 16192}
vertical: 1
- controlID: 26
+ controlID: 55
draggingID: 0
--- !u!114 &8
MonoBehaviour:
@@ -193,10 +193,10 @@ MonoBehaviour:
serializedVersion: 2
x: 0
y: 0
- width: 417
- height: 556
- m_MinSize: {x: 202, y: 226}
- m_MaxSize: {x: 4002, y: 4026}
+ width: 359
+ height: 328
+ m_MinSize: {x: 200, y: 200}
+ m_MaxSize: {x: 4000, y: 4000}
m_ActualView: {fileID: 15}
m_Panes:
- {fileID: 15}
@@ -212,23 +212,23 @@ MonoBehaviour:
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 12006, guid: 0000000000000000e000000000000000, type: 0}
- m_Name: ConsoleWindow
+ m_Name: GameView
m_EditorClassIdentifier:
m_Children: []
m_Position:
serializedVersion: 2
x: 0
- y: 556
- width: 417
- height: 385
- m_MinSize: {x: 102, y: 126}
+ y: 328
+ width: 359
+ height: 613
+ m_MinSize: {x: 52, y: 76}
m_MaxSize: {x: 4002, y: 4026}
- m_ActualView: {fileID: 16}
+ m_ActualView: {fileID: 12}
m_Panes:
- {fileID: 16}
- {fileID: 12}
- m_Selected: 0
- m_LastSelected: 1
+ m_Selected: 1
+ m_LastSelected: 0
--- !u!114 &10
MonoBehaviour:
m_ObjectHideFlags: 52
@@ -244,9 +244,9 @@ MonoBehaviour:
m_Children: []
m_Position:
serializedVersion: 2
- x: 699
+ x: 725
y: 0
- width: 432
+ width: 538
height: 941
m_MinSize: {x: 232, y: 276}
m_MaxSize: {x: 10002, y: 10026}
@@ -270,9 +270,9 @@ MonoBehaviour:
m_Children: []
m_Position:
serializedVersion: 2
- x: 1131
+ x: 1263
y: 0
- width: 789
+ width: 657
height: 941
m_MinSize: {x: 276, y: 76}
m_MaxSize: {x: 4001, y: 4026}
@@ -302,10 +302,10 @@ MonoBehaviour:
m_TextWithWhitespace: "Game\u200B"
m_Pos:
serializedVersion: 2
- x: 412
- y: 552
- width: 426
- height: 442
+ x: 366
+ y: 407
+ width: 357
+ height: 587
m_SerializedDataModeController:
m_DataMode: 0
m_PreferredDataMode: 0
@@ -323,7 +323,7 @@ MonoBehaviour:
m_ShowGizmos: 0
m_TargetDisplay: 0
m_ClearColor: {r: 0, g: 0, b: 0, a: 0}
- m_TargetSize: {x: 426, y: 240}
+ m_TargetSize: {x: 1920, y: 1080}
m_TextureFilterMode: 0
m_TextureHideFlags: 61
m_RenderIMGUI: 1
@@ -332,16 +332,16 @@ MonoBehaviour:
m_VSyncEnabled: 0
m_Gizmos: 0
m_Stats: 0
- m_SelectedSizes: 01000000000000000000000000000000000000000000000000000000000000000000000000000000
+ m_SelectedSizes: 03000000000000000000000000000000000000000000000000000000000000000000000000000000
m_ZoomArea:
m_HRangeLocked: 0
m_VRangeLocked: 0
hZoomLockedByDefault: 0
vZoomLockedByDefault: 0
- m_HBaseRangeMin: -213
- m_HBaseRangeMax: 213
- m_VBaseRangeMin: -120
- m_VBaseRangeMax: 120
+ m_HBaseRangeMin: -960
+ m_HBaseRangeMax: 960
+ m_VBaseRangeMin: -540
+ m_VBaseRangeMax: 540
m_HAllowExceedBaseRangeMin: 1
m_HAllowExceedBaseRangeMax: 1
m_VAllowExceedBaseRangeMin: 1
@@ -359,23 +359,23 @@ MonoBehaviour:
serializedVersion: 2
x: 0
y: 21
- width: 426
- height: 421
- m_Scale: {x: 1, y: 1}
- m_Translation: {x: 213, y: 210.5}
+ width: 357
+ height: 566
+ m_Scale: {x: 0.1859375, y: 0.1859375}
+ m_Translation: {x: 178.5, y: 283}
m_MarginLeft: 0
m_MarginRight: 0
m_MarginTop: 0
m_MarginBottom: 0
m_LastShownAreaInsideMargins:
serializedVersion: 2
- x: -213
- y: -210.5
- width: 426
- height: 421
+ x: -960.00006
+ y: -1522.0168
+ width: 1920.0001
+ height: 3044.0337
m_MinimalGUI: 1
- m_defaultScale: 1
- m_LastWindowPixelSize: {x: 426, y: 442}
+ m_defaultScale: 0.1859375
+ m_LastWindowPixelSize: {x: 357, y: 587}
m_ClearInEditMode: 1
m_NoCameraWarning: 1
m_LowResolutionForAspectRatios: 01000000000000000000
@@ -404,7 +404,7 @@ MonoBehaviour:
serializedVersion: 2
x: 0
y: 79
- width: 275
+ width: 365
height: 915
m_SerializedDataModeController:
m_DataMode: 0
@@ -475,8 +475,8 @@ MonoBehaviour:
m_Pos:
serializedVersion: 2
x: 0
- y: 24
- width: 281
+ y: 79
+ width: 365
height: 915
m_SerializedDataModeController:
m_DataMode: 0
@@ -813,7 +813,7 @@ MonoBehaviour:
containerId: overlay-container--right
displayed: 0
id: APV Overlay
- index: 11
+ index: 10
contents: '{"m_Layout":4,"m_Collapsed":false,"m_Floating":false,"m_FloatingSnapOffset":{"x":48.0,"y":48.0},"m_SnapOffsetDelta":{"x":0.0,"y":0.0},"m_FloatingSnapCorner":0,"m_Size":{"x":0.0,"y":0.0},"m_SizeOverridden":false}'
floating: 0
collapsed: 0
@@ -827,7 +827,7 @@ MonoBehaviour:
containerId: overlay-container--right
displayed: 0
id: Scene View/TrailRenderer
- index: 8
+ index: 7
contents: '{"m_Layout":4,"m_Collapsed":false,"m_Floating":false,"m_FloatingSnapOffset":{"x":48.0,"y":48.0},"m_SnapOffsetDelta":{"x":0.0,"y":0.0},"m_FloatingSnapCorner":0,"m_Size":{"x":0.0,"y":0.0},"m_SizeOverridden":false}'
floating: 0
collapsed: 0
@@ -981,7 +981,7 @@ MonoBehaviour:
containerId: overlay-container--right
displayed: 0
id: SceneView/CamerasOverlay
- index: 9
+ index: 8
contents: '{"m_Layout":4,"m_Collapsed":false,"m_Floating":false,"m_FloatingSnapOffset":{"x":0.0,"y":0.0},"m_SnapOffsetDelta":{"x":24.0,"y":0.0},"m_FloatingSnapCorner":0,"m_Size":{"x":0.0,"y":0.0},"m_SizeOverridden":false}'
floating: 0
collapsed: 0
@@ -995,7 +995,7 @@ MonoBehaviour:
containerId: overlay-container--right
displayed: 0
id: Scene View/PBR Validation Settings
- index: 10
+ index: 9
contents: '{"m_Layout":4,"m_Collapsed":false,"m_Floating":false,"m_FloatingSnapOffset":{"x":0.0,"y":0.0},"m_SnapOffsetDelta":{"x":24.0,"y":0.0},"m_FloatingSnapCorner":0,"m_Size":{"x":0.0,"y":0.0},"m_SizeOverridden":false}'
floating: 0
collapsed: 0
@@ -1048,7 +1048,7 @@ MonoBehaviour:
m_Position:
m_Target: {x: 1000.558, y: 1000.4977, z: 673.00354}
speed: 2
- m_Value: {x: 1000.558, y: 1000.4977, z: 673.00354}
+ m_Value: {x: 1080.3844, y: 228.74487, z: -1.8450564}
m_RenderMode: 0
m_CameraMode:
drawMode: 0
@@ -1100,7 +1100,7 @@ MonoBehaviour:
m_Size:
m_Target: 2.5476403
speed: 2
- m_Value: 2.5476403
+ m_Value: 451.7382
m_Ortho:
m_Target: 1
speed: 2
@@ -1152,10 +1152,10 @@ MonoBehaviour:
m_TextWithWhitespace: "Hierarchy\u200B"
m_Pos:
serializedVersion: 2
- x: 1
- y: 24
- width: 415
- height: 530
+ x: 366
+ y: 79
+ width: 357
+ height: 302
m_SerializedDataModeController:
m_DataMode: 0
m_PreferredDataMode: 0
@@ -1170,7 +1170,7 @@ MonoBehaviour:
m_SceneHierarchy:
m_TreeViewState:
scrollPos: {x: 0, y: 0}
- m_SelectedIDs:
+ m_SelectedIDs: c6e8ffff
m_LastClickedID: 0
m_ExpandedIDs: f6faffff
m_RenameOverlay:
@@ -1218,10 +1218,10 @@ MonoBehaviour:
m_TextWithWhitespace: "Console\u200B"
m_Pos:
serializedVersion: 2
- x: 1
- y: 580
- width: 415
- height: 359
+ x: 490
+ y: 407
+ width: 297
+ height: 587
m_SerializedDataModeController:
m_DataMode: 0
m_PreferredDataMode: 0
@@ -1254,9 +1254,9 @@ MonoBehaviour:
m_TextWithWhitespace: "Project\u200B"
m_Pos:
serializedVersion: 2
- x: 700
- y: 24
- width: 430
+ x: 725
+ y: 79
+ width: 536
height: 915
m_SerializedDataModeController:
m_DataMode: 0
@@ -1279,8 +1279,7 @@ MonoBehaviour:
m_ShowAllHits: 0
m_SkipHidden: 0
m_SearchArea: 1
- m_Folders:
- - Assets/Scripts/Hotfix/GameLogic
+ m_Folders: []
m_Globs: []
m_ProductIds:
m_AnyWithAssetOrigin: 0
@@ -1298,7 +1297,7 @@ MonoBehaviour:
scrollPos: {x: 0, y: 0}
m_SelectedIDs: e48c0000
m_LastClickedID: 36068
- m_ExpandedIDs: 00000000f0c20000f2c20000f4c2000026c3000030c300003ac3000040c3000048c300004cc3000054c3000078c3000084c3000090c30000d0c30000e6c3000000c4000004c4000006c4000036c4000040c400006ec400007ac40000b8c40000f6c60000f8c60000fac60000fcc60000fec6000000c7000002c7000004c7000006c7000008c700000ac700000cc700000ec7000010c7000012c7000014c7000016c7000018c700001ac700001cc700001ec7000020c7000022c7000024c7000026c7000028c700002ac700002cc700002ec7000030c7000032c7000034c7000036c7000038c700003ac700003cc700003ec7000040c7000042c7000044c7000046c7000048c700004ac700004cc700004ec7000050c7000052c7000054c7000056c7000058c700005ac700005cc700005ec7000060c7000062c7000064c7000066c7000068c700006ac700006cc700006ec7000070c7000072c7000074c7000076c7000078c700007ac700007cc700007ec7000080c7000082c7000084c7000086c7000088c700008ac700008cc700008ec7000090c7000092c7000094c7000096c7000098c700009ac700009cc700009ec70000a0c70000a2c70000a4c70000a6c70000a8c70000aac70000acc70000aec70000b0c70000b2c70000b4c70000b6c70000b8c70000bac70000bcc70000bec70000c0c70000c2c70000c4c70000c6c70000c8c70000cac70000ccc70000cec70000d0c70000d2c70000d4c70000d6c70000d8c70000dac70000dcc70000dec70000e0c70000e2c70000e4c70000e6c70000e8c70000eac70000ecc70000eec70000f0c70000f2c70000f4c70000f6c70000f8c70000fac70000fcc70000fec7000000c8000002c8000004c8000006c8000008c800000ac800000cc800000ec8000010c8000012c8000014c8000016c8000018c800001ac80000
+ m_ExpandedIDs: 00000000dcc10000dec10000e0c10000e2c10000e4c10000e6c10000e8c10000eac10000ecc10000eec10000f0c10000f2c10000f4c10000f6c10000f8c10000fac10000fcc10000fec1000000c2000002c2000004c2000006c2000008c200000ac200000cc200000ec2000010c2000012c2000014c2000016c2000018c200001ac200001cc200001ec2000020c2000022c2000024c2000026c2000028c200002ac200002cc200002ec2000030c2000032c2000034c2000036c2000038c200003ac200003cc200003ec2000040c2000042c2000044c2000046c2000048c200004ac200004cc200004ec2000050c2000052c2000054c2000056c2000058c200005ac200005cc200005ec2000060c2000062c2000064c2000066c2000068c200006ac200006cc200006ec2000070c2000072c2000074c2000076c2000078c200007ac200007cc200007ec2000080c2000082c2000084c2000086c2000088c200008ac200008cc200008ec2000090c2000092c2000094c2000096c2000098c200009ac200009cc200009ec20000a0c20000a2c20000a4c20000a6c20000a8c20000aac20000acc20000aec20000b0c20000b2c20000b4c20000b6c20000b8c20000bac20000bcc20000bec20000c0c20000c2c20000c4c20000c6c20000c8c20000cac20000ccc20000cec20000d0c20000d2c20000d4c20000d6c20000d8c20000dac20000dcc20000dec20000e0c20000e2c20000e4c20000e6c20000e8c20000eac20000ecc20000eec20000f0c20000f2c20000f4c20000f6c20000f8c20000fac20000fcc20000fec2000000c3000002c3000004c3000006c3000008c300000ac300000cc300000ec3000010c3000012c3000014c3000016c3000018c300001ac300001cc300001ec3000020c30000
m_RenameOverlay:
m_UserAcceptedRename: 0
m_Name:
@@ -1324,10 +1323,10 @@ MonoBehaviour:
m_Icon: {fileID: 0}
m_ResourceFile:
m_AssetTreeState:
- scrollPos: {x: 0, y: 315}
+ scrollPos: {x: 0, y: 0}
m_SelectedIDs:
m_LastClickedID: 0
- m_ExpandedIDs: 00000000f0c20000f2c20000f4c2000026c3000030c300003ac3000040c3000048c300004cc3000054c3000078c3000084c3000090c30000d0c30000e6c3000000c4000004c4000006c4000036c4000040c400006ec400007ac40000b8c40000f6c60000f8c60000fac60000fcc60000fec6000000c7000002c7000004c7000006c7000008c700000ac700000cc700000ec7000010c7000012c7000014c7000016c7000018c700001ac700001cc700001ec7000020c7000022c7000024c7000026c7000028c700002ac700002cc700002ec7000030c7000032c7000034c7000036c7000038c700003ac700003cc700003ec7000040c7000042c7000044c7000046c7000048c700004ac700004cc700004ec7000050c7000052c7000054c7000056c7000058c700005ac700005cc700005ec7000060c7000062c7000064c7000066c7000068c700006ac700006cc700006ec7000070c7000072c7000074c7000076c7000078c700007ac700007cc700007ec7000080c7000082c7000084c7000086c7000088c700008ac700008cc700008ec7000090c7000092c7000094c7000096c7000098c700009ac700009cc700009ec70000a0c70000a2c70000a4c70000a6c70000a8c70000aac70000acc70000aec70000b0c70000b2c70000b4c70000b6c70000b8c70000bac70000bcc70000bec70000c0c70000c2c70000c4c70000c6c70000c8c70000cac70000ccc70000cec70000d0c70000d2c70000d4c70000d6c70000d8c70000dac70000dcc70000dec70000e0c70000e2c70000e4c70000e6c70000e8c70000eac70000ecc70000eec70000f0c70000f2c70000f4c70000f6c70000f8c70000fac70000fcc70000fec7000000c8000002c8000004c8000006c8000008c800000ac800000cc800000ec8000010c8000012c8000014c8000016c8000018c800001ac80000
+ m_ExpandedIDs: ffffffff00000000dcc10000dec10000e0c10000e2c10000e4c10000e6c10000e8c10000eac10000ecc10000eec10000f0c10000f2c10000f4c10000f6c10000f8c10000fac10000fcc10000fec1000000c2000002c2000004c2000006c2000008c200000ac200000cc200000ec2000010c2000012c2000014c2000016c2000018c200001ac200001cc200001ec2000020c2000022c2000024c2000026c2000028c200002ac200002cc200002ec2000030c2000032c2000034c2000036c2000038c200003ac200003cc200003ec2000040c2000042c2000044c2000046c2000048c200004ac200004cc200004ec2000050c2000052c2000054c2000056c2000058c200005ac200005cc200005ec2000060c2000062c2000064c2000066c2000068c200006ac200006cc200006ec2000070c2000072c2000074c2000076c2000078c200007ac200007cc200007ec2000080c2000082c2000084c2000086c2000088c200008ac200008cc200008ec2000090c2000092c2000094c2000096c2000098c200009ac200009cc200009ec20000a0c20000a2c20000a4c20000a6c20000a8c20000aac20000acc20000aec20000b0c20000b2c20000b4c20000b6c20000b8c20000bac20000bcc20000bec20000c0c20000c2c20000c4c20000c6c20000c8c20000cac20000ccc20000cec20000d0c20000d2c20000d4c20000d6c20000d8c20000dac20000dcc20000dec20000e0c20000e2c20000e4c20000e6c20000e8c20000eac20000ecc20000eec20000f0c20000f2c20000f4c20000f6c20000f8c20000fac20000fcc20000fec2000000c3000002c3000004c3000006c3000008c300000ac300000ec3000010c3000012c3000014c3000016c3000018c300001ac300001cc300001ec3000020c30000
m_RenameOverlay:
m_UserAcceptedRename: 0
m_Name:
@@ -1406,9 +1405,9 @@ MonoBehaviour:
m_TextWithWhitespace: "Inspector\u200B"
m_Pos:
serializedVersion: 2
- x: 1132
- y: 24
- width: 788
+ x: 1263
+ y: 79
+ width: 656
height: 915
m_SerializedDataModeController:
m_DataMode: 0
diff --git a/Client/yoo/DefaultPackage/UnpackManifestFiles/ApplicationFootPrint.bytes b/Client/yoo/DefaultPackage/UnpackManifestFiles/ApplicationFootPrint.bytes
new file mode 100644
index 0000000..6c6aa7c
--- /dev/null
+++ b/Client/yoo/DefaultPackage/UnpackManifestFiles/ApplicationFootPrint.bytes
@@ -0,0 +1 @@
+0.1.0
\ No newline at end of file