Move Opsive editor scripts under an Editor subdirectory to ensure correct compilation as editor scripts

This commit is contained in:
2026-07-01 20:42:21 +07:00
parent 01048074ee
commit 7cf09ac8b1
336 changed files with 377 additions and 231 deletions

View File

@@ -8,184 +8,335 @@
</component>
<component name="ChangeListManager">
<list default="true" id="d308d1cb-09fc-4331-ba20-00f7b43d1576" name="Changes" comment="">
<change beforePath="$PROJECT_DIR$/Assets/Baba_yaga.meta" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Baba_yaga/AI NPC.meta" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Baba_yaga/AI NPC/BehavourTreeCore.cs" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Baba_yaga/AI NPC/BehavourTreeCore.cs.meta" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Baba_yaga/AI NPC/ChatBubble.cs" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Baba_yaga/AI NPC/ChatBubble.cs.meta" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Baba_yaga/AI NPC/FieldOfView.cs" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Baba_yaga/AI NPC/FieldOfView.cs.meta" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Baba_yaga/AI NPC/GeminiService.cs" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Baba_yaga/AI NPC/GeminiService.cs.meta" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Baba_yaga/AI NPC/KamikazeAI.cs" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Baba_yaga/AI NPC/KamikazeAI.cs.meta" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Baba_yaga/AI NPC/Sequence.cs" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Baba_yaga/AI NPC/Sequence.cs.meta" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Baba_yaga/Audio.meta" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Baba_yaga/Camera.meta" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Baba_yaga/Duy.meta" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Baba_yaga/Duy/LobbyManager.cs" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Baba_yaga/Duy/LobbyManager.cs.meta" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Baba_yaga/Game.meta" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Baba_yaga/Game/EloData.cs" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Baba_yaga/Game/EloData.cs.meta" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Baba_yaga/Game/EloSystem.cs" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Baba_yaga/Game/EloSystem.cs.meta" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Baba_yaga/Game/MatchEloManager.cs" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Baba_yaga/Game/MatchEloManager.cs.meta" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Baba_yaga/GameSetup.meta" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Baba_yaga/GameSetup/CharacterAutoSetup.cs" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Baba_yaga/GameSetup/CharacterAutoSetup.cs.meta" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Baba_yaga/GameSetup/CharacterSetupSettings.cs" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Baba_yaga/GameSetup/CharacterSetupSettings.cs.meta" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Baba_yaga/GameSetup/GameSettings.cs" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Baba_yaga/GameSetup/GameSettings.cs.meta" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Baba_yaga/GameSetup/Maze.meta" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Baba_yaga/GameSetup/Maze/CrawlerAlgorithm.cs" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Baba_yaga/GameSetup/Maze/CrawlerAlgorithm.cs.meta" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Baba_yaga/GameSetup/Maze/Extensions.cs" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Baba_yaga/GameSetup/Maze/Extensions.cs.meta" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Baba_yaga/GameSetup/Maze/Interfaces.meta" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Baba_yaga/GameSetup/Maze/Interfaces/IMazeAlgorithm.cs" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Baba_yaga/GameSetup/Maze/Interfaces/IMazeAlgorithm.cs.meta" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Baba_yaga/GameSetup/Maze/MapLocation.cs" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Baba_yaga/GameSetup/Maze/MapLocation.cs.meta" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Baba_yaga/GameSetup/Maze/MazeCellType.cs" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Baba_yaga/GameSetup/Maze/MazeCellType.cs.meta" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Baba_yaga/GameSetup/Maze/MazeGrid.cs" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Baba_yaga/GameSetup/Maze/MazeGrid.cs.meta" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Baba_yaga/GameSetup/Maze/MazeManager.cs" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Baba_yaga/GameSetup/Maze/MazeManager.cs.meta" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Baba_yaga/GameSetup/Maze/MazeRenderer.cs" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Baba_yaga/GameSetup/Maze/MazeRenderer.cs.meta" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Baba_yaga/GameSetup/Maze/MazeVisualProfile.cs" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Baba_yaga/GameSetup/Maze/MazeVisualProfile.cs.meta" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Baba_yaga/GameSetup/Maze/Native.meta" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Baba_yaga/GameSetup/Maze/Native/NativeNoiseProvider.cs" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Baba_yaga/GameSetup/Maze/Native/NativeNoiseProvider.cs.meta" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Baba_yaga/GameSetup/Maze/NoiseRecursiveGenerator.cs" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Baba_yaga/GameSetup/Maze/NoiseRecursiveGenerator.cs.meta" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Baba_yaga/GameSetup/Maze/PrimsAlgorithm.cs" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Baba_yaga/GameSetup/Maze/PrimsAlgorithm.cs.meta" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Baba_yaga/GameSetup/Maze/RecursiveAlgorithm.cs" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Baba_yaga/GameSetup/Maze/RecursiveAlgorithm.cs.meta" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Baba_yaga/GameSetup/Maze/WilsonsAlgorithm.cs" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Baba_yaga/GameSetup/Maze/WilsonsAlgorithm.cs.meta" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Baba_yaga/GameSetup/ObjectInteraction.cs" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Baba_yaga/GameSetup/ObjectInteraction.cs.meta" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Baba_yaga/GameSetup/SettingsManager.cs" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Baba_yaga/GameSetup/SettingsManager.cs.meta" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Baba_yaga/Interaction.meta" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Baba_yaga/Manager.meta" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Baba_yaga/Manager/GameManager.cs" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Baba_yaga/Manager/GameManager.cs.meta" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Baba_yaga/Network.meta" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Baba_yaga/Network/BasicSpawner.cs" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Baba_yaga/Network/BasicSpawner.cs.meta" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Baba_yaga/Network/FusionClientMovementBridge.cs" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Baba_yaga/Network/FusionClientMovementBridge.cs.meta" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Baba_yaga/Network/MatchResultManager.cs" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Baba_yaga/Network/MatchResultManager.cs.meta" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Baba_yaga/Network/PlayerData.cs" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Baba_yaga/Network/PlayerData.cs.meta" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Baba_yaga/Network/PlayerDataManager.cs" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Baba_yaga/Network/PlayerDataManager.cs.meta" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Baba_yaga/Network/PlayerInfo.cs" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Baba_yaga/Network/PlayerInfo.cs.meta" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Baba_yaga/Network/PlayerInputData.cs" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Baba_yaga/Network/PlayerInputData.cs.meta" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Baba_yaga/Others.meta" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Baba_yaga/Others/StickyNote.cs" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Baba_yaga/Others/StickyNote.cs.meta" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Baba_yaga/Player.meta" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Baba_yaga/Trap.meta" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Baba_yaga/Trap/TeleportTrap.cs" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Baba_yaga/Trap/TeleportTrap.cs.meta" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Baba_yaga/Tuấn.meta" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Baba_yaga/Tuấn/Plan.txt" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Baba_yaga/Tuấn/Plan.txt.meta" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Baba_yaga/UI.meta" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Baba_yaga/UI/BaseUIController.cs" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Baba_yaga/UI/BaseUIController.cs.meta" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Baba_yaga/UI/Components.meta" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Baba_yaga/UI/Components/VectorShapeElement.cs" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Baba_yaga/UI/Components/VectorShapeElement.cs.meta" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Baba_yaga/UI/FirebaseConfig.cs" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Baba_yaga/UI/FirebaseConfig.cs.meta" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Baba_yaga/UI/FirebaseService.cs" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Baba_yaga/UI/FirebaseService.cs.meta" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Baba_yaga/UI/FirebaseTest.cs" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Baba_yaga/UI/FirebaseTest.cs.meta" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Baba_yaga/UI/HUDController.cs" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Baba_yaga/UI/HUDController.cs.meta" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Baba_yaga/UI/LobbyController.cs" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Baba_yaga/UI/LobbyController.cs.meta" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Baba_yaga/UI/LocalizationManager.cs" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Baba_yaga/UI/LocalizationManager.cs.meta" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Baba_yaga/UI/LoginController.cs" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Baba_yaga/UI/LoginController.cs.meta" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Baba_yaga/UI/MainMenuController.cs" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Baba_yaga/UI/MainMenuController.cs.meta" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Baba_yaga/UI/MouseMetricsHelper.cs" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Baba_yaga/UI/MouseMetricsHelper.cs.meta" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Baba_yaga/UI/PauseMenuController.cs" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Baba_yaga/UI/PauseMenuController.cs.meta" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Baba_yaga/UI/PerformanceOverlay.cs" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Baba_yaga/UI/PerformanceOverlay.cs.meta" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Baba_yaga/UI/ProfileController.cs" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Baba_yaga/UI/ProfileController.cs.meta" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Baba_yaga/UI/SettingsController.cs" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Baba_yaga/UI/SettingsController.cs.meta" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Baba_yaga/UI/UIAudioHelper.cs" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Baba_yaga/UI/UIAudioHelper.cs.meta" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Baba_yaga/UI/UIManager.cs" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Baba_yaga/UI/UIManager.cs.meta" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Baba_yaga/VFX.meta" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Baba_yaga/VFX/SlashMeshGenerator.cs" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Baba_yaga/VFX/SlashMeshGenerator.cs.meta" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Baba_yaga/VFX/SukunaAbilityController.cs" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Baba_yaga/VFX/SukunaAbilityController.cs.meta" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Baba_yaga/VFX/SukunaDomainController.cs" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Baba_yaga/VFX/SukunaDomainController.cs.meta" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Baba_yaga/VFX/SukunaProjectile.cs" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Baba_yaga/VFX/SukunaProjectile.cs.meta" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Baba_yaga/VFX/SukunaSlashEffect.cs" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Baba_yaga/VFX/SukunaSlashEffect.cs.meta" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Shared.meta" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Shared/Editor.meta" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Shared/Editor/DomainResetter.cs" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Shared/Editor/DomainResetter.cs.meta" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Shared/Editor/Game.meta" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Shared/Editor/Game/Opsive.Shared.Editor.Game.dll" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Shared/Editor/Game/Opsive.Shared.Editor.Game.dll.meta" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Shared/Editor/Opsive.Shared.Editor.asmdef" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Shared/Editor/Opsive.Shared.Editor.asmdef.meta" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Shared/Editor/Utility.meta" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Shared/Editor/Utility/Opsive.Shared.Editor.Utility.dll" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Shared/Editor/Utility/Opsive.Shared.Editor.Utility.dll.meta" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Shared/Events.meta" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Shared/Events/Opsive.Shared.Events.dll" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Shared/Events/Opsive.Shared.Events.dll.meta" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Shared/Game.meta" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Shared/Game/ObjectPool.cs" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Shared/Game/ObjectPool.cs.meta" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Shared/Game/Opsive.Shared.Game.dll" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Shared/Game/Opsive.Shared.Game.dll.meta" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Shared/Game/Scheduler.cs" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Shared/Game/Scheduler.cs.meta" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Shared/Inventory.meta" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Shared/Inventory/Opsive.Shared.Inventory.dll" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Shared/Inventory/Opsive.Shared.Inventory.dll.meta" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Shared/Opsive.Shared.asmdef" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Shared/Opsive.Shared.asmdef.meta" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Shared/Utility.meta" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Shared/Utility/Opsive.Shared.Utility.dll" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Shared/Utility/Opsive.Shared.Utility.dll.meta" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/UltimateCharacterController_Documentation.pdf" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/UltimateCharacterController_Documentation.pdf.meta" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/UltimateCharacterController_README.txt" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/UltimateCharacterController_README.txt.meta" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Demo/Editor/Opsive.UltimateCharacterController.Demo.Editor.asmdef" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Demo/Editor/Opsive.UltimateCharacterController.Demo.Editor.asmdef.meta" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Demo/Scripts/Opsive.UltimateCharacterController.Demo.asmdef" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Demo/Scripts/Opsive.UltimateCharacterController.Demo.asmdef.meta" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Controls/FlatTreeView.cs" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Controls/FlatTreeView.cs" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Controls/FlatTreeView.cs.meta" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Controls/FlatTreeView.cs.meta" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Icons/ActivateDarkIcon.png" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Icons/ActivateDarkIcon.png" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Icons/ActivateDarkIcon.png.meta" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Icons/ActivateDarkIcon.png.meta" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Icons/ActivateLightIcon.png" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Icons/ActivateLightIcon.png" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Icons/ActivateLightIcon.png.meta" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Icons/ActivateLightIcon.png.meta" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Icons/AddDarkIcon.png" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Icons/AddDarkIcon.png" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Icons/AddDarkIcon.png.meta" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Icons/AddDarkIcon.png.meta" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Icons/AddLightIcon.png" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Icons/AddLightIcon.png" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Icons/AddLightIcon.png.meta" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Icons/AddLightIcon.png.meta" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Icons/AnimatorMotionIcon.png" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Icons/AnimatorMotionIcon.png" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Icons/AnimatorMotionIcon.png.meta" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Icons/AnimatorMotionIcon.png.meta" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Icons/DeleteDarkIcon.png" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Icons/DeleteDarkIcon.png" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Icons/DeleteDarkIcon.png.meta" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Icons/DeleteDarkIcon.png.meta" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Icons/DeleteLightIcon.png" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Icons/DeleteLightIcon.png" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Icons/DeleteLightIcon.png.meta" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Icons/DeleteLightIcon.png.meta" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Icons/Discord.png" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Icons/Discord.png" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Icons/Discord.png.meta" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Icons/Discord.png.meta" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Icons/Documentation.png" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Icons/Documentation.png" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Icons/Documentation.png.meta" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Icons/Documentation.png.meta" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Icons/DuplicateDarkIcon.png" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Icons/DuplicateDarkIcon.png" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Icons/DuplicateDarkIcon.png.meta" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Icons/DuplicateDarkIcon.png.meta" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Icons/DuplicateLightIcon.png" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Icons/DuplicateLightIcon.png" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Icons/DuplicateLightIcon.png.meta" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Icons/DuplicateLightIcon.png.meta" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Icons/Forum.png" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Icons/Forum.png" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Icons/Forum.png.meta" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Icons/Forum.png.meta" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Icons/InfoDarkIcon.png" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Icons/InfoDarkIcon.png" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Icons/InfoDarkIcon.png.meta" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Icons/InfoDarkIcon.png.meta" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Icons/InfoLightIcon.png" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Icons/InfoLightIcon.png" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Icons/InfoLightIcon.png.meta" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Icons/InfoLightIcon.png.meta" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Icons/Integrations.png" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Icons/Integrations.png" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Icons/Integrations.png.meta" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Icons/Integrations.png.meta" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Icons/ItemCategoryIcon.png" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Icons/ItemCategoryIcon.png" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Icons/ItemCategoryIcon.png.meta" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Icons/ItemCategoryIcon.png.meta" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Icons/ItemCollectionIcon.png" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Icons/ItemCollectionIcon.png" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Icons/ItemCollectionIcon.png.meta" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Icons/ItemCollectionIcon.png.meta" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Icons/ItemTypeIcon.png" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Icons/ItemTypeIcon.png" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Icons/ItemTypeIcon.png.meta" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Icons/ItemTypeIcon.png.meta" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Icons/PersistDarkIcon.png" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Icons/PersistDarkIcon.png" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Icons/PersistDarkIcon.png.meta" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Icons/PersistDarkIcon.png.meta" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Icons/PersistLightIcon.png" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Icons/PersistLightIcon.png" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Icons/PersistLightIcon.png.meta" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Icons/PersistLightIcon.png.meta" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Icons/PresetIcon.png" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Icons/PresetIcon.png" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Icons/PresetIcon.png.meta" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Icons/PresetIcon.png.meta" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Icons/RemoveDarkIcon.png" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Icons/RemoveDarkIcon.png" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Icons/RemoveDarkIcon.png.meta" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Icons/RemoveDarkIcon.png.meta" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Icons/RemoveLightIcon.png" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Icons/RemoveLightIcon.png" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Icons/RemoveLightIcon.png.meta" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Icons/RemoveLightIcon.png.meta" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Icons/Review.png" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Icons/Review.png" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Icons/Review.png.meta" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Icons/Review.png.meta" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Icons/Showcase.png" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Icons/Showcase.png" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Icons/Showcase.png.meta" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Icons/Showcase.png.meta" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Icons/StateConfigurationIcon.png" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Icons/StateConfigurationIcon.png" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Icons/StateConfigurationIcon.png.meta" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Icons/StateConfigurationIcon.png.meta" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Icons/SurfaceEffectIcon.png" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Icons/SurfaceEffectIcon.png" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Icons/SurfaceEffectIcon.png.meta" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Icons/SurfaceEffectIcon.png.meta" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Icons/SurfaceImpactIcon.png" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Icons/SurfaceImpactIcon.png" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Icons/SurfaceImpactIcon.png.meta" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Icons/SurfaceImpactIcon.png.meta" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Icons/SurfaceTypeIcon.png" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Icons/SurfaceTypeIcon.png" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Icons/SurfaceTypeIcon.png.meta" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Icons/SurfaceTypeIcon.png.meta" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Icons/UpdateDarkIcon.png" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Icons/UpdateDarkIcon.png" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Icons/UpdateDarkIcon.png.meta" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Icons/UpdateDarkIcon.png.meta" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Icons/UpdateLightIcon.png" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Icons/UpdateLightIcon.png" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Icons/UpdateLightIcon.png.meta" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Icons/UpdateLightIcon.png.meta" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Icons/Videos.png" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Icons/Videos.png" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Icons/Videos.png.meta" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Icons/Videos.png.meta" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/Audio.meta" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/Audio.meta" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/Audio/AudioClipSetInspector.cs" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/Audio/AudioClipSetInspector.cs" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/Audio/AudioClipSetInspector.cs.meta" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/Audio/AudioClipSetInspector.cs.meta" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/Camera.meta" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/Camera.meta" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/Camera/CameraControllerInspector.cs" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/Camera/CameraControllerInspector.cs" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/Camera/CameraControllerInspector.cs.meta" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/Camera/CameraControllerInspector.cs.meta" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/Camera/ViewTypes.meta" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/Camera/ViewTypes.meta" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/Camera/ViewTypes/ViewTypeInspectorDrawer.cs" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/Camera/ViewTypes/ViewTypeInspectorDrawer.cs" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/Camera/ViewTypes/ViewTypeInspectorDrawer.cs.meta" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/Camera/ViewTypes/ViewTypeInspectorDrawer.cs.meta" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/Character.meta" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/Character.meta" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/Character/Abilities.meta" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/Character/Abilities.meta" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/Character/Abilities/AbilityInspectorDrawer.cs" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/Character/Abilities/AbilityInspectorDrawer.cs" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/Character/Abilities/AbilityInspectorDrawer.cs.meta" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/Character/Abilities/AbilityInspectorDrawer.cs.meta" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/Character/Abilities/DetectObjectAbilityBaseInspectorDrawer.cs" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/Character/Abilities/DetectObjectAbilityBaseInspectorDrawer.cs" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/Character/Abilities/DetectObjectAbilityBaseInspectorDrawer.cs.meta" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/Character/Abilities/DetectObjectAbilityBaseInspectorDrawer.cs.meta" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/Character/Abilities/Items.meta" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/Character/Abilities/Items.meta" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/Character/Abilities/Items/EquipUnequipInspectorDrawer.cs" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/Character/Abilities/Items/EquipUnequipInspectorDrawer.cs" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/Character/Abilities/Items/EquipUnequipInspectorDrawer.cs.meta" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/Character/Abilities/Items/EquipUnequipInspectorDrawer.cs.meta" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/Character/Abilities/Items/ItemSetAbilityBaseInspectorDrawer.cs" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/Character/Abilities/Items/ItemSetAbilityBaseInspectorDrawer.cs" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/Character/Abilities/Items/ItemSetAbilityBaseInspectorDrawer.cs.meta" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/Character/Abilities/Items/ItemSetAbilityBaseInspectorDrawer.cs.meta" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/Character/Abilities/JumpInspectorDrawer.cs" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/Character/Abilities/JumpInspectorDrawer.cs" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/Character/Abilities/JumpInspectorDrawer.cs.meta" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/Character/Abilities/JumpInspectorDrawer.cs.meta" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/Character/Abilities/RagdollInspectorDrawer.cs" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/Character/Abilities/RagdollInspectorDrawer.cs" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/Character/Abilities/RagdollInspectorDrawer.cs.meta" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/Character/Abilities/RagdollInspectorDrawer.cs.meta" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/Character/Abilities/RestrictPositionInspectorDrawer.cs" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/Character/Abilities/RestrictPositionInspectorDrawer.cs" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/Character/Abilities/RestrictPositionInspectorDrawer.cs.meta" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/Character/Abilities/RestrictPositionInspectorDrawer.cs.meta" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/Character/Abilities/RideableInspectorDrawer.cs" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/Character/Abilities/RideableInspectorDrawer.cs" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/Character/Abilities/RideableInspectorDrawer.cs.meta" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/Character/Abilities/RideableInspectorDrawer.cs.meta" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/Character/Abilities/Starters.meta" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/Character/Abilities/Starters.meta" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/Character/Abilities/Starters/ComboTimeoutInspectorDrawer.cs" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/Character/Abilities/Starters/ComboTimeoutInspectorDrawer.cs" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/Character/Abilities/Starters/ComboTimeoutInspectorDrawer.cs.meta" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/Character/Abilities/Starters/ComboTimeoutInspectorDrawer.cs.meta" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/Character/AnimatorMonitorInspector.cs" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/Character/AnimatorMonitorInspector.cs" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/Character/AnimatorMonitorInspector.cs.meta" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/Character/AnimatorMonitorInspector.cs.meta" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/Character/CapsuleColliderPositionerInspector.cs" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/Character/CapsuleColliderPositionerInspector.cs" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/Character/CapsuleColliderPositionerInspector.cs.meta" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/Character/CapsuleColliderPositionerInspector.cs.meta" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/Character/CharacterFootEffectsInspector.cs" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/Character/CharacterFootEffectsInspector.cs" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/Character/CharacterFootEffectsInspector.cs.meta" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/Character/CharacterFootEffectsInspector.cs.meta" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/Character/CharacterHealthInspector.cs" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/Character/CharacterHealthInspector.cs" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/Character/CharacterHealthInspector.cs.meta" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/Character/CharacterHealthInspector.cs.meta" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/Character/Effects.meta" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/Character/Effects.meta" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/Character/Effects/EffectInspectorDrawer.cs" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/Character/Effects/EffectInspectorDrawer.cs" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/Character/Effects/EffectInspectorDrawer.cs.meta" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/Character/Effects/EffectInspectorDrawer.cs.meta" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/Character/Effects/PlayAudioClipInspectorDrawer.cs" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/Character/Effects/PlayAudioClipInspectorDrawer.cs" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/Character/Effects/PlayAudioClipInspectorDrawer.cs.meta" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/Character/Effects/PlayAudioClipInspectorDrawer.cs.meta" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/Character/Effects/ShakeInspectorDrawer.cs" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/Character/Effects/ShakeInspectorDrawer.cs" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/Character/Effects/ShakeInspectorDrawer.cs.meta" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/Character/Effects/ShakeInspectorDrawer.cs.meta" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/Character/UltimateCharacterLocomotionInspector.cs" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/Character/UltimateCharacterLocomotionInspector.cs" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/Character/UltimateCharacterLocomotionInspector.cs.meta" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/Character/UltimateCharacterLocomotionInspector.cs.meta" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/FirstPersonController.meta" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/FirstPersonController.meta" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/FirstPersonController/Camera.meta" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/FirstPersonController/Camera.meta" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/FirstPersonController/Camera/ViewTypes.meta" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/FirstPersonController/Camera/ViewTypes.meta" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/FirstPersonController/Camera/ViewTypes/FirstPersonInspectorDrawer.cs" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/FirstPersonController/Camera/ViewTypes/FirstPersonInspectorDrawer.cs" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/FirstPersonController/Camera/ViewTypes/FirstPersonInspectorDrawer.cs.meta" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/FirstPersonController/Camera/ViewTypes/FirstPersonInspectorDrawer.cs.meta" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/FirstPersonController/Camera/ViewTypes/TransformLookInspectorDrawer.cs" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/FirstPersonController/Camera/ViewTypes/TransformLookInspectorDrawer.cs" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/FirstPersonController/Camera/ViewTypes/TransformLookInspectorDrawer.cs.meta" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/FirstPersonController/Camera/ViewTypes/TransformLookInspectorDrawer.cs.meta" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/FirstPersonController/Character.meta" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/FirstPersonController/Character.meta" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/FirstPersonController/Character/FirstPersonObjectsInspector.cs" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/FirstPersonController/Character/FirstPersonObjectsInspector.cs" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/FirstPersonController/Character/FirstPersonObjectsInspector.cs.meta" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/FirstPersonController/Character/FirstPersonObjectsInspector.cs.meta" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/FirstPersonController/Character/LeanInspectorDrawer.cs" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/FirstPersonController/Character/LeanInspectorDrawer.cs" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/FirstPersonController/Character/LeanInspectorDrawer.cs.meta" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/FirstPersonController/Character/LeanInspectorDrawer.cs.meta" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/FirstPersonController/Items.meta" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/FirstPersonController/Items.meta" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/FirstPersonController/Items/FirstPersonMeleeWeaponInspector.cs" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/FirstPersonController/Items/FirstPersonMeleeWeaponInspector.cs" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/FirstPersonController/Items/FirstPersonMeleeWeaponInspector.cs.meta" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/FirstPersonController/Items/FirstPersonMeleeWeaponInspector.cs.meta" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/FirstPersonController/Items/FirstPersonPerspectiveItemInspector.cs" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/FirstPersonController/Items/FirstPersonPerspectiveItemInspector.cs" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/FirstPersonController/Items/FirstPersonPerspectiveItemInspector.cs.meta" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/FirstPersonController/Items/FirstPersonPerspectiveItemInspector.cs.meta" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/Game.meta" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/Game.meta" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/Game/SpawnPointGizmo.cs" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/Game/SpawnPointGizmo.cs" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/Game/SpawnPointGizmo.cs.meta" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/Game/SpawnPointGizmo.cs.meta" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/Input.meta" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/Input.meta" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/Input/PlayerInputInspector.cs" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/Input/PlayerInputInspector.cs" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/Input/PlayerInputInspector.cs.meta" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/Input/PlayerInputInspector.cs.meta" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/Input/UnityInputInspector.cs" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/Input/UnityInputInspector.cs" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/Input/UnityInputInspector.cs.meta" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/Input/UnityInputInspector.cs.meta" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/InspectorBase.cs" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/InspectorBase.cs" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/InspectorBase.cs.meta" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/InspectorBase.cs.meta" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/InspectorDrawer.cs" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/InspectorDrawer.cs" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/InspectorDrawer.cs.meta" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/InspectorDrawer.cs.meta" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/Inventory.meta" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/Inventory.meta" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/Inventory/CategoryInspector.cs" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/Inventory/CategoryInspector.cs" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/Inventory/CategoryInspector.cs.meta" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/Inventory/CategoryInspector.cs.meta" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/Inventory/InventoryBaseInspector.cs" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/Inventory/InventoryBaseInspector.cs" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/Inventory/InventoryBaseInspector.cs.meta" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/Inventory/InventoryBaseInspector.cs.meta" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/Inventory/InventoryInspector.cs" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/Inventory/InventoryInspector.cs" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/Inventory/InventoryInspector.cs.meta" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/Inventory/InventoryInspector.cs.meta" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/Inventory/ItemCollectionInspector.cs" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/Inventory/ItemCollectionInspector.cs" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/Inventory/ItemCollectionInspector.cs.meta" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/Inventory/ItemCollectionInspector.cs.meta" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/Inventory/ItemDefinitionAmountInspector.cs" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/Inventory/ItemDefinitionAmountInspector.cs" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/Inventory/ItemDefinitionAmountInspector.cs.meta" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/Inventory/ItemDefinitionAmountInspector.cs.meta" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/Inventory/ItemIdentifierAmountInspector.cs" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/Inventory/ItemIdentifierAmountInspector.cs" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/Inventory/ItemIdentifierAmountInspector.cs.meta" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/Inventory/ItemIdentifierAmountInspector.cs.meta" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/Inventory/ItemSetManagerBaseInspector.cs" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/Inventory/ItemSetManagerBaseInspector.cs" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/Inventory/ItemSetManagerBaseInspector.cs.meta" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/Inventory/ItemSetManagerBaseInspector.cs.meta" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/Inventory/ItemSetManagerInspector.cs" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/Inventory/ItemSetManagerInspector.cs" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/Inventory/ItemSetManagerInspector.cs.meta" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/Inventory/ItemSetManagerInspector.cs.meta" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/Inventory/ItemTypeInspector.cs" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/Inventory/ItemTypeInspector.cs" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/Inventory/ItemTypeInspector.cs.meta" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/Inventory/ItemTypeInspector.cs.meta" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/Items.meta" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/Items.meta" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/Items/Actions.meta" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/Items/Actions.meta" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/Items/Actions/FlashlightInspector.cs" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/Items/Actions/FlashlightInspector.cs" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/Items/Actions/FlashlightInspector.cs.meta" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/Items/Actions/FlashlightInspector.cs.meta" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/Items/Actions/GrenadeItemInspector.cs" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/Items/Actions/GrenadeItemInspector.cs" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/Items/Actions/GrenadeItemInspector.cs.meta" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/Items/Actions/GrenadeItemInspector.cs.meta" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/Items/Actions/ItemActionInspector.cs" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/Items/Actions/ItemActionInspector.cs" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/Items/Actions/ItemActionInspector.cs.meta" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/Items/Actions/ItemActionInspector.cs.meta" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/Items/Actions/Magic.meta" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/Items/Actions/Magic.meta" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/Items/Actions/Magic/ModifyAttributeInspectorDrawer.cs" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/Items/Actions/Magic/ModifyAttributeInspectorDrawer.cs" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/Items/Actions/Magic/ModifyAttributeInspectorDrawer.cs.meta" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/Items/Actions/Magic/ModifyAttributeInspectorDrawer.cs.meta" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/Items/Actions/Magic/PhysicsCastInspectorDrawer.cs" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/Items/Actions/Magic/PhysicsCastInspectorDrawer.cs" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/Items/Actions/Magic/PhysicsCastInspectorDrawer.cs.meta" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/Items/Actions/Magic/PhysicsCastInspectorDrawer.cs.meta" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/Items/Actions/Magic/SpawnParticleInspectorDrawer.cs" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/Items/Actions/Magic/SpawnParticleInspectorDrawer.cs" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/Items/Actions/Magic/SpawnParticleInspectorDrawer.cs.meta" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/Items/Actions/Magic/SpawnParticleInspectorDrawer.cs.meta" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/Items/Actions/Magic/StartEffectInspectorDrawer.cs" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/Items/Actions/Magic/StartEffectInspectorDrawer.cs" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/Items/Actions/Magic/StartEffectInspectorDrawer.cs.meta" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/Items/Actions/Magic/StartEffectInspectorDrawer.cs.meta" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/Items/Actions/MagicItemInspector.cs" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/Items/Actions/MagicItemInspector.cs" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/Items/Actions/MagicItemInspector.cs.meta" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/Items/Actions/MagicItemInspector.cs.meta" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/Items/Actions/MeleeWeaponInspector.cs" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/Items/Actions/MeleeWeaponInspector.cs" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/Items/Actions/MeleeWeaponInspector.cs.meta" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/Items/Actions/MeleeWeaponInspector.cs.meta" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/Items/Actions/ShieldInspector.cs" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/Items/Actions/ShieldInspector.cs" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/Items/Actions/ShieldInspector.cs.meta" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/Items/Actions/ShieldInspector.cs.meta" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/Items/Actions/ShootableWeaponInspector.cs" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/Items/Actions/ShootableWeaponInspector.cs" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/Items/Actions/ShootableWeaponInspector.cs.meta" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/Items/Actions/ShootableWeaponInspector.cs.meta" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/Items/Actions/ThrowableItemInspector.cs" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/Items/Actions/ThrowableItemInspector.cs" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/Items/Actions/ThrowableItemInspector.cs.meta" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/Items/Actions/ThrowableItemInspector.cs.meta" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/Items/Actions/UsableItemInspector.cs" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/Items/Actions/UsableItemInspector.cs" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/Items/Actions/UsableItemInspector.cs.meta" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/Items/Actions/UsableItemInspector.cs.meta" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/Items/AnimatorAudioStates.meta" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/Items/AnimatorAudioStates.meta" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/Items/AnimatorAudioStates/AnimationAudioStateSetInspector.cs" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/Items/AnimatorAudioStates/AnimationAudioStateSetInspector.cs" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/Items/AnimatorAudioStates/AnimationAudioStateSetInspector.cs.meta" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/Items/AnimatorAudioStates/AnimationAudioStateSetInspector.cs.meta" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/Items/ItemInspector.cs" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/Items/ItemInspector.cs" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/Items/ItemInspector.cs.meta" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/Items/ItemInspector.cs.meta" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/Items/ItemPerspectivePropertiesInspector.cs" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/Items/ItemPerspectivePropertiesInspector.cs" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/Items/ItemPerspectivePropertiesInspector.cs.meta" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/Items/ItemPerspectivePropertiesInspector.cs.meta" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/Items/PerspectiveItemInspector.cs" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/Items/PerspectiveItemInspector.cs" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/Items/PerspectiveItemInspector.cs.meta" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/Items/PerspectiveItemInspector.cs.meta" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/Motion.meta" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/Motion.meta" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/Motion/AnimatorMotionInspector.cs" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/Motion/AnimatorMotionInspector.cs" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/Motion/AnimatorMotionInspector.cs.meta" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/Motion/AnimatorMotionInspector.cs.meta" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/Motion/PathInspector.cs" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/Motion/PathInspector.cs" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/Motion/PathInspector.cs.meta" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/Motion/PathInspector.cs.meta" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/Objects.meta" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/Objects.meta" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/Objects/CharacterAssist.meta" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/Objects/CharacterAssist.meta" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/Objects/CharacterAssist/HealthPickupInspector.cs" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/Objects/CharacterAssist/HealthPickupInspector.cs" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/Objects/CharacterAssist/HealthPickupInspector.cs.meta" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/Objects/CharacterAssist/HealthPickupInspector.cs.meta" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/Objects/CharacterAssist/ItemPickupBaseInspector.cs" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/Objects/CharacterAssist/ItemPickupBaseInspector.cs" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/Objects/CharacterAssist/ItemPickupBaseInspector.cs.meta" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/Objects/CharacterAssist/ItemPickupBaseInspector.cs.meta" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/Objects/CharacterAssist/ItemPickupInspector.cs" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/Objects/CharacterAssist/ItemPickupInspector.cs" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/Objects/CharacterAssist/ItemPickupInspector.cs.meta" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/Objects/CharacterAssist/ItemPickupInspector.cs.meta" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/Objects/CharacterAssist/MoveTowardsLocationGizmo.cs" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/Objects/CharacterAssist/MoveTowardsLocationGizmo.cs" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/Objects/CharacterAssist/MoveTowardsLocationGizmo.cs.meta" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/Objects/CharacterAssist/MoveTowardsLocationGizmo.cs.meta" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/Objects/CharacterAssist/ObjectPickupInspector.cs" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/Objects/CharacterAssist/ObjectPickupInspector.cs" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/Objects/CharacterAssist/ObjectPickupInspector.cs.meta" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/Objects/CharacterAssist/ObjectPickupInspector.cs.meta" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/Objects/DestructibleInspector.cs" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/Objects/DestructibleInspector.cs" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/Objects/DestructibleInspector.cs.meta" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/Objects/DestructibleInspector.cs.meta" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/Objects/ExplosionInspector.cs" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/Objects/ExplosionInspector.cs" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/Objects/ExplosionInspector.cs.meta" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/Objects/ExplosionInspector.cs.meta" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/Objects/GrenadeInspector.cs" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/Objects/GrenadeInspector.cs" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/Objects/GrenadeInspector.cs.meta" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/Objects/GrenadeInspector.cs.meta" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/Objects/ItemAssist.meta" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/Objects/ItemAssist.meta" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/Objects/ItemAssist/ShellInspector.cs" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/Objects/ItemAssist/ShellInspector.cs" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/Objects/ItemAssist/ShellInspector.cs.meta" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/Objects/ItemAssist/ShellInspector.cs.meta" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/Objects/MagicProjectileInspector.cs" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/Objects/MagicProjectileInspector.cs" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/Objects/MagicProjectileInspector.cs.meta" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/Objects/MagicProjectileInspector.cs.meta" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/Objects/MovingPlatformInspector.cs" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/Objects/MovingPlatformInspector.cs" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/Objects/MovingPlatformInspector.cs.meta" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/Objects/MovingPlatformInspector.cs.meta" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/Objects/ProjectileInspector.cs" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/Objects/ProjectileInspector.cs" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/Objects/ProjectileInspector.cs.meta" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/Objects/ProjectileInspector.cs.meta" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/Objects/TrajectoryObjectInspector.cs" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/Objects/TrajectoryObjectInspector.cs" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/Objects/TrajectoryObjectInspector.cs.meta" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/Objects/TrajectoryObjectInspector.cs.meta" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/StateSystem.meta" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/StateSystem.meta" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/StateSystem/PersistablePresetInspector.cs" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/StateSystem/PersistablePresetInspector.cs" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/StateSystem/PersistablePresetInspector.cs.meta" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/StateSystem/PersistablePresetInspector.cs.meta" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/StateSystem/StateBehaviorInspector.cs" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/StateSystem/StateBehaviorInspector.cs" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/StateSystem/StateBehaviorInspector.cs.meta" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/StateSystem/StateBehaviorInspector.cs.meta" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/StateSystem/StateConfigurationInspector.cs" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/StateSystem/StateConfigurationInspector.cs" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/StateSystem/StateConfigurationInspector.cs.meta" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/StateSystem/StateConfigurationInspector.cs.meta" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/StateSystem/StateInspector.cs" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/StateSystem/StateInspector.cs" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/StateSystem/StateInspector.cs.meta" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/StateSystem/StateInspector.cs.meta" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/StateSystem/StateTriggerInspector.cs" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/StateSystem/StateTriggerInspector.cs" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/StateSystem/StateTriggerInspector.cs.meta" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/StateSystem/StateTriggerInspector.cs.meta" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/SurfaceSystem.meta" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/SurfaceSystem.meta" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/SurfaceSystem/SurfaceEffectInspector.cs" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/SurfaceSystem/SurfaceEffectInspector.cs" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/SurfaceSystem/SurfaceEffectInspector.cs.meta" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/SurfaceSystem/SurfaceEffectInspector.cs.meta" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/SurfaceSystem/SurfaceImpactInspector.cs" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/SurfaceSystem/SurfaceImpactInspector.cs" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/SurfaceSystem/SurfaceImpactInspector.cs.meta" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/SurfaceSystem/SurfaceImpactInspector.cs.meta" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/SurfaceSystem/SurfaceManagerInspector.cs" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/SurfaceSystem/SurfaceManagerInspector.cs" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/SurfaceSystem/SurfaceManagerInspector.cs.meta" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/SurfaceSystem/SurfaceManagerInspector.cs.meta" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/SurfaceSystem/SurfaceTypeInspector.cs" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/SurfaceSystem/SurfaceTypeInspector.cs" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/SurfaceSystem/SurfaceTypeInspector.cs.meta" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/SurfaceSystem/SurfaceTypeInspector.cs.meta" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/ThirdPersonController.meta" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/ThirdPersonController.meta" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/ThirdPersonController/Camera.meta" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/ThirdPersonController/Camera.meta" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/ThirdPersonController/Camera/ObjectFaderInspector.cs" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/ThirdPersonController/Camera/ObjectFaderInspector.cs" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/ThirdPersonController/Camera/ObjectFaderInspector.cs.meta" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/ThirdPersonController/Camera/ObjectFaderInspector.cs.meta" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/ThirdPersonController/Camera/ViewTypes.meta" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/ThirdPersonController/Camera/ViewTypes.meta" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/ThirdPersonController/Camera/ViewTypes/AdventureInspectorDrawer.cs" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/ThirdPersonController/Camera/ViewTypes/AdventureInspectorDrawer.cs" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/ThirdPersonController/Camera/ViewTypes/AdventureInspectorDrawer.cs.meta" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/ThirdPersonController/Camera/ViewTypes/AdventureInspectorDrawer.cs.meta" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/ThirdPersonController/Camera/ViewTypes/LookAtInspectorDrawer.cs" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/ThirdPersonController/Camera/ViewTypes/LookAtInspectorDrawer.cs" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/ThirdPersonController/Camera/ViewTypes/LookAtInspectorDrawer.cs.meta" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/ThirdPersonController/Camera/ViewTypes/LookAtInspectorDrawer.cs.meta" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/ThirdPersonController/Camera/ViewTypes/RPGInspectorDrawer.cs" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/ThirdPersonController/Camera/ViewTypes/RPGInspectorDrawer.cs" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/ThirdPersonController/Camera/ViewTypes/RPGInspectorDrawer.cs.meta" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/ThirdPersonController/Camera/ViewTypes/RPGInspectorDrawer.cs.meta" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/ThirdPersonController/Camera/ViewTypes/ThirdPersonInspectorDrawer.cs" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/ThirdPersonController/Camera/ViewTypes/ThirdPersonInspectorDrawer.cs" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/ThirdPersonController/Camera/ViewTypes/ThirdPersonInspectorDrawer.cs.meta" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/ThirdPersonController/Camera/ViewTypes/ThirdPersonInspectorDrawer.cs.meta" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/ThirdPersonController/Camera/ViewTypes/TopDownInspectorDrawer.cs" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/ThirdPersonController/Camera/ViewTypes/TopDownInspectorDrawer.cs" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/ThirdPersonController/Camera/ViewTypes/TopDownInspectorDrawer.cs.meta" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/ThirdPersonController/Camera/ViewTypes/TopDownInspectorDrawer.cs.meta" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/ThirdPersonController/Character.meta" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/ThirdPersonController/Character.meta" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/ThirdPersonController/Character/ItemPullbackInspectorDrawer.cs" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/ThirdPersonController/Character/ItemPullbackInspectorDrawer.cs" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/ThirdPersonController/Character/ItemPullbackInspectorDrawer.cs.meta" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/ThirdPersonController/Character/ItemPullbackInspectorDrawer.cs.meta" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/ThirdPersonController/Items.meta" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/ThirdPersonController/Items.meta" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/ThirdPersonController/Items/ThirdPersonMeleeWeaponInspector.cs" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/ThirdPersonController/Items/ThirdPersonMeleeWeaponInspector.cs" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/ThirdPersonController/Items/ThirdPersonMeleeWeaponInspector.cs.meta" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/ThirdPersonController/Items/ThirdPersonMeleeWeaponInspector.cs.meta" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/ThirdPersonController/Items/ThirdPersonPerspectiveItemInspector.cs" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/ThirdPersonController/Items/ThirdPersonPerspectiveItemInspector.cs" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/ThirdPersonController/Items/ThirdPersonPerspectiveItemInspector.cs.meta" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/ThirdPersonController/Items/ThirdPersonPerspectiveItemInspector.cs.meta" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/Traits.meta" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/Traits.meta" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/Traits/AttributeManagerInspector.cs" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/Traits/AttributeManagerInspector.cs" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/Traits/AttributeManagerInspector.cs.meta" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/Traits/AttributeManagerInspector.cs.meta" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/Traits/HealthInspector.cs" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/Traits/HealthInspector.cs" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/Traits/HealthInspector.cs.meta" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/Traits/HealthInspector.cs.meta" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/Traits/HitboxInspector.cs" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/Traits/HitboxInspector.cs" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/Traits/HitboxInspector.cs.meta" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/Traits/HitboxInspector.cs.meta" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/Traits/RespawnerInspector.cs" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/Traits/RespawnerInspector.cs" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/Traits/RespawnerInspector.cs.meta" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/Traits/RespawnerInspector.cs.meta" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/Utility.meta" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/Utility.meta" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/Utility/InspectorDrawerUtility.cs" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/Utility/InspectorDrawerUtility.cs" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/Utility/InspectorDrawerUtility.cs.meta" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/Utility/InspectorDrawerUtility.cs.meta" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/Utility/InspectorStyles.cs" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/Utility/InspectorStyles.cs" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/Utility/InspectorStyles.cs.meta" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/Utility/InspectorStyles.cs.meta" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/Utility/InspectorUtility.cs" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/Utility/InspectorUtility.cs" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/Utility/InspectorUtility.cs.meta" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/Utility/InspectorUtility.cs.meta" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/Utility/ObjectInspector.cs" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/Utility/ObjectInspector.cs" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/Utility/ObjectInspector.cs.meta" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/Utility/ObjectInspector.cs.meta" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/Utility/ReorderableListSerializationHelper.cs" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/Utility/ReorderableListSerializationHelper.cs" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Inspectors/Utility/ReorderableListSerializationHelper.cs.meta" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Inspectors/Utility/ReorderableListSerializationHelper.cs.meta" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Managers/AddOnsManager.cs" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Managers/AddOnsManager.cs" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Managers/AddOnsManager.cs.meta" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Managers/AddOnsManager.cs.meta" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Managers/CharacterManager.cs" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Managers/CharacterManager.cs" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Managers/CharacterManager.cs.meta" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Managers/CharacterManager.cs.meta" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Managers/IntegrationsManager.cs" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Managers/IntegrationsManager.cs" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Managers/IntegrationsManager.cs.meta" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Managers/IntegrationsManager.cs.meta" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Managers/ItemManager.cs" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Managers/ItemManager.cs" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Managers/ItemManager.cs.meta" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Managers/ItemManager.cs.meta" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Managers/ItemTypeManager.cs" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Managers/ItemTypeManager.cs" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Managers/ItemTypeManager.cs.meta" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Managers/ItemTypeManager.cs.meta" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Managers/MainManagerWindow.cs" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Managers/MainManagerWindow.cs" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Managers/MainManagerWindow.cs.meta" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Managers/MainManagerWindow.cs.meta" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Managers/Manager.cs" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Managers/Manager.cs" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Managers/Manager.cs.meta" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Managers/Manager.cs.meta" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Managers/ManagerUtility.cs" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Managers/ManagerUtility.cs" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Managers/ManagerUtility.cs.meta" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Managers/ManagerUtility.cs.meta" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Managers/ObjectManager.cs" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Managers/ObjectManager.cs" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Managers/ObjectManager.cs.meta" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Managers/ObjectManager.cs.meta" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Managers/SetupManager.cs" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Managers/SetupManager.cs" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Managers/SetupManager.cs.meta" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Managers/SetupManager.cs.meta" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Managers/WelcomeScreenManager.cs" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Managers/WelcomeScreenManager.cs" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Managers/WelcomeScreenManager.cs.meta" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Managers/WelcomeScreenManager.cs.meta" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Utility/AnimatorBuilder.cs" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Utility/AnimatorBuilder.cs" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Utility/AnimatorBuilder.cs.meta" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Utility/AnimatorBuilder.cs.meta" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Utility/DefineCompilerSymbols.cs" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Utility/DefineCompilerSymbols.cs" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Utility/DefineCompilerSymbols.cs.meta" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Utility/DefineCompilerSymbols.cs.meta" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Utility/UnityInputBuilder.cs" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Utility/UnityInputBuilder.cs" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Utility/UnityInputBuilder.cs.meta" beforeDir="false" afterPath="$PROJECT_DIR$/Assets/Editors/UltimateCharacterController/Editor/Utility/UnityInputBuilder.cs.meta" afterDir="false" />
</list>
<option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" />

View File

@@ -1,20 +0,0 @@
{
"name": "Opsive.UltimateCharacterController.Demo.Editor",
"references": [
"Opsive.UltimateCharacterController",
"Opsive.UltimateCharacterController.Editor",
"Opsive.UltimateCharacterController.Demo",
"Opsive.Shared",
"Opsive.Shared.Editor"
],
"optionalUnityReferences": [],
"includePlatforms": [
"Editor"
],
"excludePlatforms": [],
"allowUnsafeCode": false,
"overrideReferences": false,
"precompiledReferences": [],
"autoReferenced": true,
"defineConstraints": []
}

View File

@@ -1,9 +0,0 @@
fileFormatVersion: 2
guid: 7327164f95b728443a7705e47c4c6c13
timeCreated: 1545599803
licenseType: Pro
AssemblyDefinitionImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -1,15 +0,0 @@
{
"name": "Opsive.UltimateCharacterController.Demo",
"references": [
"Opsive.UltimateCharacterController",
"Opsive.Shared"
],
"optionalUnityReferences": [],
"includePlatforms": [],
"excludePlatforms": [],
"allowUnsafeCode": false,
"overrideReferences": false,
"precompiledReferences": [],
"autoReferenced": true,
"defineConstraints": []
}

View File

@@ -1,9 +0,0 @@
fileFormatVersion: 2
guid: e67ef94928fafb54480ad50f51b859bf
timeCreated: 1545459663
licenseType: Pro
AssemblyDefinitionImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: d3d8aa931ef11254186cf4486cbe7477
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: 9e5d29bbabbb70f429586f2a7c95feeb
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: ae8c444e2fd43e04099f29f441e359fa
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

Before

Width:  |  Height:  |  Size: 1.0 KiB

After

Width:  |  Height:  |  Size: 1.0 KiB

View File

Before

Width:  |  Height:  |  Size: 1.0 KiB

After

Width:  |  Height:  |  Size: 1.0 KiB

View File

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 18 KiB

View File

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 17 KiB

View File

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 16 KiB

View File

Before

Width:  |  Height:  |  Size: 530 B

After

Width:  |  Height:  |  Size: 530 B

View File

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 17 KiB

View File

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 17 KiB

View File

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 17 KiB

View File

@@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: 2fffad7a24fb9b54ab560110957615d7
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

Some files were not shown because too many files have changed in this diff Show More