├── .gitignore ├── Assets ├── Plugins.meta ├── Plugins │ ├── AddressableAssetsData.meta │ ├── AddressableAssetsData │ │ ├── AddressableAssetSettings.asset │ │ ├── AddressableAssetSettings.asset.meta │ │ ├── AssetGroupTemplates.meta │ │ ├── AssetGroupTemplates │ │ │ ├── Packed Assets.asset │ │ │ └── Packed Assets.asset.meta │ │ ├── AssetGroups.meta │ │ ├── AssetGroups │ │ │ ├── Built In Data.asset │ │ │ ├── Built In Data.asset.meta │ │ │ ├── Default Local Group.asset │ │ │ ├── Default Local Group.asset.meta │ │ │ ├── Schemas.meta │ │ │ └── Schemas │ │ │ │ ├── Built In Data_PlayerDataGroupSchema.asset │ │ │ │ ├── Built In Data_PlayerDataGroupSchema.asset.meta │ │ │ │ ├── Default Local Group_BundledAssetGroupSchema.asset │ │ │ │ ├── Default Local Group_BundledAssetGroupSchema.asset.meta │ │ │ │ ├── Default Local Group_ContentUpdateGroupSchema.asset │ │ │ │ └── Default Local Group_ContentUpdateGroupSchema.asset.meta │ │ ├── DataBuilders.meta │ │ ├── DataBuilders │ │ │ ├── BuildScriptFastMode.asset │ │ │ ├── BuildScriptFastMode.asset.meta │ │ │ ├── BuildScriptPackedMode.asset │ │ │ ├── BuildScriptPackedMode.asset.meta │ │ │ ├── BuildScriptPackedPlayMode.asset │ │ │ ├── BuildScriptPackedPlayMode.asset.meta │ │ │ ├── BuildScriptVirtualMode.asset │ │ │ └── BuildScriptVirtualMode.asset.meta │ │ ├── DefaultObject.asset │ │ ├── DefaultObject.asset.meta │ │ ├── WebGL.meta │ │ ├── WebGL │ │ │ ├── addressables_content_state.bin │ │ │ └── addressables_content_state.bin.meta │ │ ├── Windows.meta │ │ └── Windows │ │ │ ├── addressables_content_state.bin │ │ │ └── addressables_content_state.bin.meta │ ├── Demigiant.meta │ ├── Demigiant │ │ ├── DOTween.meta │ │ └── DOTween │ │ │ ├── DOTween.XML │ │ │ ├── DOTween.XML.meta │ │ │ ├── DOTween.dll │ │ │ ├── DOTween.dll.meta │ │ │ ├── Editor.meta │ │ │ ├── Editor │ │ │ ├── DOTweenEditor.XML │ │ │ ├── DOTweenEditor.XML.meta │ │ │ ├── DOTweenEditor.dll │ │ │ ├── DOTweenEditor.dll.meta │ │ │ ├── Imgs.meta │ │ │ └── Imgs │ │ │ │ ├── DOTweenIcon.png │ │ │ │ ├── DOTweenIcon.png.meta │ │ │ │ ├── DOTweenMiniIcon.png │ │ │ │ ├── DOTweenMiniIcon.png.meta │ │ │ │ ├── Footer.png │ │ │ │ ├── Footer.png.meta │ │ │ │ ├── Footer_dark.png │ │ │ │ ├── Footer_dark.png.meta │ │ │ │ ├── Header.jpg │ │ │ │ └── Header.jpg.meta │ │ │ ├── Modules.meta │ │ │ ├── Modules │ │ │ ├── DOTweenModuleAudio.cs │ │ │ ├── DOTweenModuleAudio.cs.meta │ │ │ ├── DOTweenModuleEPOOutline.cs │ │ │ ├── DOTweenModuleEPOOutline.cs.meta │ │ │ ├── DOTweenModulePhysics.cs │ │ │ ├── DOTweenModulePhysics.cs.meta │ │ │ ├── DOTweenModulePhysics2D.cs │ │ │ ├── DOTweenModulePhysics2D.cs.meta │ │ │ ├── DOTweenModuleSprite.cs │ │ │ ├── DOTweenModuleSprite.cs.meta │ │ │ ├── DOTweenModuleUI.cs │ │ │ ├── DOTweenModuleUI.cs.meta │ │ │ ├── DOTweenModuleUnityVersion.cs │ │ │ ├── DOTweenModuleUnityVersion.cs.meta │ │ │ ├── DOTweenModuleUtils.cs │ │ │ └── DOTweenModuleUtils.cs.meta │ │ │ ├── readme.txt │ │ │ └── readme.txt.meta │ ├── Resources.meta │ ├── Resources │ │ ├── DOTweenSettings.asset │ │ └── DOTweenSettings.asset.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 │ │ ├── FredokaOne-Regular.ttf │ │ └── FredokaOne-Regular.ttf.meta │ │ ├── Resources.meta │ │ ├── Resources │ │ ├── Fonts & Materials.meta │ │ ├── Fonts & Materials │ │ │ ├── FredokaOne-Regular SDF.asset │ │ │ └── FredokaOne-Regular 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 ├── _Game.meta └── _Game │ ├── Audio.meta │ ├── Audio │ ├── Button Down.wav │ ├── Button Down.wav.meta │ ├── Button Up.wav │ └── Button Up.wav.meta │ ├── Prefabs.meta │ ├── Prefabs │ ├── CanvasUtilities.prefab │ ├── CanvasUtilities.prefab.meta │ ├── Lobby Panel.prefab │ ├── Lobby Panel.prefab.meta │ ├── Lobby Player Panel.prefab │ ├── Lobby Player Panel.prefab.meta │ ├── Player.prefab │ └── Player.prefab.meta │ ├── Scenes.meta │ ├── Scenes │ ├── Auth.unity │ ├── Auth.unity.meta │ ├── Game.unity │ ├── Game.unity.meta │ ├── Lobby.unity │ ├── Lobby.unity.meta │ ├── _Run Auth first.txt │ └── _Run Auth first.txt.meta │ ├── Settings.meta │ ├── Settings │ ├── SampleSceneProfile.asset │ ├── SampleSceneProfile.asset.meta │ ├── URP-Balanced-Renderer.asset │ ├── URP-Balanced-Renderer.asset.meta │ ├── URP-Balanced.asset │ ├── URP-Balanced.asset.meta │ ├── URP-HighFidelity-Renderer.asset │ ├── URP-HighFidelity-Renderer.asset.meta │ ├── URP-HighFidelity.asset │ ├── URP-HighFidelity.asset.meta │ ├── URP-Performant-Renderer.asset │ ├── URP-Performant-Renderer.asset.meta │ ├── URP-Performant.asset │ ├── URP-Performant.asset.meta │ ├── UniversalRenderPipelineGlobalSettings.asset │ └── UniversalRenderPipelineGlobalSettings.asset.meta │ ├── Sprites.meta │ ├── Sprites │ ├── Banner.png │ ├── Banner.png.meta │ ├── Basic Panel.png │ ├── Basic Panel.png.meta │ ├── Close Button - Compressed.png │ ├── Close Button - Compressed.png.meta │ ├── Close Button.png │ ├── Close Button.png.meta │ ├── Create Button - Compressed.png │ ├── Create Button - Compressed.png.meta │ ├── Create Button.png │ ├── Create Button.png.meta │ ├── Cursor.png │ ├── Cursor.png.meta │ ├── CursorClick.png │ ├── CursorClick.png.meta │ ├── Deco Gear.png │ ├── Deco Gear.png.meta │ ├── Difficulty meter dial.png │ ├── Difficulty meter dial.png.meta │ ├── Input Panel.png │ ├── Input Panel.png.meta │ ├── Level Browser Panel Selected.png │ ├── Level Browser Panel Selected.png.meta │ ├── Login Button - Compressed.png │ ├── Login Button - Compressed.png.meta │ ├── Login Button.png │ ├── Login Button.png.meta │ ├── Panel Plant Deco.png │ ├── Panel Plant Deco.png.meta │ ├── Play Button - Compressed.png │ ├── Play Button - Compressed.png.meta │ ├── Play Button.png │ ├── Play Button.png.meta │ ├── Ready Button - Compressed.png │ ├── Ready Button - Compressed.png.meta │ ├── Ready Button.png │ ├── Ready Button.png.meta │ ├── Straight Banner.png │ ├── Straight Banner.png.meta │ ├── Taro Background.png │ ├── Taro Background.png.meta │ ├── _READMELOL.txt │ └── _READMELOL.txt.meta │ ├── _Scripts.meta │ └── _Scripts │ ├── Lobby.meta │ ├── Lobby │ ├── CreateLobbyScreen.cs │ ├── CreateLobbyScreen.cs.meta │ ├── LobbyPlayerPanel.cs │ ├── LobbyPlayerPanel.cs.meta │ ├── LobbyRoomPanel.cs │ ├── LobbyRoomPanel.cs.meta │ ├── MainLobbyScreen.cs │ ├── MainLobbyScreen.cs.meta │ ├── RoomScreen.cs │ └── RoomScreen.cs.meta │ ├── Managers.meta │ ├── Managers │ ├── AuthenticationManager.cs │ ├── AuthenticationManager.cs.meta │ ├── GameManager.cs │ ├── GameManager.cs.meta │ ├── LobbyOrchestrator.cs │ └── LobbyOrchestrator.cs.meta │ ├── Misc.meta │ ├── Misc │ ├── Bootstrapper.cs │ ├── Bootstrapper.cs.meta │ ├── ButtonClick.cs │ ├── ButtonClick.cs.meta │ ├── CanvasUtilities.cs │ ├── CanvasUtilities.cs.meta │ ├── Scroller.cs │ └── Scroller.cs.meta │ ├── Models.meta │ ├── Models │ ├── Constants.cs │ └── Constants.cs.meta │ ├── Player.meta │ ├── Player │ ├── PlayerController.cs │ └── PlayerController.cs.meta │ ├── Services.meta │ └── Services │ ├── AuthenticationService.cs │ ├── AuthenticationService.cs.meta │ ├── MatchmakingService.cs │ └── MatchmakingService.cs.meta ├── LICENSE ├── Packages ├── manifest.json └── packages-lock.json ├── ProjectSettings ├── AudioManager.asset ├── BurstAotSettings_StandaloneWindows.json ├── BurstAotSettings_WebGL.json ├── ClusterInputManager.asset ├── CommonBurstAotSettings.json ├── DynamicsManager.asset ├── EditorBuildSettings.asset ├── EditorSettings.asset ├── GraphicsSettings.asset ├── InputManager.asset ├── MemorySettings.asset ├── NavMeshAreas.asset ├── PackageManagerSettings.asset ├── Packages │ └── com.unity.learn.iet-framework │ │ └── Settings.json ├── Physics2DSettings.asset ├── PresetManager.asset ├── ProjectSettings.asset ├── ProjectVersion.txt ├── QualitySettings.asset ├── SceneTemplateSettings.json ├── ShaderGraphSettings.asset ├── TagManager.asset ├── TimeManager.asset ├── URPProjectSettings.asset ├── UnityConnectSettings.asset ├── VFXManager.asset ├── VersionControlSettings.asset ├── XRSettings.asset └── boot.config └── README.md /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/.gitignore -------------------------------------------------------------------------------- /Assets/Plugins.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/Plugins.meta -------------------------------------------------------------------------------- /Assets/Plugins/AddressableAssetsData.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/Plugins/AddressableAssetsData.meta -------------------------------------------------------------------------------- /Assets/Plugins/AddressableAssetsData/AddressableAssetSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/Plugins/AddressableAssetsData/AddressableAssetSettings.asset -------------------------------------------------------------------------------- /Assets/Plugins/AddressableAssetsData/AddressableAssetSettings.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/Plugins/AddressableAssetsData/AddressableAssetSettings.asset.meta -------------------------------------------------------------------------------- /Assets/Plugins/AddressableAssetsData/AssetGroupTemplates.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/Plugins/AddressableAssetsData/AssetGroupTemplates.meta -------------------------------------------------------------------------------- /Assets/Plugins/AddressableAssetsData/AssetGroupTemplates/Packed Assets.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/Plugins/AddressableAssetsData/AssetGroupTemplates/Packed Assets.asset -------------------------------------------------------------------------------- /Assets/Plugins/AddressableAssetsData/AssetGroupTemplates/Packed Assets.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/Plugins/AddressableAssetsData/AssetGroupTemplates/Packed Assets.asset.meta -------------------------------------------------------------------------------- /Assets/Plugins/AddressableAssetsData/AssetGroups.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/Plugins/AddressableAssetsData/AssetGroups.meta -------------------------------------------------------------------------------- /Assets/Plugins/AddressableAssetsData/AssetGroups/Built In Data.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/Plugins/AddressableAssetsData/AssetGroups/Built In Data.asset -------------------------------------------------------------------------------- /Assets/Plugins/AddressableAssetsData/AssetGroups/Built In Data.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/Plugins/AddressableAssetsData/AssetGroups/Built In Data.asset.meta -------------------------------------------------------------------------------- /Assets/Plugins/AddressableAssetsData/AssetGroups/Default Local Group.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/Plugins/AddressableAssetsData/AssetGroups/Default Local Group.asset -------------------------------------------------------------------------------- /Assets/Plugins/AddressableAssetsData/AssetGroups/Default Local Group.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/Plugins/AddressableAssetsData/AssetGroups/Default Local Group.asset.meta -------------------------------------------------------------------------------- /Assets/Plugins/AddressableAssetsData/AssetGroups/Schemas.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/Plugins/AddressableAssetsData/AssetGroups/Schemas.meta -------------------------------------------------------------------------------- /Assets/Plugins/AddressableAssetsData/AssetGroups/Schemas/Built In Data_PlayerDataGroupSchema.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/Plugins/AddressableAssetsData/AssetGroups/Schemas/Built In Data_PlayerDataGroupSchema.asset -------------------------------------------------------------------------------- /Assets/Plugins/AddressableAssetsData/AssetGroups/Schemas/Built In Data_PlayerDataGroupSchema.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/Plugins/AddressableAssetsData/AssetGroups/Schemas/Built In Data_PlayerDataGroupSchema.asset.meta -------------------------------------------------------------------------------- /Assets/Plugins/AddressableAssetsData/AssetGroups/Schemas/Default Local Group_BundledAssetGroupSchema.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/Plugins/AddressableAssetsData/AssetGroups/Schemas/Default Local Group_BundledAssetGroupSchema.asset -------------------------------------------------------------------------------- /Assets/Plugins/AddressableAssetsData/AssetGroups/Schemas/Default Local Group_BundledAssetGroupSchema.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/Plugins/AddressableAssetsData/AssetGroups/Schemas/Default Local Group_BundledAssetGroupSchema.asset.meta -------------------------------------------------------------------------------- /Assets/Plugins/AddressableAssetsData/AssetGroups/Schemas/Default Local Group_ContentUpdateGroupSchema.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/Plugins/AddressableAssetsData/AssetGroups/Schemas/Default Local Group_ContentUpdateGroupSchema.asset -------------------------------------------------------------------------------- /Assets/Plugins/AddressableAssetsData/AssetGroups/Schemas/Default Local Group_ContentUpdateGroupSchema.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/Plugins/AddressableAssetsData/AssetGroups/Schemas/Default Local Group_ContentUpdateGroupSchema.asset.meta -------------------------------------------------------------------------------- /Assets/Plugins/AddressableAssetsData/DataBuilders.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/Plugins/AddressableAssetsData/DataBuilders.meta -------------------------------------------------------------------------------- /Assets/Plugins/AddressableAssetsData/DataBuilders/BuildScriptFastMode.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/Plugins/AddressableAssetsData/DataBuilders/BuildScriptFastMode.asset -------------------------------------------------------------------------------- /Assets/Plugins/AddressableAssetsData/DataBuilders/BuildScriptFastMode.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/Plugins/AddressableAssetsData/DataBuilders/BuildScriptFastMode.asset.meta -------------------------------------------------------------------------------- /Assets/Plugins/AddressableAssetsData/DataBuilders/BuildScriptPackedMode.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/Plugins/AddressableAssetsData/DataBuilders/BuildScriptPackedMode.asset -------------------------------------------------------------------------------- /Assets/Plugins/AddressableAssetsData/DataBuilders/BuildScriptPackedMode.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/Plugins/AddressableAssetsData/DataBuilders/BuildScriptPackedMode.asset.meta -------------------------------------------------------------------------------- /Assets/Plugins/AddressableAssetsData/DataBuilders/BuildScriptPackedPlayMode.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/Plugins/AddressableAssetsData/DataBuilders/BuildScriptPackedPlayMode.asset -------------------------------------------------------------------------------- /Assets/Plugins/AddressableAssetsData/DataBuilders/BuildScriptPackedPlayMode.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/Plugins/AddressableAssetsData/DataBuilders/BuildScriptPackedPlayMode.asset.meta -------------------------------------------------------------------------------- /Assets/Plugins/AddressableAssetsData/DataBuilders/BuildScriptVirtualMode.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/Plugins/AddressableAssetsData/DataBuilders/BuildScriptVirtualMode.asset -------------------------------------------------------------------------------- /Assets/Plugins/AddressableAssetsData/DataBuilders/BuildScriptVirtualMode.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/Plugins/AddressableAssetsData/DataBuilders/BuildScriptVirtualMode.asset.meta -------------------------------------------------------------------------------- /Assets/Plugins/AddressableAssetsData/DefaultObject.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/Plugins/AddressableAssetsData/DefaultObject.asset -------------------------------------------------------------------------------- /Assets/Plugins/AddressableAssetsData/DefaultObject.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/Plugins/AddressableAssetsData/DefaultObject.asset.meta -------------------------------------------------------------------------------- /Assets/Plugins/AddressableAssetsData/WebGL.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/Plugins/AddressableAssetsData/WebGL.meta -------------------------------------------------------------------------------- /Assets/Plugins/AddressableAssetsData/WebGL/addressables_content_state.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/Plugins/AddressableAssetsData/WebGL/addressables_content_state.bin -------------------------------------------------------------------------------- /Assets/Plugins/AddressableAssetsData/WebGL/addressables_content_state.bin.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/Plugins/AddressableAssetsData/WebGL/addressables_content_state.bin.meta -------------------------------------------------------------------------------- /Assets/Plugins/AddressableAssetsData/Windows.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/Plugins/AddressableAssetsData/Windows.meta -------------------------------------------------------------------------------- /Assets/Plugins/AddressableAssetsData/Windows/addressables_content_state.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/Plugins/AddressableAssetsData/Windows/addressables_content_state.bin -------------------------------------------------------------------------------- /Assets/Plugins/AddressableAssetsData/Windows/addressables_content_state.bin.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/Plugins/AddressableAssetsData/Windows/addressables_content_state.bin.meta -------------------------------------------------------------------------------- /Assets/Plugins/Demigiant.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/Plugins/Demigiant.meta -------------------------------------------------------------------------------- /Assets/Plugins/Demigiant/DOTween.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/Plugins/Demigiant/DOTween.meta -------------------------------------------------------------------------------- /Assets/Plugins/Demigiant/DOTween/DOTween.XML: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/Plugins/Demigiant/DOTween/DOTween.XML -------------------------------------------------------------------------------- /Assets/Plugins/Demigiant/DOTween/DOTween.XML.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/Plugins/Demigiant/DOTween/DOTween.XML.meta -------------------------------------------------------------------------------- /Assets/Plugins/Demigiant/DOTween/DOTween.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/Plugins/Demigiant/DOTween/DOTween.dll -------------------------------------------------------------------------------- /Assets/Plugins/Demigiant/DOTween/DOTween.dll.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/Plugins/Demigiant/DOTween/DOTween.dll.meta -------------------------------------------------------------------------------- /Assets/Plugins/Demigiant/DOTween/Editor.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/Plugins/Demigiant/DOTween/Editor.meta -------------------------------------------------------------------------------- /Assets/Plugins/Demigiant/DOTween/Editor/DOTweenEditor.XML: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/Plugins/Demigiant/DOTween/Editor/DOTweenEditor.XML -------------------------------------------------------------------------------- /Assets/Plugins/Demigiant/DOTween/Editor/DOTweenEditor.XML.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/Plugins/Demigiant/DOTween/Editor/DOTweenEditor.XML.meta -------------------------------------------------------------------------------- /Assets/Plugins/Demigiant/DOTween/Editor/DOTweenEditor.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/Plugins/Demigiant/DOTween/Editor/DOTweenEditor.dll -------------------------------------------------------------------------------- /Assets/Plugins/Demigiant/DOTween/Editor/DOTweenEditor.dll.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/Plugins/Demigiant/DOTween/Editor/DOTweenEditor.dll.meta -------------------------------------------------------------------------------- /Assets/Plugins/Demigiant/DOTween/Editor/Imgs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/Plugins/Demigiant/DOTween/Editor/Imgs.meta -------------------------------------------------------------------------------- /Assets/Plugins/Demigiant/DOTween/Editor/Imgs/DOTweenIcon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/Plugins/Demigiant/DOTween/Editor/Imgs/DOTweenIcon.png -------------------------------------------------------------------------------- /Assets/Plugins/Demigiant/DOTween/Editor/Imgs/DOTweenIcon.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/Plugins/Demigiant/DOTween/Editor/Imgs/DOTweenIcon.png.meta -------------------------------------------------------------------------------- /Assets/Plugins/Demigiant/DOTween/Editor/Imgs/DOTweenMiniIcon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/Plugins/Demigiant/DOTween/Editor/Imgs/DOTweenMiniIcon.png -------------------------------------------------------------------------------- /Assets/Plugins/Demigiant/DOTween/Editor/Imgs/DOTweenMiniIcon.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/Plugins/Demigiant/DOTween/Editor/Imgs/DOTweenMiniIcon.png.meta -------------------------------------------------------------------------------- /Assets/Plugins/Demigiant/DOTween/Editor/Imgs/Footer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/Plugins/Demigiant/DOTween/Editor/Imgs/Footer.png -------------------------------------------------------------------------------- /Assets/Plugins/Demigiant/DOTween/Editor/Imgs/Footer.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/Plugins/Demigiant/DOTween/Editor/Imgs/Footer.png.meta -------------------------------------------------------------------------------- /Assets/Plugins/Demigiant/DOTween/Editor/Imgs/Footer_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/Plugins/Demigiant/DOTween/Editor/Imgs/Footer_dark.png -------------------------------------------------------------------------------- /Assets/Plugins/Demigiant/DOTween/Editor/Imgs/Footer_dark.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/Plugins/Demigiant/DOTween/Editor/Imgs/Footer_dark.png.meta -------------------------------------------------------------------------------- /Assets/Plugins/Demigiant/DOTween/Editor/Imgs/Header.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/Plugins/Demigiant/DOTween/Editor/Imgs/Header.jpg -------------------------------------------------------------------------------- /Assets/Plugins/Demigiant/DOTween/Editor/Imgs/Header.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/Plugins/Demigiant/DOTween/Editor/Imgs/Header.jpg.meta -------------------------------------------------------------------------------- /Assets/Plugins/Demigiant/DOTween/Modules.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/Plugins/Demigiant/DOTween/Modules.meta -------------------------------------------------------------------------------- /Assets/Plugins/Demigiant/DOTween/Modules/DOTweenModuleAudio.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/Plugins/Demigiant/DOTween/Modules/DOTweenModuleAudio.cs -------------------------------------------------------------------------------- /Assets/Plugins/Demigiant/DOTween/Modules/DOTweenModuleAudio.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/Plugins/Demigiant/DOTween/Modules/DOTweenModuleAudio.cs.meta -------------------------------------------------------------------------------- /Assets/Plugins/Demigiant/DOTween/Modules/DOTweenModuleEPOOutline.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/Plugins/Demigiant/DOTween/Modules/DOTweenModuleEPOOutline.cs -------------------------------------------------------------------------------- /Assets/Plugins/Demigiant/DOTween/Modules/DOTweenModuleEPOOutline.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/Plugins/Demigiant/DOTween/Modules/DOTweenModuleEPOOutline.cs.meta -------------------------------------------------------------------------------- /Assets/Plugins/Demigiant/DOTween/Modules/DOTweenModulePhysics.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/Plugins/Demigiant/DOTween/Modules/DOTweenModulePhysics.cs -------------------------------------------------------------------------------- /Assets/Plugins/Demigiant/DOTween/Modules/DOTweenModulePhysics.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/Plugins/Demigiant/DOTween/Modules/DOTweenModulePhysics.cs.meta -------------------------------------------------------------------------------- /Assets/Plugins/Demigiant/DOTween/Modules/DOTweenModulePhysics2D.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/Plugins/Demigiant/DOTween/Modules/DOTweenModulePhysics2D.cs -------------------------------------------------------------------------------- /Assets/Plugins/Demigiant/DOTween/Modules/DOTweenModulePhysics2D.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/Plugins/Demigiant/DOTween/Modules/DOTweenModulePhysics2D.cs.meta -------------------------------------------------------------------------------- /Assets/Plugins/Demigiant/DOTween/Modules/DOTweenModuleSprite.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/Plugins/Demigiant/DOTween/Modules/DOTweenModuleSprite.cs -------------------------------------------------------------------------------- /Assets/Plugins/Demigiant/DOTween/Modules/DOTweenModuleSprite.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/Plugins/Demigiant/DOTween/Modules/DOTweenModuleSprite.cs.meta -------------------------------------------------------------------------------- /Assets/Plugins/Demigiant/DOTween/Modules/DOTweenModuleUI.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/Plugins/Demigiant/DOTween/Modules/DOTweenModuleUI.cs -------------------------------------------------------------------------------- /Assets/Plugins/Demigiant/DOTween/Modules/DOTweenModuleUI.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/Plugins/Demigiant/DOTween/Modules/DOTweenModuleUI.cs.meta -------------------------------------------------------------------------------- /Assets/Plugins/Demigiant/DOTween/Modules/DOTweenModuleUnityVersion.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/Plugins/Demigiant/DOTween/Modules/DOTweenModuleUnityVersion.cs -------------------------------------------------------------------------------- /Assets/Plugins/Demigiant/DOTween/Modules/DOTweenModuleUnityVersion.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/Plugins/Demigiant/DOTween/Modules/DOTweenModuleUnityVersion.cs.meta -------------------------------------------------------------------------------- /Assets/Plugins/Demigiant/DOTween/Modules/DOTweenModuleUtils.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/Plugins/Demigiant/DOTween/Modules/DOTweenModuleUtils.cs -------------------------------------------------------------------------------- /Assets/Plugins/Demigiant/DOTween/Modules/DOTweenModuleUtils.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/Plugins/Demigiant/DOTween/Modules/DOTweenModuleUtils.cs.meta -------------------------------------------------------------------------------- /Assets/Plugins/Demigiant/DOTween/readme.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/Plugins/Demigiant/DOTween/readme.txt -------------------------------------------------------------------------------- /Assets/Plugins/Demigiant/DOTween/readme.txt.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/Plugins/Demigiant/DOTween/readme.txt.meta -------------------------------------------------------------------------------- /Assets/Plugins/Resources.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/Plugins/Resources.meta -------------------------------------------------------------------------------- /Assets/Plugins/Resources/DOTweenSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/Plugins/Resources/DOTweenSettings.asset -------------------------------------------------------------------------------- /Assets/Plugins/Resources/DOTweenSettings.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/Plugins/Resources/DOTweenSettings.asset.meta -------------------------------------------------------------------------------- /Assets/Plugins/TextMesh Pro.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/Plugins/TextMesh Pro.meta -------------------------------------------------------------------------------- /Assets/Plugins/TextMesh Pro/Documentation.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/Plugins/TextMesh Pro/Documentation.meta -------------------------------------------------------------------------------- /Assets/Plugins/TextMesh Pro/Documentation/TextMesh Pro User Guide 2016.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/Plugins/TextMesh Pro/Documentation/TextMesh Pro User Guide 2016.pdf -------------------------------------------------------------------------------- /Assets/Plugins/TextMesh Pro/Documentation/TextMesh Pro User Guide 2016.pdf.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/Plugins/TextMesh Pro/Documentation/TextMesh Pro User Guide 2016.pdf.meta -------------------------------------------------------------------------------- /Assets/Plugins/TextMesh Pro/Fonts.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/Plugins/TextMesh Pro/Fonts.meta -------------------------------------------------------------------------------- /Assets/Plugins/TextMesh Pro/Fonts/FredokaOne-Regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/Plugins/TextMesh Pro/Fonts/FredokaOne-Regular.ttf -------------------------------------------------------------------------------- /Assets/Plugins/TextMesh Pro/Fonts/FredokaOne-Regular.ttf.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/Plugins/TextMesh Pro/Fonts/FredokaOne-Regular.ttf.meta -------------------------------------------------------------------------------- /Assets/Plugins/TextMesh Pro/Resources.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/Plugins/TextMesh Pro/Resources.meta -------------------------------------------------------------------------------- /Assets/Plugins/TextMesh Pro/Resources/Fonts & Materials.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/Plugins/TextMesh Pro/Resources/Fonts & Materials.meta -------------------------------------------------------------------------------- /Assets/Plugins/TextMesh Pro/Resources/Fonts & Materials/FredokaOne-Regular SDF.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/Plugins/TextMesh Pro/Resources/Fonts & Materials/FredokaOne-Regular SDF.asset -------------------------------------------------------------------------------- /Assets/Plugins/TextMesh Pro/Resources/Fonts & Materials/FredokaOne-Regular SDF.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/Plugins/TextMesh Pro/Resources/Fonts & Materials/FredokaOne-Regular SDF.asset.meta -------------------------------------------------------------------------------- /Assets/Plugins/TextMesh Pro/Resources/LineBreaking Following Characters.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/Plugins/TextMesh Pro/Resources/LineBreaking Following Characters.txt -------------------------------------------------------------------------------- /Assets/Plugins/TextMesh Pro/Resources/LineBreaking Following Characters.txt.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/Plugins/TextMesh Pro/Resources/LineBreaking Following Characters.txt.meta -------------------------------------------------------------------------------- /Assets/Plugins/TextMesh Pro/Resources/LineBreaking Leading Characters.txt: -------------------------------------------------------------------------------- 1 | ([{〔〈《「『【〘〖〝‘“⦅«$—…‥〳〴〵\[({£¥"々〇$¥₩ # -------------------------------------------------------------------------------- /Assets/Plugins/TextMesh Pro/Resources/LineBreaking Leading Characters.txt.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/Plugins/TextMesh Pro/Resources/LineBreaking Leading Characters.txt.meta -------------------------------------------------------------------------------- /Assets/Plugins/TextMesh Pro/Resources/Sprite Assets.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/Plugins/TextMesh Pro/Resources/Sprite Assets.meta -------------------------------------------------------------------------------- /Assets/Plugins/TextMesh Pro/Resources/Sprite Assets/EmojiOne.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/Plugins/TextMesh Pro/Resources/Sprite Assets/EmojiOne.asset -------------------------------------------------------------------------------- /Assets/Plugins/TextMesh Pro/Resources/Sprite Assets/EmojiOne.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/Plugins/TextMesh Pro/Resources/Sprite Assets/EmojiOne.asset.meta -------------------------------------------------------------------------------- /Assets/Plugins/TextMesh Pro/Resources/Style Sheets.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/Plugins/TextMesh Pro/Resources/Style Sheets.meta -------------------------------------------------------------------------------- /Assets/Plugins/TextMesh Pro/Resources/Style Sheets/Default Style Sheet.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/Plugins/TextMesh Pro/Resources/Style Sheets/Default Style Sheet.asset -------------------------------------------------------------------------------- /Assets/Plugins/TextMesh Pro/Resources/Style Sheets/Default Style Sheet.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/Plugins/TextMesh Pro/Resources/Style Sheets/Default Style Sheet.asset.meta -------------------------------------------------------------------------------- /Assets/Plugins/TextMesh Pro/Resources/TMP Settings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/Plugins/TextMesh Pro/Resources/TMP Settings.asset -------------------------------------------------------------------------------- /Assets/Plugins/TextMesh Pro/Resources/TMP Settings.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/Plugins/TextMesh Pro/Resources/TMP Settings.asset.meta -------------------------------------------------------------------------------- /Assets/Plugins/TextMesh Pro/Shaders.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/Plugins/TextMesh Pro/Shaders.meta -------------------------------------------------------------------------------- /Assets/Plugins/TextMesh Pro/Shaders/TMP_Bitmap-Custom-Atlas.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/Plugins/TextMesh Pro/Shaders/TMP_Bitmap-Custom-Atlas.shader -------------------------------------------------------------------------------- /Assets/Plugins/TextMesh Pro/Shaders/TMP_Bitmap-Custom-Atlas.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/Plugins/TextMesh Pro/Shaders/TMP_Bitmap-Custom-Atlas.shader.meta -------------------------------------------------------------------------------- /Assets/Plugins/TextMesh Pro/Shaders/TMP_Bitmap-Mobile.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/Plugins/TextMesh Pro/Shaders/TMP_Bitmap-Mobile.shader -------------------------------------------------------------------------------- /Assets/Plugins/TextMesh Pro/Shaders/TMP_Bitmap-Mobile.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/Plugins/TextMesh Pro/Shaders/TMP_Bitmap-Mobile.shader.meta -------------------------------------------------------------------------------- /Assets/Plugins/TextMesh Pro/Shaders/TMP_Bitmap.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/Plugins/TextMesh Pro/Shaders/TMP_Bitmap.shader -------------------------------------------------------------------------------- /Assets/Plugins/TextMesh Pro/Shaders/TMP_Bitmap.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/Plugins/TextMesh Pro/Shaders/TMP_Bitmap.shader.meta -------------------------------------------------------------------------------- /Assets/Plugins/TextMesh Pro/Shaders/TMP_SDF Overlay.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/Plugins/TextMesh Pro/Shaders/TMP_SDF Overlay.shader -------------------------------------------------------------------------------- /Assets/Plugins/TextMesh Pro/Shaders/TMP_SDF Overlay.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/Plugins/TextMesh Pro/Shaders/TMP_SDF Overlay.shader.meta -------------------------------------------------------------------------------- /Assets/Plugins/TextMesh Pro/Shaders/TMP_SDF SSD.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/Plugins/TextMesh Pro/Shaders/TMP_SDF SSD.shader -------------------------------------------------------------------------------- /Assets/Plugins/TextMesh Pro/Shaders/TMP_SDF SSD.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/Plugins/TextMesh Pro/Shaders/TMP_SDF SSD.shader.meta -------------------------------------------------------------------------------- /Assets/Plugins/TextMesh Pro/Shaders/TMP_SDF-Mobile Masking.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/Plugins/TextMesh Pro/Shaders/TMP_SDF-Mobile Masking.shader -------------------------------------------------------------------------------- /Assets/Plugins/TextMesh Pro/Shaders/TMP_SDF-Mobile Masking.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/Plugins/TextMesh Pro/Shaders/TMP_SDF-Mobile Masking.shader.meta -------------------------------------------------------------------------------- /Assets/Plugins/TextMesh Pro/Shaders/TMP_SDF-Mobile Overlay.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/Plugins/TextMesh Pro/Shaders/TMP_SDF-Mobile Overlay.shader -------------------------------------------------------------------------------- /Assets/Plugins/TextMesh Pro/Shaders/TMP_SDF-Mobile Overlay.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/Plugins/TextMesh Pro/Shaders/TMP_SDF-Mobile Overlay.shader.meta -------------------------------------------------------------------------------- /Assets/Plugins/TextMesh Pro/Shaders/TMP_SDF-Mobile SSD.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/Plugins/TextMesh Pro/Shaders/TMP_SDF-Mobile SSD.shader -------------------------------------------------------------------------------- /Assets/Plugins/TextMesh Pro/Shaders/TMP_SDF-Mobile SSD.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/Plugins/TextMesh Pro/Shaders/TMP_SDF-Mobile SSD.shader.meta -------------------------------------------------------------------------------- /Assets/Plugins/TextMesh Pro/Shaders/TMP_SDF-Mobile.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/Plugins/TextMesh Pro/Shaders/TMP_SDF-Mobile.shader -------------------------------------------------------------------------------- /Assets/Plugins/TextMesh Pro/Shaders/TMP_SDF-Mobile.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/Plugins/TextMesh Pro/Shaders/TMP_SDF-Mobile.shader.meta -------------------------------------------------------------------------------- /Assets/Plugins/TextMesh Pro/Shaders/TMP_SDF-Surface-Mobile.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/Plugins/TextMesh Pro/Shaders/TMP_SDF-Surface-Mobile.shader -------------------------------------------------------------------------------- /Assets/Plugins/TextMesh Pro/Shaders/TMP_SDF-Surface-Mobile.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/Plugins/TextMesh Pro/Shaders/TMP_SDF-Surface-Mobile.shader.meta -------------------------------------------------------------------------------- /Assets/Plugins/TextMesh Pro/Shaders/TMP_SDF-Surface.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/Plugins/TextMesh Pro/Shaders/TMP_SDF-Surface.shader -------------------------------------------------------------------------------- /Assets/Plugins/TextMesh Pro/Shaders/TMP_SDF-Surface.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/Plugins/TextMesh Pro/Shaders/TMP_SDF-Surface.shader.meta -------------------------------------------------------------------------------- /Assets/Plugins/TextMesh Pro/Shaders/TMP_SDF.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/Plugins/TextMesh Pro/Shaders/TMP_SDF.shader -------------------------------------------------------------------------------- /Assets/Plugins/TextMesh Pro/Shaders/TMP_SDF.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/Plugins/TextMesh Pro/Shaders/TMP_SDF.shader.meta -------------------------------------------------------------------------------- /Assets/Plugins/TextMesh Pro/Shaders/TMP_Sprite.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/Plugins/TextMesh Pro/Shaders/TMP_Sprite.shader -------------------------------------------------------------------------------- /Assets/Plugins/TextMesh Pro/Shaders/TMP_Sprite.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/Plugins/TextMesh Pro/Shaders/TMP_Sprite.shader.meta -------------------------------------------------------------------------------- /Assets/Plugins/TextMesh Pro/Shaders/TMPro.cginc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/Plugins/TextMesh Pro/Shaders/TMPro.cginc -------------------------------------------------------------------------------- /Assets/Plugins/TextMesh Pro/Shaders/TMPro.cginc.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/Plugins/TextMesh Pro/Shaders/TMPro.cginc.meta -------------------------------------------------------------------------------- /Assets/Plugins/TextMesh Pro/Shaders/TMPro_Mobile.cginc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/Plugins/TextMesh Pro/Shaders/TMPro_Mobile.cginc -------------------------------------------------------------------------------- /Assets/Plugins/TextMesh Pro/Shaders/TMPro_Mobile.cginc.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/Plugins/TextMesh Pro/Shaders/TMPro_Mobile.cginc.meta -------------------------------------------------------------------------------- /Assets/Plugins/TextMesh Pro/Shaders/TMPro_Properties.cginc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/Plugins/TextMesh Pro/Shaders/TMPro_Properties.cginc -------------------------------------------------------------------------------- /Assets/Plugins/TextMesh Pro/Shaders/TMPro_Properties.cginc.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/Plugins/TextMesh Pro/Shaders/TMPro_Properties.cginc.meta -------------------------------------------------------------------------------- /Assets/Plugins/TextMesh Pro/Shaders/TMPro_Surface.cginc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/Plugins/TextMesh Pro/Shaders/TMPro_Surface.cginc -------------------------------------------------------------------------------- /Assets/Plugins/TextMesh Pro/Shaders/TMPro_Surface.cginc.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/Plugins/TextMesh Pro/Shaders/TMPro_Surface.cginc.meta -------------------------------------------------------------------------------- /Assets/Plugins/TextMesh Pro/Sprites.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/Plugins/TextMesh Pro/Sprites.meta -------------------------------------------------------------------------------- /Assets/Plugins/TextMesh Pro/Sprites/EmojiOne Attribution.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/Plugins/TextMesh Pro/Sprites/EmojiOne Attribution.txt -------------------------------------------------------------------------------- /Assets/Plugins/TextMesh Pro/Sprites/EmojiOne Attribution.txt.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/Plugins/TextMesh Pro/Sprites/EmojiOne Attribution.txt.meta -------------------------------------------------------------------------------- /Assets/Plugins/TextMesh Pro/Sprites/EmojiOne.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/Plugins/TextMesh Pro/Sprites/EmojiOne.json -------------------------------------------------------------------------------- /Assets/Plugins/TextMesh Pro/Sprites/EmojiOne.json.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/Plugins/TextMesh Pro/Sprites/EmojiOne.json.meta -------------------------------------------------------------------------------- /Assets/Plugins/TextMesh Pro/Sprites/EmojiOne.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/Plugins/TextMesh Pro/Sprites/EmojiOne.png -------------------------------------------------------------------------------- /Assets/Plugins/TextMesh Pro/Sprites/EmojiOne.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/Plugins/TextMesh Pro/Sprites/EmojiOne.png.meta -------------------------------------------------------------------------------- /Assets/_Game.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/_Game.meta -------------------------------------------------------------------------------- /Assets/_Game/Audio.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/_Game/Audio.meta -------------------------------------------------------------------------------- /Assets/_Game/Audio/Button Down.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/_Game/Audio/Button Down.wav -------------------------------------------------------------------------------- /Assets/_Game/Audio/Button Down.wav.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/_Game/Audio/Button Down.wav.meta -------------------------------------------------------------------------------- /Assets/_Game/Audio/Button Up.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/_Game/Audio/Button Up.wav -------------------------------------------------------------------------------- /Assets/_Game/Audio/Button Up.wav.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/_Game/Audio/Button Up.wav.meta -------------------------------------------------------------------------------- /Assets/_Game/Prefabs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/_Game/Prefabs.meta -------------------------------------------------------------------------------- /Assets/_Game/Prefabs/CanvasUtilities.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/_Game/Prefabs/CanvasUtilities.prefab -------------------------------------------------------------------------------- /Assets/_Game/Prefabs/CanvasUtilities.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/_Game/Prefabs/CanvasUtilities.prefab.meta -------------------------------------------------------------------------------- /Assets/_Game/Prefabs/Lobby Panel.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/_Game/Prefabs/Lobby Panel.prefab -------------------------------------------------------------------------------- /Assets/_Game/Prefabs/Lobby Panel.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/_Game/Prefabs/Lobby Panel.prefab.meta -------------------------------------------------------------------------------- /Assets/_Game/Prefabs/Lobby Player Panel.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/_Game/Prefabs/Lobby Player Panel.prefab -------------------------------------------------------------------------------- /Assets/_Game/Prefabs/Lobby Player Panel.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/_Game/Prefabs/Lobby Player Panel.prefab.meta -------------------------------------------------------------------------------- /Assets/_Game/Prefabs/Player.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/_Game/Prefabs/Player.prefab -------------------------------------------------------------------------------- /Assets/_Game/Prefabs/Player.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/_Game/Prefabs/Player.prefab.meta -------------------------------------------------------------------------------- /Assets/_Game/Scenes.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/_Game/Scenes.meta -------------------------------------------------------------------------------- /Assets/_Game/Scenes/Auth.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/_Game/Scenes/Auth.unity -------------------------------------------------------------------------------- /Assets/_Game/Scenes/Auth.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/_Game/Scenes/Auth.unity.meta -------------------------------------------------------------------------------- /Assets/_Game/Scenes/Game.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/_Game/Scenes/Game.unity -------------------------------------------------------------------------------- /Assets/_Game/Scenes/Game.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/_Game/Scenes/Game.unity.meta -------------------------------------------------------------------------------- /Assets/_Game/Scenes/Lobby.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/_Game/Scenes/Lobby.unity -------------------------------------------------------------------------------- /Assets/_Game/Scenes/Lobby.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/_Game/Scenes/Lobby.unity.meta -------------------------------------------------------------------------------- /Assets/_Game/Scenes/_Run Auth first.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Assets/_Game/Scenes/_Run Auth first.txt.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/_Game/Scenes/_Run Auth first.txt.meta -------------------------------------------------------------------------------- /Assets/_Game/Settings.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/_Game/Settings.meta -------------------------------------------------------------------------------- /Assets/_Game/Settings/SampleSceneProfile.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/_Game/Settings/SampleSceneProfile.asset -------------------------------------------------------------------------------- /Assets/_Game/Settings/SampleSceneProfile.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/_Game/Settings/SampleSceneProfile.asset.meta -------------------------------------------------------------------------------- /Assets/_Game/Settings/URP-Balanced-Renderer.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/_Game/Settings/URP-Balanced-Renderer.asset -------------------------------------------------------------------------------- /Assets/_Game/Settings/URP-Balanced-Renderer.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/_Game/Settings/URP-Balanced-Renderer.asset.meta -------------------------------------------------------------------------------- /Assets/_Game/Settings/URP-Balanced.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/_Game/Settings/URP-Balanced.asset -------------------------------------------------------------------------------- /Assets/_Game/Settings/URP-Balanced.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/_Game/Settings/URP-Balanced.asset.meta -------------------------------------------------------------------------------- /Assets/_Game/Settings/URP-HighFidelity-Renderer.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/_Game/Settings/URP-HighFidelity-Renderer.asset -------------------------------------------------------------------------------- /Assets/_Game/Settings/URP-HighFidelity-Renderer.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/_Game/Settings/URP-HighFidelity-Renderer.asset.meta -------------------------------------------------------------------------------- /Assets/_Game/Settings/URP-HighFidelity.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/_Game/Settings/URP-HighFidelity.asset -------------------------------------------------------------------------------- /Assets/_Game/Settings/URP-HighFidelity.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/_Game/Settings/URP-HighFidelity.asset.meta -------------------------------------------------------------------------------- /Assets/_Game/Settings/URP-Performant-Renderer.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/_Game/Settings/URP-Performant-Renderer.asset -------------------------------------------------------------------------------- /Assets/_Game/Settings/URP-Performant-Renderer.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/_Game/Settings/URP-Performant-Renderer.asset.meta -------------------------------------------------------------------------------- /Assets/_Game/Settings/URP-Performant.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/_Game/Settings/URP-Performant.asset -------------------------------------------------------------------------------- /Assets/_Game/Settings/URP-Performant.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/_Game/Settings/URP-Performant.asset.meta -------------------------------------------------------------------------------- /Assets/_Game/Settings/UniversalRenderPipelineGlobalSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/_Game/Settings/UniversalRenderPipelineGlobalSettings.asset -------------------------------------------------------------------------------- /Assets/_Game/Settings/UniversalRenderPipelineGlobalSettings.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/_Game/Settings/UniversalRenderPipelineGlobalSettings.asset.meta -------------------------------------------------------------------------------- /Assets/_Game/Sprites.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/_Game/Sprites.meta -------------------------------------------------------------------------------- /Assets/_Game/Sprites/Banner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/_Game/Sprites/Banner.png -------------------------------------------------------------------------------- /Assets/_Game/Sprites/Banner.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/_Game/Sprites/Banner.png.meta -------------------------------------------------------------------------------- /Assets/_Game/Sprites/Basic Panel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/_Game/Sprites/Basic Panel.png -------------------------------------------------------------------------------- /Assets/_Game/Sprites/Basic Panel.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/_Game/Sprites/Basic Panel.png.meta -------------------------------------------------------------------------------- /Assets/_Game/Sprites/Close Button - Compressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/_Game/Sprites/Close Button - Compressed.png -------------------------------------------------------------------------------- /Assets/_Game/Sprites/Close Button - Compressed.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/_Game/Sprites/Close Button - Compressed.png.meta -------------------------------------------------------------------------------- /Assets/_Game/Sprites/Close Button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/_Game/Sprites/Close Button.png -------------------------------------------------------------------------------- /Assets/_Game/Sprites/Close Button.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/_Game/Sprites/Close Button.png.meta -------------------------------------------------------------------------------- /Assets/_Game/Sprites/Create Button - Compressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/_Game/Sprites/Create Button - Compressed.png -------------------------------------------------------------------------------- /Assets/_Game/Sprites/Create Button - Compressed.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/_Game/Sprites/Create Button - Compressed.png.meta -------------------------------------------------------------------------------- /Assets/_Game/Sprites/Create Button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/_Game/Sprites/Create Button.png -------------------------------------------------------------------------------- /Assets/_Game/Sprites/Create Button.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/_Game/Sprites/Create Button.png.meta -------------------------------------------------------------------------------- /Assets/_Game/Sprites/Cursor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/_Game/Sprites/Cursor.png -------------------------------------------------------------------------------- /Assets/_Game/Sprites/Cursor.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/_Game/Sprites/Cursor.png.meta -------------------------------------------------------------------------------- /Assets/_Game/Sprites/CursorClick.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/_Game/Sprites/CursorClick.png -------------------------------------------------------------------------------- /Assets/_Game/Sprites/CursorClick.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/_Game/Sprites/CursorClick.png.meta -------------------------------------------------------------------------------- /Assets/_Game/Sprites/Deco Gear.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/_Game/Sprites/Deco Gear.png -------------------------------------------------------------------------------- /Assets/_Game/Sprites/Deco Gear.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/_Game/Sprites/Deco Gear.png.meta -------------------------------------------------------------------------------- /Assets/_Game/Sprites/Difficulty meter dial.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/_Game/Sprites/Difficulty meter dial.png -------------------------------------------------------------------------------- /Assets/_Game/Sprites/Difficulty meter dial.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/_Game/Sprites/Difficulty meter dial.png.meta -------------------------------------------------------------------------------- /Assets/_Game/Sprites/Input Panel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/_Game/Sprites/Input Panel.png -------------------------------------------------------------------------------- /Assets/_Game/Sprites/Input Panel.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/_Game/Sprites/Input Panel.png.meta -------------------------------------------------------------------------------- /Assets/_Game/Sprites/Level Browser Panel Selected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/_Game/Sprites/Level Browser Panel Selected.png -------------------------------------------------------------------------------- /Assets/_Game/Sprites/Level Browser Panel Selected.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/_Game/Sprites/Level Browser Panel Selected.png.meta -------------------------------------------------------------------------------- /Assets/_Game/Sprites/Login Button - Compressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/_Game/Sprites/Login Button - Compressed.png -------------------------------------------------------------------------------- /Assets/_Game/Sprites/Login Button - Compressed.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/_Game/Sprites/Login Button - Compressed.png.meta -------------------------------------------------------------------------------- /Assets/_Game/Sprites/Login Button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/_Game/Sprites/Login Button.png -------------------------------------------------------------------------------- /Assets/_Game/Sprites/Login Button.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/_Game/Sprites/Login Button.png.meta -------------------------------------------------------------------------------- /Assets/_Game/Sprites/Panel Plant Deco.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/_Game/Sprites/Panel Plant Deco.png -------------------------------------------------------------------------------- /Assets/_Game/Sprites/Panel Plant Deco.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/_Game/Sprites/Panel Plant Deco.png.meta -------------------------------------------------------------------------------- /Assets/_Game/Sprites/Play Button - Compressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/_Game/Sprites/Play Button - Compressed.png -------------------------------------------------------------------------------- /Assets/_Game/Sprites/Play Button - Compressed.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/_Game/Sprites/Play Button - Compressed.png.meta -------------------------------------------------------------------------------- /Assets/_Game/Sprites/Play Button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/_Game/Sprites/Play Button.png -------------------------------------------------------------------------------- /Assets/_Game/Sprites/Play Button.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/_Game/Sprites/Play Button.png.meta -------------------------------------------------------------------------------- /Assets/_Game/Sprites/Ready Button - Compressed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/_Game/Sprites/Ready Button - Compressed.png -------------------------------------------------------------------------------- /Assets/_Game/Sprites/Ready Button - Compressed.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/_Game/Sprites/Ready Button - Compressed.png.meta -------------------------------------------------------------------------------- /Assets/_Game/Sprites/Ready Button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/_Game/Sprites/Ready Button.png -------------------------------------------------------------------------------- /Assets/_Game/Sprites/Ready Button.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/_Game/Sprites/Ready Button.png.meta -------------------------------------------------------------------------------- /Assets/_Game/Sprites/Straight Banner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/_Game/Sprites/Straight Banner.png -------------------------------------------------------------------------------- /Assets/_Game/Sprites/Straight Banner.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/_Game/Sprites/Straight Banner.png.meta -------------------------------------------------------------------------------- /Assets/_Game/Sprites/Taro Background.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/_Game/Sprites/Taro Background.png -------------------------------------------------------------------------------- /Assets/_Game/Sprites/Taro Background.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/_Game/Sprites/Taro Background.png.meta -------------------------------------------------------------------------------- /Assets/_Game/Sprites/_READMELOL.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/_Game/Sprites/_READMELOL.txt -------------------------------------------------------------------------------- /Assets/_Game/Sprites/_READMELOL.txt.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/_Game/Sprites/_READMELOL.txt.meta -------------------------------------------------------------------------------- /Assets/_Game/_Scripts.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/_Game/_Scripts.meta -------------------------------------------------------------------------------- /Assets/_Game/_Scripts/Lobby.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/_Game/_Scripts/Lobby.meta -------------------------------------------------------------------------------- /Assets/_Game/_Scripts/Lobby/CreateLobbyScreen.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/_Game/_Scripts/Lobby/CreateLobbyScreen.cs -------------------------------------------------------------------------------- /Assets/_Game/_Scripts/Lobby/CreateLobbyScreen.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/_Game/_Scripts/Lobby/CreateLobbyScreen.cs.meta -------------------------------------------------------------------------------- /Assets/_Game/_Scripts/Lobby/LobbyPlayerPanel.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/_Game/_Scripts/Lobby/LobbyPlayerPanel.cs -------------------------------------------------------------------------------- /Assets/_Game/_Scripts/Lobby/LobbyPlayerPanel.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/_Game/_Scripts/Lobby/LobbyPlayerPanel.cs.meta -------------------------------------------------------------------------------- /Assets/_Game/_Scripts/Lobby/LobbyRoomPanel.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/_Game/_Scripts/Lobby/LobbyRoomPanel.cs -------------------------------------------------------------------------------- /Assets/_Game/_Scripts/Lobby/LobbyRoomPanel.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/_Game/_Scripts/Lobby/LobbyRoomPanel.cs.meta -------------------------------------------------------------------------------- /Assets/_Game/_Scripts/Lobby/MainLobbyScreen.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/_Game/_Scripts/Lobby/MainLobbyScreen.cs -------------------------------------------------------------------------------- /Assets/_Game/_Scripts/Lobby/MainLobbyScreen.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/_Game/_Scripts/Lobby/MainLobbyScreen.cs.meta -------------------------------------------------------------------------------- /Assets/_Game/_Scripts/Lobby/RoomScreen.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/_Game/_Scripts/Lobby/RoomScreen.cs -------------------------------------------------------------------------------- /Assets/_Game/_Scripts/Lobby/RoomScreen.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/_Game/_Scripts/Lobby/RoomScreen.cs.meta -------------------------------------------------------------------------------- /Assets/_Game/_Scripts/Managers.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/_Game/_Scripts/Managers.meta -------------------------------------------------------------------------------- /Assets/_Game/_Scripts/Managers/AuthenticationManager.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/_Game/_Scripts/Managers/AuthenticationManager.cs -------------------------------------------------------------------------------- /Assets/_Game/_Scripts/Managers/AuthenticationManager.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/_Game/_Scripts/Managers/AuthenticationManager.cs.meta -------------------------------------------------------------------------------- /Assets/_Game/_Scripts/Managers/GameManager.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/_Game/_Scripts/Managers/GameManager.cs -------------------------------------------------------------------------------- /Assets/_Game/_Scripts/Managers/GameManager.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/_Game/_Scripts/Managers/GameManager.cs.meta -------------------------------------------------------------------------------- /Assets/_Game/_Scripts/Managers/LobbyOrchestrator.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/_Game/_Scripts/Managers/LobbyOrchestrator.cs -------------------------------------------------------------------------------- /Assets/_Game/_Scripts/Managers/LobbyOrchestrator.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/_Game/_Scripts/Managers/LobbyOrchestrator.cs.meta -------------------------------------------------------------------------------- /Assets/_Game/_Scripts/Misc.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/_Game/_Scripts/Misc.meta -------------------------------------------------------------------------------- /Assets/_Game/_Scripts/Misc/Bootstrapper.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/_Game/_Scripts/Misc/Bootstrapper.cs -------------------------------------------------------------------------------- /Assets/_Game/_Scripts/Misc/Bootstrapper.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/_Game/_Scripts/Misc/Bootstrapper.cs.meta -------------------------------------------------------------------------------- /Assets/_Game/_Scripts/Misc/ButtonClick.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/_Game/_Scripts/Misc/ButtonClick.cs -------------------------------------------------------------------------------- /Assets/_Game/_Scripts/Misc/ButtonClick.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/_Game/_Scripts/Misc/ButtonClick.cs.meta -------------------------------------------------------------------------------- /Assets/_Game/_Scripts/Misc/CanvasUtilities.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/_Game/_Scripts/Misc/CanvasUtilities.cs -------------------------------------------------------------------------------- /Assets/_Game/_Scripts/Misc/CanvasUtilities.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/_Game/_Scripts/Misc/CanvasUtilities.cs.meta -------------------------------------------------------------------------------- /Assets/_Game/_Scripts/Misc/Scroller.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/_Game/_Scripts/Misc/Scroller.cs -------------------------------------------------------------------------------- /Assets/_Game/_Scripts/Misc/Scroller.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/_Game/_Scripts/Misc/Scroller.cs.meta -------------------------------------------------------------------------------- /Assets/_Game/_Scripts/Models.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/_Game/_Scripts/Models.meta -------------------------------------------------------------------------------- /Assets/_Game/_Scripts/Models/Constants.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/_Game/_Scripts/Models/Constants.cs -------------------------------------------------------------------------------- /Assets/_Game/_Scripts/Models/Constants.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/_Game/_Scripts/Models/Constants.cs.meta -------------------------------------------------------------------------------- /Assets/_Game/_Scripts/Player.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/_Game/_Scripts/Player.meta -------------------------------------------------------------------------------- /Assets/_Game/_Scripts/Player/PlayerController.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/_Game/_Scripts/Player/PlayerController.cs -------------------------------------------------------------------------------- /Assets/_Game/_Scripts/Player/PlayerController.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/_Game/_Scripts/Player/PlayerController.cs.meta -------------------------------------------------------------------------------- /Assets/_Game/_Scripts/Services.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/_Game/_Scripts/Services.meta -------------------------------------------------------------------------------- /Assets/_Game/_Scripts/Services/AuthenticationService.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/_Game/_Scripts/Services/AuthenticationService.cs -------------------------------------------------------------------------------- /Assets/_Game/_Scripts/Services/AuthenticationService.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/_Game/_Scripts/Services/AuthenticationService.cs.meta -------------------------------------------------------------------------------- /Assets/_Game/_Scripts/Services/MatchmakingService.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Assets/_Game/_Scripts/Services/MatchmakingService.cs -------------------------------------------------------------------------------- /Assets/_Game/_Scripts/Services/MatchmakingService.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0f60dbbd391045478fed58fdfd2609cb 3 | timeCreated: 1656326178 -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/LICENSE -------------------------------------------------------------------------------- /Packages/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Packages/manifest.json -------------------------------------------------------------------------------- /Packages/packages-lock.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/Packages/packages-lock.json -------------------------------------------------------------------------------- /ProjectSettings/AudioManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/ProjectSettings/AudioManager.asset -------------------------------------------------------------------------------- /ProjectSettings/BurstAotSettings_StandaloneWindows.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/ProjectSettings/BurstAotSettings_StandaloneWindows.json -------------------------------------------------------------------------------- /ProjectSettings/BurstAotSettings_WebGL.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/ProjectSettings/BurstAotSettings_WebGL.json -------------------------------------------------------------------------------- /ProjectSettings/ClusterInputManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/ProjectSettings/ClusterInputManager.asset -------------------------------------------------------------------------------- /ProjectSettings/CommonBurstAotSettings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/ProjectSettings/CommonBurstAotSettings.json -------------------------------------------------------------------------------- /ProjectSettings/DynamicsManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/ProjectSettings/DynamicsManager.asset -------------------------------------------------------------------------------- /ProjectSettings/EditorBuildSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/ProjectSettings/EditorBuildSettings.asset -------------------------------------------------------------------------------- /ProjectSettings/EditorSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/ProjectSettings/EditorSettings.asset -------------------------------------------------------------------------------- /ProjectSettings/GraphicsSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/ProjectSettings/GraphicsSettings.asset -------------------------------------------------------------------------------- /ProjectSettings/InputManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/ProjectSettings/InputManager.asset -------------------------------------------------------------------------------- /ProjectSettings/MemorySettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/ProjectSettings/MemorySettings.asset -------------------------------------------------------------------------------- /ProjectSettings/NavMeshAreas.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/ProjectSettings/NavMeshAreas.asset -------------------------------------------------------------------------------- /ProjectSettings/PackageManagerSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/ProjectSettings/PackageManagerSettings.asset -------------------------------------------------------------------------------- /ProjectSettings/Packages/com.unity.learn.iet-framework/Settings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/ProjectSettings/Packages/com.unity.learn.iet-framework/Settings.json -------------------------------------------------------------------------------- /ProjectSettings/Physics2DSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/ProjectSettings/Physics2DSettings.asset -------------------------------------------------------------------------------- /ProjectSettings/PresetManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/ProjectSettings/PresetManager.asset -------------------------------------------------------------------------------- /ProjectSettings/ProjectSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/ProjectSettings/ProjectSettings.asset -------------------------------------------------------------------------------- /ProjectSettings/ProjectVersion.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/ProjectSettings/ProjectVersion.txt -------------------------------------------------------------------------------- /ProjectSettings/QualitySettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/ProjectSettings/QualitySettings.asset -------------------------------------------------------------------------------- /ProjectSettings/SceneTemplateSettings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/ProjectSettings/SceneTemplateSettings.json -------------------------------------------------------------------------------- /ProjectSettings/ShaderGraphSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/ProjectSettings/ShaderGraphSettings.asset -------------------------------------------------------------------------------- /ProjectSettings/TagManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/ProjectSettings/TagManager.asset -------------------------------------------------------------------------------- /ProjectSettings/TimeManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/ProjectSettings/TimeManager.asset -------------------------------------------------------------------------------- /ProjectSettings/URPProjectSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/ProjectSettings/URPProjectSettings.asset -------------------------------------------------------------------------------- /ProjectSettings/UnityConnectSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/ProjectSettings/UnityConnectSettings.asset -------------------------------------------------------------------------------- /ProjectSettings/VFXManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/ProjectSettings/VFXManager.asset -------------------------------------------------------------------------------- /ProjectSettings/VersionControlSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/ProjectSettings/VersionControlSettings.asset -------------------------------------------------------------------------------- /ProjectSettings/XRSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/ProjectSettings/XRSettings.asset -------------------------------------------------------------------------------- /ProjectSettings/boot.config: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Matthew-J-Spencer/Unity-Matchmaking/HEAD/README.md --------------------------------------------------------------------------------