├── .gitignore ├── Assets ├── AddressableAssetsData.meta ├── AddressableAssetsData │ ├── AddressableAssetSettings.asset │ ├── AddressableAssetSettings.asset.meta │ ├── AnalyzeData.meta │ ├── AnalyzeData │ │ ├── AnalyzeRuleData.asset │ │ └── AnalyzeRuleData.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 │ │ │ ├── 077bf0c9401137c43a254dd0ccdcac77_PlayerDataGroupSchema.asset │ │ │ ├── 077bf0c9401137c43a254dd0ccdcac77_PlayerDataGroupSchema.asset.meta │ │ │ ├── 2b53189d464f5c647af981a0a667f073_BundledAssetGroupSchema.asset │ │ │ ├── 2b53189d464f5c647af981a0a667f073_BundledAssetGroupSchema.asset.meta │ │ │ ├── 2b53189d464f5c647af981a0a667f073_ContentUpdateGroupSchema.asset │ │ │ ├── 2b53189d464f5c647af981a0a667f073_ContentUpdateGroupSchema.asset.meta │ │ │ ├── 6bb332844b0a7df41a07022f20b00af1_BundledAssetGroupSchema.asset │ │ │ ├── 6bb332844b0a7df41a07022f20b00af1_BundledAssetGroupSchema.asset.meta │ │ │ ├── 6bb332844b0a7df41a07022f20b00af1_ContentUpdateGroupSchema.asset │ │ │ └── 6bb332844b0a7df41a07022f20b00af1_ContentUpdateGroupSchema.asset.meta │ │ ├── Skyboxes.asset │ │ └── Skyboxes.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 │ ├── Windows.meta │ └── Windows │ │ ├── addressables_content_state.bin │ │ └── addressables_content_state.bin.meta ├── Default.unity ├── Default.unity.meta ├── External.meta ├── External │ ├── TextMesh Pro.meta │ ├── TextMesh Pro │ │ ├── Documentation.meta │ │ ├── Documentation │ │ │ ├── TextMesh Pro User Guide 2016.pdf │ │ │ └── TextMesh Pro User Guide 2016.pdf.meta │ │ ├── Fonts.meta │ │ ├── Fonts │ │ │ ├── LiberationSans - OFL.txt │ │ │ ├── LiberationSans - OFL.txt.meta │ │ │ ├── LiberationSans.ttf │ │ │ └── LiberationSans.ttf.meta │ │ ├── Resources.meta │ │ ├── Resources │ │ │ ├── Fonts & Materials.meta │ │ │ ├── Fonts & Materials │ │ │ │ ├── LiberationSans SDF - Drop Shadow.mat │ │ │ │ ├── LiberationSans SDF - Drop Shadow.mat.meta │ │ │ │ ├── LiberationSans SDF - Fallback.asset │ │ │ │ ├── LiberationSans SDF - Fallback.asset.meta │ │ │ │ ├── LiberationSans SDF - Outline.mat │ │ │ │ ├── LiberationSans SDF - Outline.mat.meta │ │ │ │ ├── LiberationSans SDF.asset │ │ │ │ └── LiberationSans SDF.asset.meta │ │ │ ├── LineBreaking Following Characters.txt │ │ │ ├── LineBreaking Following Characters.txt.meta │ │ │ ├── LineBreaking Leading Characters.txt │ │ │ ├── LineBreaking Leading Characters.txt.meta │ │ │ ├── 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-Mobile Masking.shader │ │ │ │ ├── TMP_SDF-Mobile Masking.shader.meta │ │ │ │ ├── TMP_SDF-Mobile Overlay.shader │ │ │ │ ├── TMP_SDF-Mobile Overlay.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_Properties.cginc │ │ │ │ ├── TMPro_Properties.cginc.meta │ │ │ │ ├── TMPro_Surface.cginc │ │ │ │ └── TMPro_Surface.cginc.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 │ │ ├── Sprites.meta │ │ └── Sprites │ │ │ ├── EmojiOne Attribution.txt │ │ │ ├── EmojiOne Attribution.txt.meta │ │ │ ├── EmojiOne.json │ │ │ ├── EmojiOne.json.meta │ │ │ ├── EmojiOne.png │ │ │ └── EmojiOne.png.meta │ ├── UrlOpener.cs │ └── UrlOpener.cs.meta ├── Scripts.meta ├── Scripts │ ├── Editor.meta │ ├── Editor │ │ ├── PreBuildPlayerContent.cs │ │ └── PreBuildPlayerContent.cs.meta │ ├── SkyboxManager.cs │ └── SkyboxManager.cs.meta ├── Skyboxes.meta ├── Skyboxes │ ├── skybox0.mat │ ├── skybox0.mat.meta │ ├── skybox0.png │ ├── skybox0.png.meta │ ├── skybox1.mat │ ├── skybox1.mat.meta │ ├── skybox1.png │ ├── skybox1.png.meta │ ├── skybox2.mat │ ├── skybox2.mat.meta │ ├── skybox2.png │ ├── skybox2.png.meta │ ├── skybox3.mat │ ├── skybox3.mat.meta │ ├── skybox3.png │ ├── skybox3.png.meta │ ├── skybox4.mat │ ├── skybox4.mat.meta │ ├── skybox4.png │ ├── skybox4.png.meta │ ├── skybox5.mat │ ├── skybox5.mat.meta │ ├── skybox5.png │ └── skybox5.png.meta ├── Sprites.meta ├── Sprites │ ├── logo_full.jpg │ └── logo_full.jpg.meta └── StreamingAssets.meta ├── Packages └── manifest.json ├── ProjectSettings ├── AudioManager.asset ├── ClusterInputManager.asset ├── DynamicsManager.asset ├── EditorBuildSettings.asset ├── EditorSettings.asset ├── GraphicsSettings.asset ├── InputManager.asset ├── NavMeshAreas.asset ├── Physics2DSettings.asset ├── PresetManager.asset ├── ProjectSettings.asset ├── ProjectVersion.txt ├── QualitySettings.asset ├── TagManager.asset ├── TimeManager.asset ├── UnityConnectSettings.asset ├── VFXManager.asset └── XRSettings.asset └── README.md /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-Gamedev-Guru/Unity-Addressables-Level-3/HEAD/.gitignore -------------------------------------------------------------------------------- /Assets/AddressableAssetsData.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-Gamedev-Guru/Unity-Addressables-Level-3/HEAD/Assets/AddressableAssetsData.meta -------------------------------------------------------------------------------- /Assets/AddressableAssetsData/AddressableAssetSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-Gamedev-Guru/Unity-Addressables-Level-3/HEAD/Assets/AddressableAssetsData/AddressableAssetSettings.asset -------------------------------------------------------------------------------- /Assets/AddressableAssetsData/AddressableAssetSettings.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-Gamedev-Guru/Unity-Addressables-Level-3/HEAD/Assets/AddressableAssetsData/AddressableAssetSettings.asset.meta -------------------------------------------------------------------------------- /Assets/AddressableAssetsData/AnalyzeData.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-Gamedev-Guru/Unity-Addressables-Level-3/HEAD/Assets/AddressableAssetsData/AnalyzeData.meta -------------------------------------------------------------------------------- /Assets/AddressableAssetsData/AnalyzeData/AnalyzeRuleData.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-Gamedev-Guru/Unity-Addressables-Level-3/HEAD/Assets/AddressableAssetsData/AnalyzeData/AnalyzeRuleData.asset -------------------------------------------------------------------------------- /Assets/AddressableAssetsData/AnalyzeData/AnalyzeRuleData.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-Gamedev-Guru/Unity-Addressables-Level-3/HEAD/Assets/AddressableAssetsData/AnalyzeData/AnalyzeRuleData.asset.meta -------------------------------------------------------------------------------- /Assets/AddressableAssetsData/AssetGroupTemplates.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-Gamedev-Guru/Unity-Addressables-Level-3/HEAD/Assets/AddressableAssetsData/AssetGroupTemplates.meta -------------------------------------------------------------------------------- /Assets/AddressableAssetsData/AssetGroupTemplates/Packed Assets.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-Gamedev-Guru/Unity-Addressables-Level-3/HEAD/Assets/AddressableAssetsData/AssetGroupTemplates/Packed Assets.asset -------------------------------------------------------------------------------- /Assets/AddressableAssetsData/AssetGroupTemplates/Packed Assets.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-Gamedev-Guru/Unity-Addressables-Level-3/HEAD/Assets/AddressableAssetsData/AssetGroupTemplates/Packed Assets.asset.meta -------------------------------------------------------------------------------- /Assets/AddressableAssetsData/AssetGroups.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-Gamedev-Guru/Unity-Addressables-Level-3/HEAD/Assets/AddressableAssetsData/AssetGroups.meta -------------------------------------------------------------------------------- /Assets/AddressableAssetsData/AssetGroups/Built In Data.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-Gamedev-Guru/Unity-Addressables-Level-3/HEAD/Assets/AddressableAssetsData/AssetGroups/Built In Data.asset -------------------------------------------------------------------------------- /Assets/AddressableAssetsData/AssetGroups/Built In Data.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-Gamedev-Guru/Unity-Addressables-Level-3/HEAD/Assets/AddressableAssetsData/AssetGroups/Built In Data.asset.meta -------------------------------------------------------------------------------- /Assets/AddressableAssetsData/AssetGroups/Default Local Group.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-Gamedev-Guru/Unity-Addressables-Level-3/HEAD/Assets/AddressableAssetsData/AssetGroups/Default Local Group.asset -------------------------------------------------------------------------------- /Assets/AddressableAssetsData/AssetGroups/Default Local Group.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-Gamedev-Guru/Unity-Addressables-Level-3/HEAD/Assets/AddressableAssetsData/AssetGroups/Default Local Group.asset.meta -------------------------------------------------------------------------------- /Assets/AddressableAssetsData/AssetGroups/Schemas.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-Gamedev-Guru/Unity-Addressables-Level-3/HEAD/Assets/AddressableAssetsData/AssetGroups/Schemas.meta -------------------------------------------------------------------------------- /Assets/AddressableAssetsData/AssetGroups/Schemas/077bf0c9401137c43a254dd0ccdcac77_PlayerDataGroupSchema.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-Gamedev-Guru/Unity-Addressables-Level-3/HEAD/Assets/AddressableAssetsData/AssetGroups/Schemas/077bf0c9401137c43a254dd0ccdcac77_PlayerDataGroupSchema.asset -------------------------------------------------------------------------------- /Assets/AddressableAssetsData/AssetGroups/Schemas/077bf0c9401137c43a254dd0ccdcac77_PlayerDataGroupSchema.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-Gamedev-Guru/Unity-Addressables-Level-3/HEAD/Assets/AddressableAssetsData/AssetGroups/Schemas/077bf0c9401137c43a254dd0ccdcac77_PlayerDataGroupSchema.asset.meta -------------------------------------------------------------------------------- /Assets/AddressableAssetsData/AssetGroups/Schemas/2b53189d464f5c647af981a0a667f073_BundledAssetGroupSchema.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-Gamedev-Guru/Unity-Addressables-Level-3/HEAD/Assets/AddressableAssetsData/AssetGroups/Schemas/2b53189d464f5c647af981a0a667f073_BundledAssetGroupSchema.asset -------------------------------------------------------------------------------- /Assets/AddressableAssetsData/AssetGroups/Schemas/2b53189d464f5c647af981a0a667f073_BundledAssetGroupSchema.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-Gamedev-Guru/Unity-Addressables-Level-3/HEAD/Assets/AddressableAssetsData/AssetGroups/Schemas/2b53189d464f5c647af981a0a667f073_BundledAssetGroupSchema.asset.meta -------------------------------------------------------------------------------- /Assets/AddressableAssetsData/AssetGroups/Schemas/2b53189d464f5c647af981a0a667f073_ContentUpdateGroupSchema.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-Gamedev-Guru/Unity-Addressables-Level-3/HEAD/Assets/AddressableAssetsData/AssetGroups/Schemas/2b53189d464f5c647af981a0a667f073_ContentUpdateGroupSchema.asset -------------------------------------------------------------------------------- /Assets/AddressableAssetsData/AssetGroups/Schemas/2b53189d464f5c647af981a0a667f073_ContentUpdateGroupSchema.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-Gamedev-Guru/Unity-Addressables-Level-3/HEAD/Assets/AddressableAssetsData/AssetGroups/Schemas/2b53189d464f5c647af981a0a667f073_ContentUpdateGroupSchema.asset.meta -------------------------------------------------------------------------------- /Assets/AddressableAssetsData/AssetGroups/Schemas/6bb332844b0a7df41a07022f20b00af1_BundledAssetGroupSchema.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-Gamedev-Guru/Unity-Addressables-Level-3/HEAD/Assets/AddressableAssetsData/AssetGroups/Schemas/6bb332844b0a7df41a07022f20b00af1_BundledAssetGroupSchema.asset -------------------------------------------------------------------------------- /Assets/AddressableAssetsData/AssetGroups/Schemas/6bb332844b0a7df41a07022f20b00af1_BundledAssetGroupSchema.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-Gamedev-Guru/Unity-Addressables-Level-3/HEAD/Assets/AddressableAssetsData/AssetGroups/Schemas/6bb332844b0a7df41a07022f20b00af1_BundledAssetGroupSchema.asset.meta -------------------------------------------------------------------------------- /Assets/AddressableAssetsData/AssetGroups/Schemas/6bb332844b0a7df41a07022f20b00af1_ContentUpdateGroupSchema.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-Gamedev-Guru/Unity-Addressables-Level-3/HEAD/Assets/AddressableAssetsData/AssetGroups/Schemas/6bb332844b0a7df41a07022f20b00af1_ContentUpdateGroupSchema.asset -------------------------------------------------------------------------------- /Assets/AddressableAssetsData/AssetGroups/Schemas/6bb332844b0a7df41a07022f20b00af1_ContentUpdateGroupSchema.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-Gamedev-Guru/Unity-Addressables-Level-3/HEAD/Assets/AddressableAssetsData/AssetGroups/Schemas/6bb332844b0a7df41a07022f20b00af1_ContentUpdateGroupSchema.asset.meta -------------------------------------------------------------------------------- /Assets/AddressableAssetsData/AssetGroups/Skyboxes.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-Gamedev-Guru/Unity-Addressables-Level-3/HEAD/Assets/AddressableAssetsData/AssetGroups/Skyboxes.asset -------------------------------------------------------------------------------- /Assets/AddressableAssetsData/AssetGroups/Skyboxes.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-Gamedev-Guru/Unity-Addressables-Level-3/HEAD/Assets/AddressableAssetsData/AssetGroups/Skyboxes.asset.meta -------------------------------------------------------------------------------- /Assets/AddressableAssetsData/DataBuilders.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-Gamedev-Guru/Unity-Addressables-Level-3/HEAD/Assets/AddressableAssetsData/DataBuilders.meta -------------------------------------------------------------------------------- /Assets/AddressableAssetsData/DataBuilders/BuildScriptFastMode.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-Gamedev-Guru/Unity-Addressables-Level-3/HEAD/Assets/AddressableAssetsData/DataBuilders/BuildScriptFastMode.asset -------------------------------------------------------------------------------- /Assets/AddressableAssetsData/DataBuilders/BuildScriptFastMode.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-Gamedev-Guru/Unity-Addressables-Level-3/HEAD/Assets/AddressableAssetsData/DataBuilders/BuildScriptFastMode.asset.meta -------------------------------------------------------------------------------- /Assets/AddressableAssetsData/DataBuilders/BuildScriptPackedMode.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-Gamedev-Guru/Unity-Addressables-Level-3/HEAD/Assets/AddressableAssetsData/DataBuilders/BuildScriptPackedMode.asset -------------------------------------------------------------------------------- /Assets/AddressableAssetsData/DataBuilders/BuildScriptPackedMode.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-Gamedev-Guru/Unity-Addressables-Level-3/HEAD/Assets/AddressableAssetsData/DataBuilders/BuildScriptPackedMode.asset.meta -------------------------------------------------------------------------------- /Assets/AddressableAssetsData/DataBuilders/BuildScriptPackedPlayMode.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-Gamedev-Guru/Unity-Addressables-Level-3/HEAD/Assets/AddressableAssetsData/DataBuilders/BuildScriptPackedPlayMode.asset -------------------------------------------------------------------------------- /Assets/AddressableAssetsData/DataBuilders/BuildScriptPackedPlayMode.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-Gamedev-Guru/Unity-Addressables-Level-3/HEAD/Assets/AddressableAssetsData/DataBuilders/BuildScriptPackedPlayMode.asset.meta -------------------------------------------------------------------------------- /Assets/AddressableAssetsData/DataBuilders/BuildScriptVirtualMode.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-Gamedev-Guru/Unity-Addressables-Level-3/HEAD/Assets/AddressableAssetsData/DataBuilders/BuildScriptVirtualMode.asset -------------------------------------------------------------------------------- /Assets/AddressableAssetsData/DataBuilders/BuildScriptVirtualMode.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-Gamedev-Guru/Unity-Addressables-Level-3/HEAD/Assets/AddressableAssetsData/DataBuilders/BuildScriptVirtualMode.asset.meta -------------------------------------------------------------------------------- /Assets/AddressableAssetsData/DefaultObject.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-Gamedev-Guru/Unity-Addressables-Level-3/HEAD/Assets/AddressableAssetsData/DefaultObject.asset -------------------------------------------------------------------------------- /Assets/AddressableAssetsData/DefaultObject.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-Gamedev-Guru/Unity-Addressables-Level-3/HEAD/Assets/AddressableAssetsData/DefaultObject.asset.meta -------------------------------------------------------------------------------- /Assets/AddressableAssetsData/Windows.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-Gamedev-Guru/Unity-Addressables-Level-3/HEAD/Assets/AddressableAssetsData/Windows.meta -------------------------------------------------------------------------------- /Assets/AddressableAssetsData/Windows/addressables_content_state.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-Gamedev-Guru/Unity-Addressables-Level-3/HEAD/Assets/AddressableAssetsData/Windows/addressables_content_state.bin -------------------------------------------------------------------------------- /Assets/AddressableAssetsData/Windows/addressables_content_state.bin.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-Gamedev-Guru/Unity-Addressables-Level-3/HEAD/Assets/AddressableAssetsData/Windows/addressables_content_state.bin.meta -------------------------------------------------------------------------------- /Assets/Default.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-Gamedev-Guru/Unity-Addressables-Level-3/HEAD/Assets/Default.unity -------------------------------------------------------------------------------- /Assets/Default.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-Gamedev-Guru/Unity-Addressables-Level-3/HEAD/Assets/Default.unity.meta -------------------------------------------------------------------------------- /Assets/External.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-Gamedev-Guru/Unity-Addressables-Level-3/HEAD/Assets/External.meta -------------------------------------------------------------------------------- /Assets/External/TextMesh Pro.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-Gamedev-Guru/Unity-Addressables-Level-3/HEAD/Assets/External/TextMesh Pro.meta -------------------------------------------------------------------------------- /Assets/External/TextMesh Pro/Documentation.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-Gamedev-Guru/Unity-Addressables-Level-3/HEAD/Assets/External/TextMesh Pro/Documentation.meta -------------------------------------------------------------------------------- /Assets/External/TextMesh Pro/Documentation/TextMesh Pro User Guide 2016.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-Gamedev-Guru/Unity-Addressables-Level-3/HEAD/Assets/External/TextMesh Pro/Documentation/TextMesh Pro User Guide 2016.pdf -------------------------------------------------------------------------------- /Assets/External/TextMesh Pro/Documentation/TextMesh Pro User Guide 2016.pdf.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-Gamedev-Guru/Unity-Addressables-Level-3/HEAD/Assets/External/TextMesh Pro/Documentation/TextMesh Pro User Guide 2016.pdf.meta -------------------------------------------------------------------------------- /Assets/External/TextMesh Pro/Fonts.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-Gamedev-Guru/Unity-Addressables-Level-3/HEAD/Assets/External/TextMesh Pro/Fonts.meta -------------------------------------------------------------------------------- /Assets/External/TextMesh Pro/Fonts/LiberationSans - OFL.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-Gamedev-Guru/Unity-Addressables-Level-3/HEAD/Assets/External/TextMesh Pro/Fonts/LiberationSans - OFL.txt -------------------------------------------------------------------------------- /Assets/External/TextMesh Pro/Fonts/LiberationSans - OFL.txt.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-Gamedev-Guru/Unity-Addressables-Level-3/HEAD/Assets/External/TextMesh Pro/Fonts/LiberationSans - OFL.txt.meta -------------------------------------------------------------------------------- /Assets/External/TextMesh Pro/Fonts/LiberationSans.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-Gamedev-Guru/Unity-Addressables-Level-3/HEAD/Assets/External/TextMesh Pro/Fonts/LiberationSans.ttf -------------------------------------------------------------------------------- /Assets/External/TextMesh Pro/Fonts/LiberationSans.ttf.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-Gamedev-Guru/Unity-Addressables-Level-3/HEAD/Assets/External/TextMesh Pro/Fonts/LiberationSans.ttf.meta -------------------------------------------------------------------------------- /Assets/External/TextMesh Pro/Resources.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-Gamedev-Guru/Unity-Addressables-Level-3/HEAD/Assets/External/TextMesh Pro/Resources.meta -------------------------------------------------------------------------------- /Assets/External/TextMesh Pro/Resources/Fonts & Materials.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-Gamedev-Guru/Unity-Addressables-Level-3/HEAD/Assets/External/TextMesh Pro/Resources/Fonts & Materials.meta -------------------------------------------------------------------------------- /Assets/External/TextMesh Pro/Resources/Fonts & Materials/LiberationSans SDF - Drop Shadow.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-Gamedev-Guru/Unity-Addressables-Level-3/HEAD/Assets/External/TextMesh Pro/Resources/Fonts & Materials/LiberationSans SDF - Drop Shadow.mat -------------------------------------------------------------------------------- /Assets/External/TextMesh Pro/Resources/Fonts & Materials/LiberationSans SDF - Drop Shadow.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-Gamedev-Guru/Unity-Addressables-Level-3/HEAD/Assets/External/TextMesh Pro/Resources/Fonts & Materials/LiberationSans SDF - Drop Shadow.mat.meta -------------------------------------------------------------------------------- /Assets/External/TextMesh Pro/Resources/Fonts & Materials/LiberationSans SDF - Fallback.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-Gamedev-Guru/Unity-Addressables-Level-3/HEAD/Assets/External/TextMesh Pro/Resources/Fonts & Materials/LiberationSans SDF - Fallback.asset -------------------------------------------------------------------------------- /Assets/External/TextMesh Pro/Resources/Fonts & Materials/LiberationSans SDF - Fallback.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-Gamedev-Guru/Unity-Addressables-Level-3/HEAD/Assets/External/TextMesh Pro/Resources/Fonts & Materials/LiberationSans SDF - Fallback.asset.meta -------------------------------------------------------------------------------- /Assets/External/TextMesh Pro/Resources/Fonts & Materials/LiberationSans SDF - Outline.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-Gamedev-Guru/Unity-Addressables-Level-3/HEAD/Assets/External/TextMesh Pro/Resources/Fonts & Materials/LiberationSans SDF - Outline.mat -------------------------------------------------------------------------------- /Assets/External/TextMesh Pro/Resources/Fonts & Materials/LiberationSans SDF - Outline.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-Gamedev-Guru/Unity-Addressables-Level-3/HEAD/Assets/External/TextMesh Pro/Resources/Fonts & Materials/LiberationSans SDF - Outline.mat.meta -------------------------------------------------------------------------------- /Assets/External/TextMesh Pro/Resources/Fonts & Materials/LiberationSans SDF.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-Gamedev-Guru/Unity-Addressables-Level-3/HEAD/Assets/External/TextMesh Pro/Resources/Fonts & Materials/LiberationSans SDF.asset -------------------------------------------------------------------------------- /Assets/External/TextMesh Pro/Resources/Fonts & Materials/LiberationSans SDF.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-Gamedev-Guru/Unity-Addressables-Level-3/HEAD/Assets/External/TextMesh Pro/Resources/Fonts & Materials/LiberationSans SDF.asset.meta -------------------------------------------------------------------------------- /Assets/External/TextMesh Pro/Resources/LineBreaking Following Characters.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-Gamedev-Guru/Unity-Addressables-Level-3/HEAD/Assets/External/TextMesh Pro/Resources/LineBreaking Following Characters.txt -------------------------------------------------------------------------------- /Assets/External/TextMesh Pro/Resources/LineBreaking Following Characters.txt.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-Gamedev-Guru/Unity-Addressables-Level-3/HEAD/Assets/External/TextMesh Pro/Resources/LineBreaking Following Characters.txt.meta -------------------------------------------------------------------------------- /Assets/External/TextMesh Pro/Resources/LineBreaking Leading Characters.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-Gamedev-Guru/Unity-Addressables-Level-3/HEAD/Assets/External/TextMesh Pro/Resources/LineBreaking Leading Characters.txt -------------------------------------------------------------------------------- /Assets/External/TextMesh Pro/Resources/LineBreaking Leading Characters.txt.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-Gamedev-Guru/Unity-Addressables-Level-3/HEAD/Assets/External/TextMesh Pro/Resources/LineBreaking Leading Characters.txt.meta -------------------------------------------------------------------------------- /Assets/External/TextMesh Pro/Resources/Shaders.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-Gamedev-Guru/Unity-Addressables-Level-3/HEAD/Assets/External/TextMesh Pro/Resources/Shaders.meta -------------------------------------------------------------------------------- /Assets/External/TextMesh Pro/Resources/Shaders/TMP_Bitmap-Custom-Atlas.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-Gamedev-Guru/Unity-Addressables-Level-3/HEAD/Assets/External/TextMesh Pro/Resources/Shaders/TMP_Bitmap-Custom-Atlas.shader -------------------------------------------------------------------------------- /Assets/External/TextMesh Pro/Resources/Shaders/TMP_Bitmap-Custom-Atlas.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-Gamedev-Guru/Unity-Addressables-Level-3/HEAD/Assets/External/TextMesh Pro/Resources/Shaders/TMP_Bitmap-Custom-Atlas.shader.meta -------------------------------------------------------------------------------- /Assets/External/TextMesh Pro/Resources/Shaders/TMP_Bitmap-Mobile.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-Gamedev-Guru/Unity-Addressables-Level-3/HEAD/Assets/External/TextMesh Pro/Resources/Shaders/TMP_Bitmap-Mobile.shader -------------------------------------------------------------------------------- /Assets/External/TextMesh Pro/Resources/Shaders/TMP_Bitmap-Mobile.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-Gamedev-Guru/Unity-Addressables-Level-3/HEAD/Assets/External/TextMesh Pro/Resources/Shaders/TMP_Bitmap-Mobile.shader.meta -------------------------------------------------------------------------------- /Assets/External/TextMesh Pro/Resources/Shaders/TMP_Bitmap.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-Gamedev-Guru/Unity-Addressables-Level-3/HEAD/Assets/External/TextMesh Pro/Resources/Shaders/TMP_Bitmap.shader -------------------------------------------------------------------------------- /Assets/External/TextMesh Pro/Resources/Shaders/TMP_Bitmap.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-Gamedev-Guru/Unity-Addressables-Level-3/HEAD/Assets/External/TextMesh Pro/Resources/Shaders/TMP_Bitmap.shader.meta -------------------------------------------------------------------------------- /Assets/External/TextMesh Pro/Resources/Shaders/TMP_SDF Overlay.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-Gamedev-Guru/Unity-Addressables-Level-3/HEAD/Assets/External/TextMesh Pro/Resources/Shaders/TMP_SDF Overlay.shader -------------------------------------------------------------------------------- /Assets/External/TextMesh Pro/Resources/Shaders/TMP_SDF Overlay.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-Gamedev-Guru/Unity-Addressables-Level-3/HEAD/Assets/External/TextMesh Pro/Resources/Shaders/TMP_SDF Overlay.shader.meta -------------------------------------------------------------------------------- /Assets/External/TextMesh Pro/Resources/Shaders/TMP_SDF-Mobile Masking.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-Gamedev-Guru/Unity-Addressables-Level-3/HEAD/Assets/External/TextMesh Pro/Resources/Shaders/TMP_SDF-Mobile Masking.shader -------------------------------------------------------------------------------- /Assets/External/TextMesh Pro/Resources/Shaders/TMP_SDF-Mobile Masking.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-Gamedev-Guru/Unity-Addressables-Level-3/HEAD/Assets/External/TextMesh Pro/Resources/Shaders/TMP_SDF-Mobile Masking.shader.meta -------------------------------------------------------------------------------- /Assets/External/TextMesh Pro/Resources/Shaders/TMP_SDF-Mobile Overlay.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-Gamedev-Guru/Unity-Addressables-Level-3/HEAD/Assets/External/TextMesh Pro/Resources/Shaders/TMP_SDF-Mobile Overlay.shader -------------------------------------------------------------------------------- /Assets/External/TextMesh Pro/Resources/Shaders/TMP_SDF-Mobile Overlay.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-Gamedev-Guru/Unity-Addressables-Level-3/HEAD/Assets/External/TextMesh Pro/Resources/Shaders/TMP_SDF-Mobile Overlay.shader.meta -------------------------------------------------------------------------------- /Assets/External/TextMesh Pro/Resources/Shaders/TMP_SDF-Mobile.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-Gamedev-Guru/Unity-Addressables-Level-3/HEAD/Assets/External/TextMesh Pro/Resources/Shaders/TMP_SDF-Mobile.shader -------------------------------------------------------------------------------- /Assets/External/TextMesh Pro/Resources/Shaders/TMP_SDF-Mobile.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-Gamedev-Guru/Unity-Addressables-Level-3/HEAD/Assets/External/TextMesh Pro/Resources/Shaders/TMP_SDF-Mobile.shader.meta -------------------------------------------------------------------------------- /Assets/External/TextMesh Pro/Resources/Shaders/TMP_SDF-Surface-Mobile.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-Gamedev-Guru/Unity-Addressables-Level-3/HEAD/Assets/External/TextMesh Pro/Resources/Shaders/TMP_SDF-Surface-Mobile.shader -------------------------------------------------------------------------------- /Assets/External/TextMesh Pro/Resources/Shaders/TMP_SDF-Surface-Mobile.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-Gamedev-Guru/Unity-Addressables-Level-3/HEAD/Assets/External/TextMesh Pro/Resources/Shaders/TMP_SDF-Surface-Mobile.shader.meta -------------------------------------------------------------------------------- /Assets/External/TextMesh Pro/Resources/Shaders/TMP_SDF-Surface.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-Gamedev-Guru/Unity-Addressables-Level-3/HEAD/Assets/External/TextMesh Pro/Resources/Shaders/TMP_SDF-Surface.shader -------------------------------------------------------------------------------- /Assets/External/TextMesh Pro/Resources/Shaders/TMP_SDF-Surface.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-Gamedev-Guru/Unity-Addressables-Level-3/HEAD/Assets/External/TextMesh Pro/Resources/Shaders/TMP_SDF-Surface.shader.meta -------------------------------------------------------------------------------- /Assets/External/TextMesh Pro/Resources/Shaders/TMP_SDF.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-Gamedev-Guru/Unity-Addressables-Level-3/HEAD/Assets/External/TextMesh Pro/Resources/Shaders/TMP_SDF.shader -------------------------------------------------------------------------------- /Assets/External/TextMesh Pro/Resources/Shaders/TMP_SDF.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-Gamedev-Guru/Unity-Addressables-Level-3/HEAD/Assets/External/TextMesh Pro/Resources/Shaders/TMP_SDF.shader.meta -------------------------------------------------------------------------------- /Assets/External/TextMesh Pro/Resources/Shaders/TMP_Sprite.shader: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-Gamedev-Guru/Unity-Addressables-Level-3/HEAD/Assets/External/TextMesh Pro/Resources/Shaders/TMP_Sprite.shader -------------------------------------------------------------------------------- /Assets/External/TextMesh Pro/Resources/Shaders/TMP_Sprite.shader.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-Gamedev-Guru/Unity-Addressables-Level-3/HEAD/Assets/External/TextMesh Pro/Resources/Shaders/TMP_Sprite.shader.meta -------------------------------------------------------------------------------- /Assets/External/TextMesh Pro/Resources/Shaders/TMPro.cginc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-Gamedev-Guru/Unity-Addressables-Level-3/HEAD/Assets/External/TextMesh Pro/Resources/Shaders/TMPro.cginc -------------------------------------------------------------------------------- /Assets/External/TextMesh Pro/Resources/Shaders/TMPro.cginc.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-Gamedev-Guru/Unity-Addressables-Level-3/HEAD/Assets/External/TextMesh Pro/Resources/Shaders/TMPro.cginc.meta -------------------------------------------------------------------------------- /Assets/External/TextMesh Pro/Resources/Shaders/TMPro_Properties.cginc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-Gamedev-Guru/Unity-Addressables-Level-3/HEAD/Assets/External/TextMesh Pro/Resources/Shaders/TMPro_Properties.cginc -------------------------------------------------------------------------------- /Assets/External/TextMesh Pro/Resources/Shaders/TMPro_Properties.cginc.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-Gamedev-Guru/Unity-Addressables-Level-3/HEAD/Assets/External/TextMesh Pro/Resources/Shaders/TMPro_Properties.cginc.meta -------------------------------------------------------------------------------- /Assets/External/TextMesh Pro/Resources/Shaders/TMPro_Surface.cginc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-Gamedev-Guru/Unity-Addressables-Level-3/HEAD/Assets/External/TextMesh Pro/Resources/Shaders/TMPro_Surface.cginc -------------------------------------------------------------------------------- /Assets/External/TextMesh Pro/Resources/Shaders/TMPro_Surface.cginc.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-Gamedev-Guru/Unity-Addressables-Level-3/HEAD/Assets/External/TextMesh Pro/Resources/Shaders/TMPro_Surface.cginc.meta -------------------------------------------------------------------------------- /Assets/External/TextMesh Pro/Resources/Sprite Assets.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-Gamedev-Guru/Unity-Addressables-Level-3/HEAD/Assets/External/TextMesh Pro/Resources/Sprite Assets.meta -------------------------------------------------------------------------------- /Assets/External/TextMesh Pro/Resources/Sprite Assets/EmojiOne.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-Gamedev-Guru/Unity-Addressables-Level-3/HEAD/Assets/External/TextMesh Pro/Resources/Sprite Assets/EmojiOne.asset -------------------------------------------------------------------------------- /Assets/External/TextMesh Pro/Resources/Sprite Assets/EmojiOne.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-Gamedev-Guru/Unity-Addressables-Level-3/HEAD/Assets/External/TextMesh Pro/Resources/Sprite Assets/EmojiOne.asset.meta -------------------------------------------------------------------------------- /Assets/External/TextMesh Pro/Resources/Style Sheets.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-Gamedev-Guru/Unity-Addressables-Level-3/HEAD/Assets/External/TextMesh Pro/Resources/Style Sheets.meta -------------------------------------------------------------------------------- /Assets/External/TextMesh Pro/Resources/Style Sheets/Default Style Sheet.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-Gamedev-Guru/Unity-Addressables-Level-3/HEAD/Assets/External/TextMesh Pro/Resources/Style Sheets/Default Style Sheet.asset -------------------------------------------------------------------------------- /Assets/External/TextMesh Pro/Resources/Style Sheets/Default Style Sheet.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-Gamedev-Guru/Unity-Addressables-Level-3/HEAD/Assets/External/TextMesh Pro/Resources/Style Sheets/Default Style Sheet.asset.meta -------------------------------------------------------------------------------- /Assets/External/TextMesh Pro/Resources/TMP Settings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-Gamedev-Guru/Unity-Addressables-Level-3/HEAD/Assets/External/TextMesh Pro/Resources/TMP Settings.asset -------------------------------------------------------------------------------- /Assets/External/TextMesh Pro/Resources/TMP Settings.asset.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-Gamedev-Guru/Unity-Addressables-Level-3/HEAD/Assets/External/TextMesh Pro/Resources/TMP Settings.asset.meta -------------------------------------------------------------------------------- /Assets/External/TextMesh Pro/Sprites.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-Gamedev-Guru/Unity-Addressables-Level-3/HEAD/Assets/External/TextMesh Pro/Sprites.meta -------------------------------------------------------------------------------- /Assets/External/TextMesh Pro/Sprites/EmojiOne Attribution.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-Gamedev-Guru/Unity-Addressables-Level-3/HEAD/Assets/External/TextMesh Pro/Sprites/EmojiOne Attribution.txt -------------------------------------------------------------------------------- /Assets/External/TextMesh Pro/Sprites/EmojiOne Attribution.txt.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-Gamedev-Guru/Unity-Addressables-Level-3/HEAD/Assets/External/TextMesh Pro/Sprites/EmojiOne Attribution.txt.meta -------------------------------------------------------------------------------- /Assets/External/TextMesh Pro/Sprites/EmojiOne.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-Gamedev-Guru/Unity-Addressables-Level-3/HEAD/Assets/External/TextMesh Pro/Sprites/EmojiOne.json -------------------------------------------------------------------------------- /Assets/External/TextMesh Pro/Sprites/EmojiOne.json.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-Gamedev-Guru/Unity-Addressables-Level-3/HEAD/Assets/External/TextMesh Pro/Sprites/EmojiOne.json.meta -------------------------------------------------------------------------------- /Assets/External/TextMesh Pro/Sprites/EmojiOne.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-Gamedev-Guru/Unity-Addressables-Level-3/HEAD/Assets/External/TextMesh Pro/Sprites/EmojiOne.png -------------------------------------------------------------------------------- /Assets/External/TextMesh Pro/Sprites/EmojiOne.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-Gamedev-Guru/Unity-Addressables-Level-3/HEAD/Assets/External/TextMesh Pro/Sprites/EmojiOne.png.meta -------------------------------------------------------------------------------- /Assets/External/UrlOpener.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-Gamedev-Guru/Unity-Addressables-Level-3/HEAD/Assets/External/UrlOpener.cs -------------------------------------------------------------------------------- /Assets/External/UrlOpener.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-Gamedev-Guru/Unity-Addressables-Level-3/HEAD/Assets/External/UrlOpener.cs.meta -------------------------------------------------------------------------------- /Assets/Scripts.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-Gamedev-Guru/Unity-Addressables-Level-3/HEAD/Assets/Scripts.meta -------------------------------------------------------------------------------- /Assets/Scripts/Editor.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-Gamedev-Guru/Unity-Addressables-Level-3/HEAD/Assets/Scripts/Editor.meta -------------------------------------------------------------------------------- /Assets/Scripts/Editor/PreBuildPlayerContent.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-Gamedev-Guru/Unity-Addressables-Level-3/HEAD/Assets/Scripts/Editor/PreBuildPlayerContent.cs -------------------------------------------------------------------------------- /Assets/Scripts/Editor/PreBuildPlayerContent.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-Gamedev-Guru/Unity-Addressables-Level-3/HEAD/Assets/Scripts/Editor/PreBuildPlayerContent.cs.meta -------------------------------------------------------------------------------- /Assets/Scripts/SkyboxManager.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-Gamedev-Guru/Unity-Addressables-Level-3/HEAD/Assets/Scripts/SkyboxManager.cs -------------------------------------------------------------------------------- /Assets/Scripts/SkyboxManager.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-Gamedev-Guru/Unity-Addressables-Level-3/HEAD/Assets/Scripts/SkyboxManager.cs.meta -------------------------------------------------------------------------------- /Assets/Skyboxes.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-Gamedev-Guru/Unity-Addressables-Level-3/HEAD/Assets/Skyboxes.meta -------------------------------------------------------------------------------- /Assets/Skyboxes/skybox0.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-Gamedev-Guru/Unity-Addressables-Level-3/HEAD/Assets/Skyboxes/skybox0.mat -------------------------------------------------------------------------------- /Assets/Skyboxes/skybox0.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-Gamedev-Guru/Unity-Addressables-Level-3/HEAD/Assets/Skyboxes/skybox0.mat.meta -------------------------------------------------------------------------------- /Assets/Skyboxes/skybox0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-Gamedev-Guru/Unity-Addressables-Level-3/HEAD/Assets/Skyboxes/skybox0.png -------------------------------------------------------------------------------- /Assets/Skyboxes/skybox0.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-Gamedev-Guru/Unity-Addressables-Level-3/HEAD/Assets/Skyboxes/skybox0.png.meta -------------------------------------------------------------------------------- /Assets/Skyboxes/skybox1.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-Gamedev-Guru/Unity-Addressables-Level-3/HEAD/Assets/Skyboxes/skybox1.mat -------------------------------------------------------------------------------- /Assets/Skyboxes/skybox1.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-Gamedev-Guru/Unity-Addressables-Level-3/HEAD/Assets/Skyboxes/skybox1.mat.meta -------------------------------------------------------------------------------- /Assets/Skyboxes/skybox1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-Gamedev-Guru/Unity-Addressables-Level-3/HEAD/Assets/Skyboxes/skybox1.png -------------------------------------------------------------------------------- /Assets/Skyboxes/skybox1.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-Gamedev-Guru/Unity-Addressables-Level-3/HEAD/Assets/Skyboxes/skybox1.png.meta -------------------------------------------------------------------------------- /Assets/Skyboxes/skybox2.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-Gamedev-Guru/Unity-Addressables-Level-3/HEAD/Assets/Skyboxes/skybox2.mat -------------------------------------------------------------------------------- /Assets/Skyboxes/skybox2.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-Gamedev-Guru/Unity-Addressables-Level-3/HEAD/Assets/Skyboxes/skybox2.mat.meta -------------------------------------------------------------------------------- /Assets/Skyboxes/skybox2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-Gamedev-Guru/Unity-Addressables-Level-3/HEAD/Assets/Skyboxes/skybox2.png -------------------------------------------------------------------------------- /Assets/Skyboxes/skybox2.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-Gamedev-Guru/Unity-Addressables-Level-3/HEAD/Assets/Skyboxes/skybox2.png.meta -------------------------------------------------------------------------------- /Assets/Skyboxes/skybox3.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-Gamedev-Guru/Unity-Addressables-Level-3/HEAD/Assets/Skyboxes/skybox3.mat -------------------------------------------------------------------------------- /Assets/Skyboxes/skybox3.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-Gamedev-Guru/Unity-Addressables-Level-3/HEAD/Assets/Skyboxes/skybox3.mat.meta -------------------------------------------------------------------------------- /Assets/Skyboxes/skybox3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-Gamedev-Guru/Unity-Addressables-Level-3/HEAD/Assets/Skyboxes/skybox3.png -------------------------------------------------------------------------------- /Assets/Skyboxes/skybox3.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-Gamedev-Guru/Unity-Addressables-Level-3/HEAD/Assets/Skyboxes/skybox3.png.meta -------------------------------------------------------------------------------- /Assets/Skyboxes/skybox4.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-Gamedev-Guru/Unity-Addressables-Level-3/HEAD/Assets/Skyboxes/skybox4.mat -------------------------------------------------------------------------------- /Assets/Skyboxes/skybox4.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-Gamedev-Guru/Unity-Addressables-Level-3/HEAD/Assets/Skyboxes/skybox4.mat.meta -------------------------------------------------------------------------------- /Assets/Skyboxes/skybox4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-Gamedev-Guru/Unity-Addressables-Level-3/HEAD/Assets/Skyboxes/skybox4.png -------------------------------------------------------------------------------- /Assets/Skyboxes/skybox4.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-Gamedev-Guru/Unity-Addressables-Level-3/HEAD/Assets/Skyboxes/skybox4.png.meta -------------------------------------------------------------------------------- /Assets/Skyboxes/skybox5.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-Gamedev-Guru/Unity-Addressables-Level-3/HEAD/Assets/Skyboxes/skybox5.mat -------------------------------------------------------------------------------- /Assets/Skyboxes/skybox5.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-Gamedev-Guru/Unity-Addressables-Level-3/HEAD/Assets/Skyboxes/skybox5.mat.meta -------------------------------------------------------------------------------- /Assets/Skyboxes/skybox5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-Gamedev-Guru/Unity-Addressables-Level-3/HEAD/Assets/Skyboxes/skybox5.png -------------------------------------------------------------------------------- /Assets/Skyboxes/skybox5.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-Gamedev-Guru/Unity-Addressables-Level-3/HEAD/Assets/Skyboxes/skybox5.png.meta -------------------------------------------------------------------------------- /Assets/Sprites.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-Gamedev-Guru/Unity-Addressables-Level-3/HEAD/Assets/Sprites.meta -------------------------------------------------------------------------------- /Assets/Sprites/logo_full.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-Gamedev-Guru/Unity-Addressables-Level-3/HEAD/Assets/Sprites/logo_full.jpg -------------------------------------------------------------------------------- /Assets/Sprites/logo_full.jpg.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-Gamedev-Guru/Unity-Addressables-Level-3/HEAD/Assets/Sprites/logo_full.jpg.meta -------------------------------------------------------------------------------- /Assets/StreamingAssets.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-Gamedev-Guru/Unity-Addressables-Level-3/HEAD/Assets/StreamingAssets.meta -------------------------------------------------------------------------------- /Packages/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-Gamedev-Guru/Unity-Addressables-Level-3/HEAD/Packages/manifest.json -------------------------------------------------------------------------------- /ProjectSettings/AudioManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-Gamedev-Guru/Unity-Addressables-Level-3/HEAD/ProjectSettings/AudioManager.asset -------------------------------------------------------------------------------- /ProjectSettings/ClusterInputManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-Gamedev-Guru/Unity-Addressables-Level-3/HEAD/ProjectSettings/ClusterInputManager.asset -------------------------------------------------------------------------------- /ProjectSettings/DynamicsManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-Gamedev-Guru/Unity-Addressables-Level-3/HEAD/ProjectSettings/DynamicsManager.asset -------------------------------------------------------------------------------- /ProjectSettings/EditorBuildSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-Gamedev-Guru/Unity-Addressables-Level-3/HEAD/ProjectSettings/EditorBuildSettings.asset -------------------------------------------------------------------------------- /ProjectSettings/EditorSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-Gamedev-Guru/Unity-Addressables-Level-3/HEAD/ProjectSettings/EditorSettings.asset -------------------------------------------------------------------------------- /ProjectSettings/GraphicsSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-Gamedev-Guru/Unity-Addressables-Level-3/HEAD/ProjectSettings/GraphicsSettings.asset -------------------------------------------------------------------------------- /ProjectSettings/InputManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-Gamedev-Guru/Unity-Addressables-Level-3/HEAD/ProjectSettings/InputManager.asset -------------------------------------------------------------------------------- /ProjectSettings/NavMeshAreas.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-Gamedev-Guru/Unity-Addressables-Level-3/HEAD/ProjectSettings/NavMeshAreas.asset -------------------------------------------------------------------------------- /ProjectSettings/Physics2DSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-Gamedev-Guru/Unity-Addressables-Level-3/HEAD/ProjectSettings/Physics2DSettings.asset -------------------------------------------------------------------------------- /ProjectSettings/PresetManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-Gamedev-Guru/Unity-Addressables-Level-3/HEAD/ProjectSettings/PresetManager.asset -------------------------------------------------------------------------------- /ProjectSettings/ProjectSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-Gamedev-Guru/Unity-Addressables-Level-3/HEAD/ProjectSettings/ProjectSettings.asset -------------------------------------------------------------------------------- /ProjectSettings/ProjectVersion.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-Gamedev-Guru/Unity-Addressables-Level-3/HEAD/ProjectSettings/ProjectVersion.txt -------------------------------------------------------------------------------- /ProjectSettings/QualitySettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-Gamedev-Guru/Unity-Addressables-Level-3/HEAD/ProjectSettings/QualitySettings.asset -------------------------------------------------------------------------------- /ProjectSettings/TagManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-Gamedev-Guru/Unity-Addressables-Level-3/HEAD/ProjectSettings/TagManager.asset -------------------------------------------------------------------------------- /ProjectSettings/TimeManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-Gamedev-Guru/Unity-Addressables-Level-3/HEAD/ProjectSettings/TimeManager.asset -------------------------------------------------------------------------------- /ProjectSettings/UnityConnectSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-Gamedev-Guru/Unity-Addressables-Level-3/HEAD/ProjectSettings/UnityConnectSettings.asset -------------------------------------------------------------------------------- /ProjectSettings/VFXManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-Gamedev-Guru/Unity-Addressables-Level-3/HEAD/ProjectSettings/VFXManager.asset -------------------------------------------------------------------------------- /ProjectSettings/XRSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-Gamedev-Guru/Unity-Addressables-Level-3/HEAD/ProjectSettings/XRSettings.asset -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/The-Gamedev-Guru/Unity-Addressables-Level-3/HEAD/README.md --------------------------------------------------------------------------------