├── .gitattributes ├── .gitignore ├── Assets ├── HuntroxGames.meta ├── HuntroxGames │ ├── CommandConsole.meta │ ├── CommandConsole │ │ ├── Examples.meta │ │ ├── Examples │ │ │ ├── Circle.png │ │ │ ├── Circle.png.meta │ │ │ ├── DevConsoleExample.unity │ │ │ ├── DevConsoleExample.unity.meta │ │ │ ├── Scripts.meta │ │ │ └── Scripts │ │ │ │ ├── FieldAndPropertyCommandExample.cs │ │ │ │ ├── FieldAndPropertyCommandExample.cs.meta │ │ │ │ ├── MethodCommandExample.cs │ │ │ │ ├── MethodCommandExample.cs.meta │ │ │ │ ├── StaticClassCommandsExample.cs │ │ │ │ └── StaticClassCommandsExample.cs.meta │ │ ├── Resources.meta │ │ ├── Resources │ │ │ ├── Border.png │ │ │ ├── Border.png.meta │ │ │ ├── ConsoleStyle.guiskin │ │ │ ├── ConsoleStyle.guiskin.meta │ │ │ ├── UI.meta │ │ │ ├── UI │ │ │ │ ├── CommandConsoleGUI.prefab │ │ │ │ ├── CommandConsoleGUI.prefab.meta │ │ │ │ ├── CommandConsoleUI Bottom.prefab │ │ │ │ ├── CommandConsoleUI Bottom.prefab.meta │ │ │ │ ├── CommandConsoleUI.prefab │ │ │ │ ├── CommandConsoleUI.prefab.meta │ │ │ │ ├── ConsoleText.prefab │ │ │ │ ├── ConsoleText.prefab.meta │ │ │ │ ├── SuggestionText.prefab │ │ │ │ └── SuggestionText.prefab.meta │ │ │ ├── WhiteRabbit-47pD SDF.asset │ │ │ ├── WhiteRabbit-47pD SDF.asset.meta │ │ │ ├── WhiteRabbit-47pD.ttf │ │ │ ├── WhiteRabbit-47pD.ttf.meta │ │ │ ├── sliderthumb.png │ │ │ └── sliderthumb.png.meta │ │ ├── Scripts.meta │ │ └── Scripts │ │ │ ├── Attributes.meta │ │ │ ├── Attributes │ │ │ ├── ConsoleCommandAttribute.cs │ │ │ └── ConsoleCommandAttribute.cs.meta │ │ │ ├── Core.meta │ │ │ ├── Core │ │ │ ├── CommandConsole.cs │ │ │ ├── CommandConsole.cs.meta │ │ │ ├── CommandInfo.cs │ │ │ ├── CommandInfo.cs.meta │ │ │ ├── CommandOptionsCallback.cs │ │ │ ├── CommandOptionsCallback.cs.meta │ │ │ ├── CommandSuggestion.cs │ │ │ ├── CommandSuggestion.cs.meta │ │ │ ├── CommandsHandler.cs │ │ │ ├── CommandsHandler.cs.meta │ │ │ ├── ConsoleCommandHelper.cs │ │ │ ├── ConsoleCommandHelper.cs.meta │ │ │ ├── ConsoleGUIMenu.cs │ │ │ ├── ConsoleGUIMenu.cs.meta │ │ │ ├── ConsoleHistory.cs │ │ │ ├── ConsoleHistory.cs.meta │ │ │ ├── ConsoleMenuTrigger.cs │ │ │ ├── ConsoleMenuTrigger.cs.meta │ │ │ ├── ConsoleUIMenu.cs │ │ │ ├── ConsoleUIMenu.cs.meta │ │ │ ├── SuggestionTextUI.cs │ │ │ └── SuggestionTextUI.cs.meta │ │ │ ├── Editor.meta │ │ │ └── Editor │ │ │ ├── CCToolbar.cs │ │ │ └── CCToolbar.cs.meta │ ├── Utils.meta │ └── Utils │ │ ├── Editor.meta │ │ ├── Editor │ │ ├── Attributes.meta │ │ ├── Attributes │ │ │ ├── ReadOnlyPropertyDrawer.cs │ │ │ └── ReadOnlyPropertyDrawer.cs.meta │ │ ├── EditorStyleExtensions.cs │ │ ├── EditorStyleExtensions.cs.meta │ │ ├── HuntroxGames.Utils.editor.asmdef │ │ ├── HuntroxGames.Utils.editor.asmdef.meta │ │ ├── UtilsEditor.cs │ │ └── UtilsEditor.cs.meta │ │ ├── Runtime.meta │ │ └── Runtime │ │ ├── Attributes.meta │ │ ├── Attributes │ │ ├── ReadOnlyAttribute.cs │ │ └── ReadOnlyAttribute.cs.meta │ │ ├── Common.meta │ │ ├── Common │ │ ├── Singleton.cs │ │ └── Singleton.cs.meta │ │ ├── Extensions.meta │ │ ├── Extensions │ │ ├── CollectionsExtensionMethods.cs │ │ ├── CollectionsExtensionMethods.cs.meta │ │ ├── ExtensionMethods.cs │ │ ├── ExtensionMethods.cs.meta │ │ ├── GameObjectExtensionsMethods.cs │ │ ├── GameObjectExtensionsMethods.cs.meta │ │ ├── StringExtensionMethods.cs │ │ ├── StringExtensionMethods.cs.meta │ │ ├── VectorExtensionMethods.cs │ │ └── VectorExtensionMethods.cs.meta │ │ ├── HuntroxGames.Utils.asmdef │ │ ├── HuntroxGames.Utils.asmdef.meta │ │ ├── ScrollRectEnsureVisible.cs │ │ ├── ScrollRectEnsureVisible.cs.meta │ │ ├── Utils.cs │ │ └── Utils.cs.meta ├── Plugin.meta ├── Plugin │ ├── Example.meta │ └── Example │ │ ├── PluginTest.cs │ │ └── PluginTest.cs.meta ├── Resources.meta ├── TextMesh Pro.meta └── TextMesh Pro │ ├── Documentation.meta │ ├── Documentation │ ├── TextMesh Pro User Guide 2016.pdf │ └── TextMesh Pro User Guide 2016.pdf.meta │ ├── Fonts.meta │ ├── Fonts │ ├── LiberationSans - OFL.txt │ ├── LiberationSans - OFL.txt.meta │ ├── LiberationSans.ttf │ └── LiberationSans.ttf.meta │ ├── Resources.meta │ ├── Resources │ ├── Fonts & Materials.meta │ ├── Fonts & Materials │ │ ├── LiberationSans SDF - Drop Shadow.mat │ │ ├── LiberationSans SDF - Drop Shadow.mat.meta │ │ ├── LiberationSans SDF - Fallback.asset │ │ ├── LiberationSans SDF - Fallback.asset.meta │ │ ├── LiberationSans SDF - Outline.mat │ │ ├── LiberationSans SDF - Outline.mat.meta │ │ ├── LiberationSans SDF.asset │ │ └── LiberationSans SDF.asset.meta │ ├── LineBreaking Following Characters.txt │ ├── LineBreaking Following Characters.txt.meta │ ├── LineBreaking Leading Characters.txt │ ├── LineBreaking Leading Characters.txt.meta │ ├── Sprite Assets.meta │ ├── Sprite Assets │ │ ├── EmojiOne.asset │ │ └── EmojiOne.asset.meta │ ├── Style Sheets.meta │ ├── Style Sheets │ │ ├── Default Style Sheet.asset │ │ └── Default Style Sheet.asset.meta │ ├── TMP Settings.asset │ └── TMP Settings.asset.meta │ ├── Shaders.meta │ ├── Shaders │ ├── TMP_Bitmap-Custom-Atlas.shader │ ├── TMP_Bitmap-Custom-Atlas.shader.meta │ ├── TMP_Bitmap-Mobile.shader │ ├── TMP_Bitmap-Mobile.shader.meta │ ├── TMP_Bitmap.shader │ ├── TMP_Bitmap.shader.meta │ ├── TMP_SDF Overlay.shader │ ├── TMP_SDF Overlay.shader.meta │ ├── TMP_SDF SSD.shader │ ├── TMP_SDF SSD.shader.meta │ ├── TMP_SDF-Mobile Masking.shader │ ├── TMP_SDF-Mobile Masking.shader.meta │ ├── TMP_SDF-Mobile Overlay.shader │ ├── TMP_SDF-Mobile Overlay.shader.meta │ ├── TMP_SDF-Mobile SSD.shader │ ├── TMP_SDF-Mobile SSD.shader.meta │ ├── TMP_SDF-Mobile.shader │ ├── TMP_SDF-Mobile.shader.meta │ ├── TMP_SDF-Surface-Mobile.shader │ ├── TMP_SDF-Surface-Mobile.shader.meta │ ├── TMP_SDF-Surface.shader │ ├── TMP_SDF-Surface.shader.meta │ ├── TMP_SDF.shader │ ├── TMP_SDF.shader.meta │ ├── TMP_Sprite.shader │ ├── TMP_Sprite.shader.meta │ ├── TMPro.cginc │ ├── TMPro.cginc.meta │ ├── TMPro_Mobile.cginc │ ├── TMPro_Mobile.cginc.meta │ ├── TMPro_Properties.cginc │ ├── TMPro_Properties.cginc.meta │ ├── TMPro_Surface.cginc │ └── TMPro_Surface.cginc.meta │ ├── Sprites.meta │ └── Sprites │ ├── EmojiOne Attribution.txt │ ├── EmojiOne Attribution.txt.meta │ ├── EmojiOne.json │ ├── EmojiOne.json.meta │ ├── EmojiOne.png │ └── EmojiOne.png.meta ├── LICENSE ├── Logs ├── AssetImportWorker0.log ├── AssetImportWorker1.log ├── Packages-Update.log ├── shadercompiler-AssetImportWorker0.log └── shadercompiler-UnityShaderCompiler.exe0.log ├── Packages ├── manifest.json └── packages-lock.json ├── ProjectSettings ├── AudioManager.asset ├── ClusterInputManager.asset ├── DynamicsManager.asset ├── EditorBuildSettings.asset ├── EditorSettings.asset ├── GraphicsSettings.asset ├── InputManager.asset ├── MemorySettings.asset ├── NavMeshAreas.asset ├── PackageManagerSettings.asset ├── Physics2DSettings.asset ├── PresetManager.asset ├── ProjectSettings.asset ├── ProjectVersion.txt ├── QualitySettings.asset ├── TagManager.asset ├── TimeManager.asset ├── UnityConnectSettings.asset ├── VFXManager.asset ├── VersionControlSettings.asset └── boot.config ├── README.md └── UserSettings ├── EditorUserSettings.asset ├── Layouts └── default-2021.dwlt └── Search.settings /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huntrox/CommandConsole/HEAD/.gitattributes -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huntrox/CommandConsole/HEAD/.gitignore -------------------------------------------------------------------------------- /Assets/HuntroxGames.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huntrox/CommandConsole/HEAD/Assets/HuntroxGames.meta -------------------------------------------------------------------------------- /Assets/HuntroxGames/CommandConsole.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huntrox/CommandConsole/HEAD/Assets/HuntroxGames/CommandConsole.meta -------------------------------------------------------------------------------- /Assets/HuntroxGames/CommandConsole/Examples.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huntrox/CommandConsole/HEAD/Assets/HuntroxGames/CommandConsole/Examples.meta -------------------------------------------------------------------------------- /Assets/HuntroxGames/CommandConsole/Examples/Circle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huntrox/CommandConsole/HEAD/Assets/HuntroxGames/CommandConsole/Examples/Circle.png -------------------------------------------------------------------------------- /Assets/HuntroxGames/CommandConsole/Examples/Circle.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huntrox/CommandConsole/HEAD/Assets/HuntroxGames/CommandConsole/Examples/Circle.png.meta -------------------------------------------------------------------------------- /Assets/HuntroxGames/CommandConsole/Examples/DevConsoleExample.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huntrox/CommandConsole/HEAD/Assets/HuntroxGames/CommandConsole/Examples/DevConsoleExample.unity -------------------------------------------------------------------------------- /Assets/HuntroxGames/CommandConsole/Examples/DevConsoleExample.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huntrox/CommandConsole/HEAD/Assets/HuntroxGames/CommandConsole/Examples/DevConsoleExample.unity.meta -------------------------------------------------------------------------------- /Assets/HuntroxGames/CommandConsole/Examples/Scripts.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huntrox/CommandConsole/HEAD/Assets/HuntroxGames/CommandConsole/Examples/Scripts.meta -------------------------------------------------------------------------------- /Assets/HuntroxGames/CommandConsole/Examples/Scripts/FieldAndPropertyCommandExample.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huntrox/CommandConsole/HEAD/Assets/HuntroxGames/CommandConsole/Examples/Scripts/FieldAndPropertyCommandExample.cs -------------------------------------------------------------------------------- /Assets/HuntroxGames/CommandConsole/Examples/Scripts/FieldAndPropertyCommandExample.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huntrox/CommandConsole/HEAD/Assets/HuntroxGames/CommandConsole/Examples/Scripts/FieldAndPropertyCommandExample.cs.meta -------------------------------------------------------------------------------- /Assets/HuntroxGames/CommandConsole/Examples/Scripts/MethodCommandExample.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huntrox/CommandConsole/HEAD/Assets/HuntroxGames/CommandConsole/Examples/Scripts/MethodCommandExample.cs -------------------------------------------------------------------------------- /Assets/HuntroxGames/CommandConsole/Examples/Scripts/MethodCommandExample.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a594e968f7e44a35a9f8b1ee7c871b6d 3 | timeCreated: 1640302713 -------------------------------------------------------------------------------- /Assets/HuntroxGames/CommandConsole/Examples/Scripts/StaticClassCommandsExample.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huntrox/CommandConsole/HEAD/Assets/HuntroxGames/CommandConsole/Examples/Scripts/StaticClassCommandsExample.cs -------------------------------------------------------------------------------- /Assets/HuntroxGames/CommandConsole/Examples/Scripts/StaticClassCommandsExample.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huntrox/CommandConsole/HEAD/Assets/HuntroxGames/CommandConsole/Examples/Scripts/StaticClassCommandsExample.cs.meta -------------------------------------------------------------------------------- /Assets/HuntroxGames/CommandConsole/Resources.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huntrox/CommandConsole/HEAD/Assets/HuntroxGames/CommandConsole/Resources.meta -------------------------------------------------------------------------------- /Assets/HuntroxGames/CommandConsole/Resources/Border.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huntrox/CommandConsole/HEAD/Assets/HuntroxGames/CommandConsole/Resources/Border.png -------------------------------------------------------------------------------- /Assets/HuntroxGames/CommandConsole/Resources/Border.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huntrox/CommandConsole/HEAD/Assets/HuntroxGames/CommandConsole/Resources/Border.png.meta -------------------------------------------------------------------------------- /Assets/HuntroxGames/CommandConsole/Resources/ConsoleStyle.guiskin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huntrox/CommandConsole/HEAD/Assets/HuntroxGames/CommandConsole/Resources/ConsoleStyle.guiskin -------------------------------------------------------------------------------- /Assets/HuntroxGames/CommandConsole/Resources/ConsoleStyle.guiskin.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huntrox/CommandConsole/HEAD/Assets/HuntroxGames/CommandConsole/Resources/ConsoleStyle.guiskin.meta -------------------------------------------------------------------------------- /Assets/HuntroxGames/CommandConsole/Resources/UI.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huntrox/CommandConsole/HEAD/Assets/HuntroxGames/CommandConsole/Resources/UI.meta -------------------------------------------------------------------------------- /Assets/HuntroxGames/CommandConsole/Resources/UI/CommandConsoleGUI.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huntrox/CommandConsole/HEAD/Assets/HuntroxGames/CommandConsole/Resources/UI/CommandConsoleGUI.prefab -------------------------------------------------------------------------------- /Assets/HuntroxGames/CommandConsole/Resources/UI/CommandConsoleGUI.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huntrox/CommandConsole/HEAD/Assets/HuntroxGames/CommandConsole/Resources/UI/CommandConsoleGUI.prefab.meta -------------------------------------------------------------------------------- /Assets/HuntroxGames/CommandConsole/Resources/UI/CommandConsoleUI Bottom.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huntrox/CommandConsole/HEAD/Assets/HuntroxGames/CommandConsole/Resources/UI/CommandConsoleUI Bottom.prefab -------------------------------------------------------------------------------- /Assets/HuntroxGames/CommandConsole/Resources/UI/CommandConsoleUI Bottom.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huntrox/CommandConsole/HEAD/Assets/HuntroxGames/CommandConsole/Resources/UI/CommandConsoleUI Bottom.prefab.meta -------------------------------------------------------------------------------- /Assets/HuntroxGames/CommandConsole/Resources/UI/CommandConsoleUI.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huntrox/CommandConsole/HEAD/Assets/HuntroxGames/CommandConsole/Resources/UI/CommandConsoleUI.prefab -------------------------------------------------------------------------------- /Assets/HuntroxGames/CommandConsole/Resources/UI/CommandConsoleUI.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huntrox/CommandConsole/HEAD/Assets/HuntroxGames/CommandConsole/Resources/UI/CommandConsoleUI.prefab.meta -------------------------------------------------------------------------------- /Assets/HuntroxGames/CommandConsole/Resources/UI/ConsoleText.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huntrox/CommandConsole/HEAD/Assets/HuntroxGames/CommandConsole/Resources/UI/ConsoleText.prefab -------------------------------------------------------------------------------- /Assets/HuntroxGames/CommandConsole/Resources/UI/ConsoleText.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huntrox/CommandConsole/HEAD/Assets/HuntroxGames/CommandConsole/Resources/UI/ConsoleText.prefab.meta -------------------------------------------------------------------------------- /Assets/HuntroxGames/CommandConsole/Resources/UI/SuggestionText.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huntrox/CommandConsole/HEAD/Assets/HuntroxGames/CommandConsole/Resources/UI/SuggestionText.prefab -------------------------------------------------------------------------------- /Assets/HuntroxGames/CommandConsole/Resources/UI/SuggestionText.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huntrox/CommandConsole/HEAD/Assets/HuntroxGames/CommandConsole/Resources/UI/SuggestionText.prefab.meta -------------------------------------------------------------------------------- /Assets/HuntroxGames/CommandConsole/Resources/WhiteRabbit-47pD SDF.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huntrox/CommandConsole/HEAD/Assets/HuntroxGames/CommandConsole/Resources/WhiteRabbit-47pD SDF.asset -------------------------------------------------------------------------------- /Assets/HuntroxGames/CommandConsole/Resources/WhiteRabbit-47pD SDF.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huntrox/CommandConsole/HEAD/Assets/HuntroxGames/CommandConsole/Resources/WhiteRabbit-47pD SDF.asset.meta -------------------------------------------------------------------------------- /Assets/HuntroxGames/CommandConsole/Resources/WhiteRabbit-47pD.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huntrox/CommandConsole/HEAD/Assets/HuntroxGames/CommandConsole/Resources/WhiteRabbit-47pD.ttf -------------------------------------------------------------------------------- /Assets/HuntroxGames/CommandConsole/Resources/WhiteRabbit-47pD.ttf.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huntrox/CommandConsole/HEAD/Assets/HuntroxGames/CommandConsole/Resources/WhiteRabbit-47pD.ttf.meta -------------------------------------------------------------------------------- /Assets/HuntroxGames/CommandConsole/Resources/sliderthumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huntrox/CommandConsole/HEAD/Assets/HuntroxGames/CommandConsole/Resources/sliderthumb.png -------------------------------------------------------------------------------- /Assets/HuntroxGames/CommandConsole/Resources/sliderthumb.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huntrox/CommandConsole/HEAD/Assets/HuntroxGames/CommandConsole/Resources/sliderthumb.png.meta -------------------------------------------------------------------------------- /Assets/HuntroxGames/CommandConsole/Scripts.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huntrox/CommandConsole/HEAD/Assets/HuntroxGames/CommandConsole/Scripts.meta -------------------------------------------------------------------------------- /Assets/HuntroxGames/CommandConsole/Scripts/Attributes.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huntrox/CommandConsole/HEAD/Assets/HuntroxGames/CommandConsole/Scripts/Attributes.meta -------------------------------------------------------------------------------- /Assets/HuntroxGames/CommandConsole/Scripts/Attributes/ConsoleCommandAttribute.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huntrox/CommandConsole/HEAD/Assets/HuntroxGames/CommandConsole/Scripts/Attributes/ConsoleCommandAttribute.cs -------------------------------------------------------------------------------- /Assets/HuntroxGames/CommandConsole/Scripts/Attributes/ConsoleCommandAttribute.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huntrox/CommandConsole/HEAD/Assets/HuntroxGames/CommandConsole/Scripts/Attributes/ConsoleCommandAttribute.cs.meta -------------------------------------------------------------------------------- /Assets/HuntroxGames/CommandConsole/Scripts/Core.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huntrox/CommandConsole/HEAD/Assets/HuntroxGames/CommandConsole/Scripts/Core.meta -------------------------------------------------------------------------------- /Assets/HuntroxGames/CommandConsole/Scripts/Core/CommandConsole.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huntrox/CommandConsole/HEAD/Assets/HuntroxGames/CommandConsole/Scripts/Core/CommandConsole.cs -------------------------------------------------------------------------------- /Assets/HuntroxGames/CommandConsole/Scripts/Core/CommandConsole.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huntrox/CommandConsole/HEAD/Assets/HuntroxGames/CommandConsole/Scripts/Core/CommandConsole.cs.meta -------------------------------------------------------------------------------- /Assets/HuntroxGames/CommandConsole/Scripts/Core/CommandInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huntrox/CommandConsole/HEAD/Assets/HuntroxGames/CommandConsole/Scripts/Core/CommandInfo.cs -------------------------------------------------------------------------------- /Assets/HuntroxGames/CommandConsole/Scripts/Core/CommandInfo.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6d959324075047959ac139c1e6f1f8b4 3 | timeCreated: 1641485984 -------------------------------------------------------------------------------- /Assets/HuntroxGames/CommandConsole/Scripts/Core/CommandOptionsCallback.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huntrox/CommandConsole/HEAD/Assets/HuntroxGames/CommandConsole/Scripts/Core/CommandOptionsCallback.cs -------------------------------------------------------------------------------- /Assets/HuntroxGames/CommandConsole/Scripts/Core/CommandOptionsCallback.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huntrox/CommandConsole/HEAD/Assets/HuntroxGames/CommandConsole/Scripts/Core/CommandOptionsCallback.cs.meta -------------------------------------------------------------------------------- /Assets/HuntroxGames/CommandConsole/Scripts/Core/CommandSuggestion.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huntrox/CommandConsole/HEAD/Assets/HuntroxGames/CommandConsole/Scripts/Core/CommandSuggestion.cs -------------------------------------------------------------------------------- /Assets/HuntroxGames/CommandConsole/Scripts/Core/CommandSuggestion.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huntrox/CommandConsole/HEAD/Assets/HuntroxGames/CommandConsole/Scripts/Core/CommandSuggestion.cs.meta -------------------------------------------------------------------------------- /Assets/HuntroxGames/CommandConsole/Scripts/Core/CommandsHandler.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huntrox/CommandConsole/HEAD/Assets/HuntroxGames/CommandConsole/Scripts/Core/CommandsHandler.cs -------------------------------------------------------------------------------- /Assets/HuntroxGames/CommandConsole/Scripts/Core/CommandsHandler.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huntrox/CommandConsole/HEAD/Assets/HuntroxGames/CommandConsole/Scripts/Core/CommandsHandler.cs.meta -------------------------------------------------------------------------------- /Assets/HuntroxGames/CommandConsole/Scripts/Core/ConsoleCommandHelper.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huntrox/CommandConsole/HEAD/Assets/HuntroxGames/CommandConsole/Scripts/Core/ConsoleCommandHelper.cs -------------------------------------------------------------------------------- /Assets/HuntroxGames/CommandConsole/Scripts/Core/ConsoleCommandHelper.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 665014f1173a45c1aa17c6d192282359 3 | timeCreated: 1640526551 -------------------------------------------------------------------------------- /Assets/HuntroxGames/CommandConsole/Scripts/Core/ConsoleGUIMenu.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huntrox/CommandConsole/HEAD/Assets/HuntroxGames/CommandConsole/Scripts/Core/ConsoleGUIMenu.cs -------------------------------------------------------------------------------- /Assets/HuntroxGames/CommandConsole/Scripts/Core/ConsoleGUIMenu.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huntrox/CommandConsole/HEAD/Assets/HuntroxGames/CommandConsole/Scripts/Core/ConsoleGUIMenu.cs.meta -------------------------------------------------------------------------------- /Assets/HuntroxGames/CommandConsole/Scripts/Core/ConsoleHistory.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huntrox/CommandConsole/HEAD/Assets/HuntroxGames/CommandConsole/Scripts/Core/ConsoleHistory.cs -------------------------------------------------------------------------------- /Assets/HuntroxGames/CommandConsole/Scripts/Core/ConsoleHistory.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huntrox/CommandConsole/HEAD/Assets/HuntroxGames/CommandConsole/Scripts/Core/ConsoleHistory.cs.meta -------------------------------------------------------------------------------- /Assets/HuntroxGames/CommandConsole/Scripts/Core/ConsoleMenuTrigger.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huntrox/CommandConsole/HEAD/Assets/HuntroxGames/CommandConsole/Scripts/Core/ConsoleMenuTrigger.cs -------------------------------------------------------------------------------- /Assets/HuntroxGames/CommandConsole/Scripts/Core/ConsoleMenuTrigger.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huntrox/CommandConsole/HEAD/Assets/HuntroxGames/CommandConsole/Scripts/Core/ConsoleMenuTrigger.cs.meta -------------------------------------------------------------------------------- /Assets/HuntroxGames/CommandConsole/Scripts/Core/ConsoleUIMenu.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huntrox/CommandConsole/HEAD/Assets/HuntroxGames/CommandConsole/Scripts/Core/ConsoleUIMenu.cs -------------------------------------------------------------------------------- /Assets/HuntroxGames/CommandConsole/Scripts/Core/ConsoleUIMenu.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huntrox/CommandConsole/HEAD/Assets/HuntroxGames/CommandConsole/Scripts/Core/ConsoleUIMenu.cs.meta -------------------------------------------------------------------------------- /Assets/HuntroxGames/CommandConsole/Scripts/Core/SuggestionTextUI.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huntrox/CommandConsole/HEAD/Assets/HuntroxGames/CommandConsole/Scripts/Core/SuggestionTextUI.cs -------------------------------------------------------------------------------- /Assets/HuntroxGames/CommandConsole/Scripts/Core/SuggestionTextUI.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 59842c24d7d046fcbb25fce633edd606 3 | timeCreated: 1684854627 -------------------------------------------------------------------------------- /Assets/HuntroxGames/CommandConsole/Scripts/Editor.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huntrox/CommandConsole/HEAD/Assets/HuntroxGames/CommandConsole/Scripts/Editor.meta -------------------------------------------------------------------------------- /Assets/HuntroxGames/CommandConsole/Scripts/Editor/CCToolbar.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huntrox/CommandConsole/HEAD/Assets/HuntroxGames/CommandConsole/Scripts/Editor/CCToolbar.cs -------------------------------------------------------------------------------- /Assets/HuntroxGames/CommandConsole/Scripts/Editor/CCToolbar.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huntrox/CommandConsole/HEAD/Assets/HuntroxGames/CommandConsole/Scripts/Editor/CCToolbar.cs.meta -------------------------------------------------------------------------------- /Assets/HuntroxGames/Utils.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huntrox/CommandConsole/HEAD/Assets/HuntroxGames/Utils.meta -------------------------------------------------------------------------------- /Assets/HuntroxGames/Utils/Editor.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huntrox/CommandConsole/HEAD/Assets/HuntroxGames/Utils/Editor.meta -------------------------------------------------------------------------------- /Assets/HuntroxGames/Utils/Editor/Attributes.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huntrox/CommandConsole/HEAD/Assets/HuntroxGames/Utils/Editor/Attributes.meta -------------------------------------------------------------------------------- /Assets/HuntroxGames/Utils/Editor/Attributes/ReadOnlyPropertyDrawer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huntrox/CommandConsole/HEAD/Assets/HuntroxGames/Utils/Editor/Attributes/ReadOnlyPropertyDrawer.cs -------------------------------------------------------------------------------- /Assets/HuntroxGames/Utils/Editor/Attributes/ReadOnlyPropertyDrawer.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huntrox/CommandConsole/HEAD/Assets/HuntroxGames/Utils/Editor/Attributes/ReadOnlyPropertyDrawer.cs.meta -------------------------------------------------------------------------------- /Assets/HuntroxGames/Utils/Editor/EditorStyleExtensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huntrox/CommandConsole/HEAD/Assets/HuntroxGames/Utils/Editor/EditorStyleExtensions.cs -------------------------------------------------------------------------------- /Assets/HuntroxGames/Utils/Editor/EditorStyleExtensions.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huntrox/CommandConsole/HEAD/Assets/HuntroxGames/Utils/Editor/EditorStyleExtensions.cs.meta -------------------------------------------------------------------------------- /Assets/HuntroxGames/Utils/Editor/HuntroxGames.Utils.editor.asmdef: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huntrox/CommandConsole/HEAD/Assets/HuntroxGames/Utils/Editor/HuntroxGames.Utils.editor.asmdef -------------------------------------------------------------------------------- /Assets/HuntroxGames/Utils/Editor/HuntroxGames.Utils.editor.asmdef.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huntrox/CommandConsole/HEAD/Assets/HuntroxGames/Utils/Editor/HuntroxGames.Utils.editor.asmdef.meta -------------------------------------------------------------------------------- /Assets/HuntroxGames/Utils/Editor/UtilsEditor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huntrox/CommandConsole/HEAD/Assets/HuntroxGames/Utils/Editor/UtilsEditor.cs -------------------------------------------------------------------------------- /Assets/HuntroxGames/Utils/Editor/UtilsEditor.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huntrox/CommandConsole/HEAD/Assets/HuntroxGames/Utils/Editor/UtilsEditor.cs.meta -------------------------------------------------------------------------------- /Assets/HuntroxGames/Utils/Runtime.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huntrox/CommandConsole/HEAD/Assets/HuntroxGames/Utils/Runtime.meta -------------------------------------------------------------------------------- /Assets/HuntroxGames/Utils/Runtime/Attributes.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huntrox/CommandConsole/HEAD/Assets/HuntroxGames/Utils/Runtime/Attributes.meta -------------------------------------------------------------------------------- /Assets/HuntroxGames/Utils/Runtime/Attributes/ReadOnlyAttribute.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huntrox/CommandConsole/HEAD/Assets/HuntroxGames/Utils/Runtime/Attributes/ReadOnlyAttribute.cs -------------------------------------------------------------------------------- /Assets/HuntroxGames/Utils/Runtime/Attributes/ReadOnlyAttribute.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huntrox/CommandConsole/HEAD/Assets/HuntroxGames/Utils/Runtime/Attributes/ReadOnlyAttribute.cs.meta -------------------------------------------------------------------------------- /Assets/HuntroxGames/Utils/Runtime/Common.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huntrox/CommandConsole/HEAD/Assets/HuntroxGames/Utils/Runtime/Common.meta -------------------------------------------------------------------------------- /Assets/HuntroxGames/Utils/Runtime/Common/Singleton.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huntrox/CommandConsole/HEAD/Assets/HuntroxGames/Utils/Runtime/Common/Singleton.cs -------------------------------------------------------------------------------- /Assets/HuntroxGames/Utils/Runtime/Common/Singleton.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huntrox/CommandConsole/HEAD/Assets/HuntroxGames/Utils/Runtime/Common/Singleton.cs.meta -------------------------------------------------------------------------------- /Assets/HuntroxGames/Utils/Runtime/Extensions.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huntrox/CommandConsole/HEAD/Assets/HuntroxGames/Utils/Runtime/Extensions.meta -------------------------------------------------------------------------------- /Assets/HuntroxGames/Utils/Runtime/Extensions/CollectionsExtensionMethods.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huntrox/CommandConsole/HEAD/Assets/HuntroxGames/Utils/Runtime/Extensions/CollectionsExtensionMethods.cs -------------------------------------------------------------------------------- /Assets/HuntroxGames/Utils/Runtime/Extensions/CollectionsExtensionMethods.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huntrox/CommandConsole/HEAD/Assets/HuntroxGames/Utils/Runtime/Extensions/CollectionsExtensionMethods.cs.meta -------------------------------------------------------------------------------- /Assets/HuntroxGames/Utils/Runtime/Extensions/ExtensionMethods.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huntrox/CommandConsole/HEAD/Assets/HuntroxGames/Utils/Runtime/Extensions/ExtensionMethods.cs -------------------------------------------------------------------------------- /Assets/HuntroxGames/Utils/Runtime/Extensions/ExtensionMethods.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huntrox/CommandConsole/HEAD/Assets/HuntroxGames/Utils/Runtime/Extensions/ExtensionMethods.cs.meta -------------------------------------------------------------------------------- /Assets/HuntroxGames/Utils/Runtime/Extensions/GameObjectExtensionsMethods.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huntrox/CommandConsole/HEAD/Assets/HuntroxGames/Utils/Runtime/Extensions/GameObjectExtensionsMethods.cs -------------------------------------------------------------------------------- /Assets/HuntroxGames/Utils/Runtime/Extensions/GameObjectExtensionsMethods.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huntrox/CommandConsole/HEAD/Assets/HuntroxGames/Utils/Runtime/Extensions/GameObjectExtensionsMethods.cs.meta -------------------------------------------------------------------------------- /Assets/HuntroxGames/Utils/Runtime/Extensions/StringExtensionMethods.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huntrox/CommandConsole/HEAD/Assets/HuntroxGames/Utils/Runtime/Extensions/StringExtensionMethods.cs -------------------------------------------------------------------------------- /Assets/HuntroxGames/Utils/Runtime/Extensions/StringExtensionMethods.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huntrox/CommandConsole/HEAD/Assets/HuntroxGames/Utils/Runtime/Extensions/StringExtensionMethods.cs.meta -------------------------------------------------------------------------------- /Assets/HuntroxGames/Utils/Runtime/Extensions/VectorExtensionMethods.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huntrox/CommandConsole/HEAD/Assets/HuntroxGames/Utils/Runtime/Extensions/VectorExtensionMethods.cs -------------------------------------------------------------------------------- /Assets/HuntroxGames/Utils/Runtime/Extensions/VectorExtensionMethods.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huntrox/CommandConsole/HEAD/Assets/HuntroxGames/Utils/Runtime/Extensions/VectorExtensionMethods.cs.meta -------------------------------------------------------------------------------- /Assets/HuntroxGames/Utils/Runtime/HuntroxGames.Utils.asmdef: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huntrox/CommandConsole/HEAD/Assets/HuntroxGames/Utils/Runtime/HuntroxGames.Utils.asmdef -------------------------------------------------------------------------------- /Assets/HuntroxGames/Utils/Runtime/HuntroxGames.Utils.asmdef.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huntrox/CommandConsole/HEAD/Assets/HuntroxGames/Utils/Runtime/HuntroxGames.Utils.asmdef.meta -------------------------------------------------------------------------------- /Assets/HuntroxGames/Utils/Runtime/ScrollRectEnsureVisible.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huntrox/CommandConsole/HEAD/Assets/HuntroxGames/Utils/Runtime/ScrollRectEnsureVisible.cs -------------------------------------------------------------------------------- /Assets/HuntroxGames/Utils/Runtime/ScrollRectEnsureVisible.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huntrox/CommandConsole/HEAD/Assets/HuntroxGames/Utils/Runtime/ScrollRectEnsureVisible.cs.meta -------------------------------------------------------------------------------- /Assets/HuntroxGames/Utils/Runtime/Utils.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huntrox/CommandConsole/HEAD/Assets/HuntroxGames/Utils/Runtime/Utils.cs -------------------------------------------------------------------------------- /Assets/HuntroxGames/Utils/Runtime/Utils.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huntrox/CommandConsole/HEAD/Assets/HuntroxGames/Utils/Runtime/Utils.cs.meta -------------------------------------------------------------------------------- /Assets/Plugin.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huntrox/CommandConsole/HEAD/Assets/Plugin.meta -------------------------------------------------------------------------------- /Assets/Plugin/Example.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huntrox/CommandConsole/HEAD/Assets/Plugin/Example.meta -------------------------------------------------------------------------------- /Assets/Plugin/Example/PluginTest.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huntrox/CommandConsole/HEAD/Assets/Plugin/Example/PluginTest.cs -------------------------------------------------------------------------------- /Assets/Plugin/Example/PluginTest.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huntrox/CommandConsole/HEAD/Assets/Plugin/Example/PluginTest.cs.meta -------------------------------------------------------------------------------- /Assets/Resources.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huntrox/CommandConsole/HEAD/Assets/Resources.meta -------------------------------------------------------------------------------- /Assets/TextMesh Pro.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huntrox/CommandConsole/HEAD/Assets/TextMesh Pro.meta -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Documentation.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huntrox/CommandConsole/HEAD/Assets/TextMesh Pro/Documentation.meta -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Documentation/TextMesh Pro User Guide 2016.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huntrox/CommandConsole/HEAD/Assets/TextMesh Pro/Documentation/TextMesh Pro User Guide 2016.pdf -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Documentation/TextMesh Pro User Guide 2016.pdf.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huntrox/CommandConsole/HEAD/Assets/TextMesh Pro/Documentation/TextMesh Pro User Guide 2016.pdf.meta -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Fonts.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huntrox/CommandConsole/HEAD/Assets/TextMesh Pro/Fonts.meta -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Fonts/LiberationSans - OFL.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huntrox/CommandConsole/HEAD/Assets/TextMesh Pro/Fonts/LiberationSans - OFL.txt -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Fonts/LiberationSans - OFL.txt.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huntrox/CommandConsole/HEAD/Assets/TextMesh Pro/Fonts/LiberationSans - OFL.txt.meta -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Fonts/LiberationSans.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huntrox/CommandConsole/HEAD/Assets/TextMesh Pro/Fonts/LiberationSans.ttf -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Fonts/LiberationSans.ttf.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huntrox/CommandConsole/HEAD/Assets/TextMesh Pro/Fonts/LiberationSans.ttf.meta -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Resources.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huntrox/CommandConsole/HEAD/Assets/TextMesh Pro/Resources.meta -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Resources/Fonts & Materials.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huntrox/CommandConsole/HEAD/Assets/TextMesh Pro/Resources/Fonts & Materials.meta -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Resources/Fonts & Materials/LiberationSans SDF - Drop Shadow.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huntrox/CommandConsole/HEAD/Assets/TextMesh Pro/Resources/Fonts & Materials/LiberationSans SDF - Drop Shadow.mat -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Resources/Fonts & Materials/LiberationSans SDF - Drop Shadow.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huntrox/CommandConsole/HEAD/Assets/TextMesh Pro/Resources/Fonts & Materials/LiberationSans SDF - Drop Shadow.mat.meta -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Resources/Fonts & Materials/LiberationSans SDF - Fallback.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huntrox/CommandConsole/HEAD/Assets/TextMesh Pro/Resources/Fonts & Materials/LiberationSans SDF - Fallback.asset -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Resources/Fonts & Materials/LiberationSans SDF - Fallback.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huntrox/CommandConsole/HEAD/Assets/TextMesh Pro/Resources/Fonts & Materials/LiberationSans SDF - Fallback.asset.meta -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Resources/Fonts & Materials/LiberationSans SDF - Outline.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huntrox/CommandConsole/HEAD/Assets/TextMesh Pro/Resources/Fonts & Materials/LiberationSans SDF - Outline.mat -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Resources/Fonts & Materials/LiberationSans SDF - Outline.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huntrox/CommandConsole/HEAD/Assets/TextMesh Pro/Resources/Fonts & Materials/LiberationSans SDF - Outline.mat.meta -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Resources/Fonts & Materials/LiberationSans SDF.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huntrox/CommandConsole/HEAD/Assets/TextMesh Pro/Resources/Fonts & Materials/LiberationSans SDF.asset -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Resources/Fonts & Materials/LiberationSans SDF.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huntrox/CommandConsole/HEAD/Assets/TextMesh Pro/Resources/Fonts & Materials/LiberationSans SDF.asset.meta -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Resources/LineBreaking Following Characters.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huntrox/CommandConsole/HEAD/Assets/TextMesh Pro/Resources/LineBreaking Following Characters.txt -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Resources/LineBreaking Following Characters.txt.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huntrox/CommandConsole/HEAD/Assets/TextMesh Pro/Resources/LineBreaking Following Characters.txt.meta -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Resources/LineBreaking Leading Characters.txt: -------------------------------------------------------------------------------- 1 | ([{〔〈《「『【〘〖〝‘“⦅«$—…‥〳〴〵\[({£¥"々〇$¥₩ # -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Resources/LineBreaking Leading Characters.txt.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huntrox/CommandConsole/HEAD/Assets/TextMesh Pro/Resources/LineBreaking Leading Characters.txt.meta -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Resources/Sprite Assets.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huntrox/CommandConsole/HEAD/Assets/TextMesh Pro/Resources/Sprite Assets.meta -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Resources/Sprite Assets/EmojiOne.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huntrox/CommandConsole/HEAD/Assets/TextMesh Pro/Resources/Sprite Assets/EmojiOne.asset -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Resources/Sprite Assets/EmojiOne.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huntrox/CommandConsole/HEAD/Assets/TextMesh Pro/Resources/Sprite Assets/EmojiOne.asset.meta -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Resources/Style Sheets.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huntrox/CommandConsole/HEAD/Assets/TextMesh Pro/Resources/Style Sheets.meta -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Resources/Style Sheets/Default Style Sheet.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huntrox/CommandConsole/HEAD/Assets/TextMesh Pro/Resources/Style Sheets/Default Style Sheet.asset -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Resources/Style Sheets/Default Style Sheet.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huntrox/CommandConsole/HEAD/Assets/TextMesh Pro/Resources/Style Sheets/Default Style Sheet.asset.meta -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Resources/TMP Settings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huntrox/CommandConsole/HEAD/Assets/TextMesh Pro/Resources/TMP Settings.asset -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Resources/TMP Settings.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huntrox/CommandConsole/HEAD/Assets/TextMesh Pro/Resources/TMP Settings.asset.meta -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Shaders.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huntrox/CommandConsole/HEAD/Assets/TextMesh Pro/Shaders.meta -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Shaders/TMP_Bitmap-Custom-Atlas.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huntrox/CommandConsole/HEAD/Assets/TextMesh Pro/Shaders/TMP_Bitmap-Custom-Atlas.shader -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Shaders/TMP_Bitmap-Custom-Atlas.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huntrox/CommandConsole/HEAD/Assets/TextMesh Pro/Shaders/TMP_Bitmap-Custom-Atlas.shader.meta -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Shaders/TMP_Bitmap-Mobile.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huntrox/CommandConsole/HEAD/Assets/TextMesh Pro/Shaders/TMP_Bitmap-Mobile.shader -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Shaders/TMP_Bitmap-Mobile.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huntrox/CommandConsole/HEAD/Assets/TextMesh Pro/Shaders/TMP_Bitmap-Mobile.shader.meta -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Shaders/TMP_Bitmap.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huntrox/CommandConsole/HEAD/Assets/TextMesh Pro/Shaders/TMP_Bitmap.shader -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Shaders/TMP_Bitmap.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huntrox/CommandConsole/HEAD/Assets/TextMesh Pro/Shaders/TMP_Bitmap.shader.meta -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Shaders/TMP_SDF Overlay.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huntrox/CommandConsole/HEAD/Assets/TextMesh Pro/Shaders/TMP_SDF Overlay.shader -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Shaders/TMP_SDF Overlay.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huntrox/CommandConsole/HEAD/Assets/TextMesh Pro/Shaders/TMP_SDF Overlay.shader.meta -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Shaders/TMP_SDF SSD.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huntrox/CommandConsole/HEAD/Assets/TextMesh Pro/Shaders/TMP_SDF SSD.shader -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Shaders/TMP_SDF SSD.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huntrox/CommandConsole/HEAD/Assets/TextMesh Pro/Shaders/TMP_SDF SSD.shader.meta -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Shaders/TMP_SDF-Mobile Masking.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huntrox/CommandConsole/HEAD/Assets/TextMesh Pro/Shaders/TMP_SDF-Mobile Masking.shader -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Shaders/TMP_SDF-Mobile Masking.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huntrox/CommandConsole/HEAD/Assets/TextMesh Pro/Shaders/TMP_SDF-Mobile Masking.shader.meta -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Shaders/TMP_SDF-Mobile Overlay.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huntrox/CommandConsole/HEAD/Assets/TextMesh Pro/Shaders/TMP_SDF-Mobile Overlay.shader -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Shaders/TMP_SDF-Mobile Overlay.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huntrox/CommandConsole/HEAD/Assets/TextMesh Pro/Shaders/TMP_SDF-Mobile Overlay.shader.meta -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Shaders/TMP_SDF-Mobile SSD.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huntrox/CommandConsole/HEAD/Assets/TextMesh Pro/Shaders/TMP_SDF-Mobile SSD.shader -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Shaders/TMP_SDF-Mobile SSD.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huntrox/CommandConsole/HEAD/Assets/TextMesh Pro/Shaders/TMP_SDF-Mobile SSD.shader.meta -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Shaders/TMP_SDF-Mobile.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huntrox/CommandConsole/HEAD/Assets/TextMesh Pro/Shaders/TMP_SDF-Mobile.shader -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Shaders/TMP_SDF-Mobile.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huntrox/CommandConsole/HEAD/Assets/TextMesh Pro/Shaders/TMP_SDF-Mobile.shader.meta -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Shaders/TMP_SDF-Surface-Mobile.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huntrox/CommandConsole/HEAD/Assets/TextMesh Pro/Shaders/TMP_SDF-Surface-Mobile.shader -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Shaders/TMP_SDF-Surface-Mobile.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huntrox/CommandConsole/HEAD/Assets/TextMesh Pro/Shaders/TMP_SDF-Surface-Mobile.shader.meta -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Shaders/TMP_SDF-Surface.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huntrox/CommandConsole/HEAD/Assets/TextMesh Pro/Shaders/TMP_SDF-Surface.shader -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Shaders/TMP_SDF-Surface.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huntrox/CommandConsole/HEAD/Assets/TextMesh Pro/Shaders/TMP_SDF-Surface.shader.meta -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Shaders/TMP_SDF.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huntrox/CommandConsole/HEAD/Assets/TextMesh Pro/Shaders/TMP_SDF.shader -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Shaders/TMP_SDF.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huntrox/CommandConsole/HEAD/Assets/TextMesh Pro/Shaders/TMP_SDF.shader.meta -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Shaders/TMP_Sprite.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huntrox/CommandConsole/HEAD/Assets/TextMesh Pro/Shaders/TMP_Sprite.shader -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Shaders/TMP_Sprite.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huntrox/CommandConsole/HEAD/Assets/TextMesh Pro/Shaders/TMP_Sprite.shader.meta -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Shaders/TMPro.cginc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huntrox/CommandConsole/HEAD/Assets/TextMesh Pro/Shaders/TMPro.cginc -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Shaders/TMPro.cginc.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huntrox/CommandConsole/HEAD/Assets/TextMesh Pro/Shaders/TMPro.cginc.meta -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Shaders/TMPro_Mobile.cginc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huntrox/CommandConsole/HEAD/Assets/TextMesh Pro/Shaders/TMPro_Mobile.cginc -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Shaders/TMPro_Mobile.cginc.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huntrox/CommandConsole/HEAD/Assets/TextMesh Pro/Shaders/TMPro_Mobile.cginc.meta -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Shaders/TMPro_Properties.cginc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huntrox/CommandConsole/HEAD/Assets/TextMesh Pro/Shaders/TMPro_Properties.cginc -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Shaders/TMPro_Properties.cginc.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huntrox/CommandConsole/HEAD/Assets/TextMesh Pro/Shaders/TMPro_Properties.cginc.meta -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Shaders/TMPro_Surface.cginc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huntrox/CommandConsole/HEAD/Assets/TextMesh Pro/Shaders/TMPro_Surface.cginc -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Shaders/TMPro_Surface.cginc.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huntrox/CommandConsole/HEAD/Assets/TextMesh Pro/Shaders/TMPro_Surface.cginc.meta -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Sprites.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huntrox/CommandConsole/HEAD/Assets/TextMesh Pro/Sprites.meta -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Sprites/EmojiOne Attribution.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huntrox/CommandConsole/HEAD/Assets/TextMesh Pro/Sprites/EmojiOne Attribution.txt -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Sprites/EmojiOne Attribution.txt.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huntrox/CommandConsole/HEAD/Assets/TextMesh Pro/Sprites/EmojiOne Attribution.txt.meta -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Sprites/EmojiOne.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huntrox/CommandConsole/HEAD/Assets/TextMesh Pro/Sprites/EmojiOne.json -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Sprites/EmojiOne.json.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huntrox/CommandConsole/HEAD/Assets/TextMesh Pro/Sprites/EmojiOne.json.meta -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Sprites/EmojiOne.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huntrox/CommandConsole/HEAD/Assets/TextMesh Pro/Sprites/EmojiOne.png -------------------------------------------------------------------------------- /Assets/TextMesh Pro/Sprites/EmojiOne.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huntrox/CommandConsole/HEAD/Assets/TextMesh Pro/Sprites/EmojiOne.png.meta -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huntrox/CommandConsole/HEAD/LICENSE -------------------------------------------------------------------------------- /Logs/AssetImportWorker0.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huntrox/CommandConsole/HEAD/Logs/AssetImportWorker0.log -------------------------------------------------------------------------------- /Logs/AssetImportWorker1.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huntrox/CommandConsole/HEAD/Logs/AssetImportWorker1.log -------------------------------------------------------------------------------- /Logs/Packages-Update.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huntrox/CommandConsole/HEAD/Logs/Packages-Update.log -------------------------------------------------------------------------------- /Logs/shadercompiler-AssetImportWorker0.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huntrox/CommandConsole/HEAD/Logs/shadercompiler-AssetImportWorker0.log -------------------------------------------------------------------------------- /Logs/shadercompiler-UnityShaderCompiler.exe0.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huntrox/CommandConsole/HEAD/Logs/shadercompiler-UnityShaderCompiler.exe0.log -------------------------------------------------------------------------------- /Packages/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huntrox/CommandConsole/HEAD/Packages/manifest.json -------------------------------------------------------------------------------- /Packages/packages-lock.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huntrox/CommandConsole/HEAD/Packages/packages-lock.json -------------------------------------------------------------------------------- /ProjectSettings/AudioManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huntrox/CommandConsole/HEAD/ProjectSettings/AudioManager.asset -------------------------------------------------------------------------------- /ProjectSettings/ClusterInputManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huntrox/CommandConsole/HEAD/ProjectSettings/ClusterInputManager.asset -------------------------------------------------------------------------------- /ProjectSettings/DynamicsManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huntrox/CommandConsole/HEAD/ProjectSettings/DynamicsManager.asset -------------------------------------------------------------------------------- /ProjectSettings/EditorBuildSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huntrox/CommandConsole/HEAD/ProjectSettings/EditorBuildSettings.asset -------------------------------------------------------------------------------- /ProjectSettings/EditorSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huntrox/CommandConsole/HEAD/ProjectSettings/EditorSettings.asset -------------------------------------------------------------------------------- /ProjectSettings/GraphicsSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huntrox/CommandConsole/HEAD/ProjectSettings/GraphicsSettings.asset -------------------------------------------------------------------------------- /ProjectSettings/InputManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huntrox/CommandConsole/HEAD/ProjectSettings/InputManager.asset -------------------------------------------------------------------------------- /ProjectSettings/MemorySettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huntrox/CommandConsole/HEAD/ProjectSettings/MemorySettings.asset -------------------------------------------------------------------------------- /ProjectSettings/NavMeshAreas.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huntrox/CommandConsole/HEAD/ProjectSettings/NavMeshAreas.asset -------------------------------------------------------------------------------- /ProjectSettings/PackageManagerSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huntrox/CommandConsole/HEAD/ProjectSettings/PackageManagerSettings.asset -------------------------------------------------------------------------------- /ProjectSettings/Physics2DSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huntrox/CommandConsole/HEAD/ProjectSettings/Physics2DSettings.asset -------------------------------------------------------------------------------- /ProjectSettings/PresetManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huntrox/CommandConsole/HEAD/ProjectSettings/PresetManager.asset -------------------------------------------------------------------------------- /ProjectSettings/ProjectSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huntrox/CommandConsole/HEAD/ProjectSettings/ProjectSettings.asset -------------------------------------------------------------------------------- /ProjectSettings/ProjectVersion.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huntrox/CommandConsole/HEAD/ProjectSettings/ProjectVersion.txt -------------------------------------------------------------------------------- /ProjectSettings/QualitySettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huntrox/CommandConsole/HEAD/ProjectSettings/QualitySettings.asset -------------------------------------------------------------------------------- /ProjectSettings/TagManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huntrox/CommandConsole/HEAD/ProjectSettings/TagManager.asset -------------------------------------------------------------------------------- /ProjectSettings/TimeManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huntrox/CommandConsole/HEAD/ProjectSettings/TimeManager.asset -------------------------------------------------------------------------------- /ProjectSettings/UnityConnectSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huntrox/CommandConsole/HEAD/ProjectSettings/UnityConnectSettings.asset -------------------------------------------------------------------------------- /ProjectSettings/VFXManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huntrox/CommandConsole/HEAD/ProjectSettings/VFXManager.asset -------------------------------------------------------------------------------- /ProjectSettings/VersionControlSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huntrox/CommandConsole/HEAD/ProjectSettings/VersionControlSettings.asset -------------------------------------------------------------------------------- /ProjectSettings/boot.config: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huntrox/CommandConsole/HEAD/README.md -------------------------------------------------------------------------------- /UserSettings/EditorUserSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huntrox/CommandConsole/HEAD/UserSettings/EditorUserSettings.asset -------------------------------------------------------------------------------- /UserSettings/Layouts/default-2021.dwlt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Huntrox/CommandConsole/HEAD/UserSettings/Layouts/default-2021.dwlt -------------------------------------------------------------------------------- /UserSettings/Search.settings: -------------------------------------------------------------------------------- 1 | {} --------------------------------------------------------------------------------