├── AddressableAtlases.meta ├── AddressableAtlases ├── AddressableAtlasData.cs ├── AddressableAtlasData.cs.meta ├── AddressableAtlasExtensions.cs ├── AddressableAtlasExtensions.cs.meta ├── AddressableAtlasSettings.cs ├── AddressableAtlasSettings.cs.meta ├── AddressableAtlasState.cs ├── AddressableAtlasState.cs.meta ├── AddressableAtlasesSettingsAsset.cs ├── AddressableAtlasesSettingsAsset.cs.meta ├── AddressableSpriteAtlasService.cs ├── AddressableSpriteAtlasService.cs.meta ├── AtlasReference.cs ├── AtlasReference.cs.meta ├── Context.meta ├── Context │ ├── AddressableAtlasesSource.cs │ ├── AddressableAtlasesSource.cs.meta │ ├── unigame.addressable.atlases.context.asmdef │ └── unigame.addressable.atlases.context.asmdef.meta ├── IAddressableAtlasService.cs ├── IAddressableAtlasService.cs.meta ├── IAddressableAtlasesState.cs ├── IAddressableAtlasesState.cs.meta ├── UpdateAddressableAtlasesMessage.cs ├── UpdateAddressableAtlasesMessage.cs.meta ├── unigame.addressable.atlases.runtime.asmdef └── unigame.addressable.atlases.runtime.asmdef.meta ├── Editor.meta ├── Editor ├── AddressableAssetInspector.cs ├── AddressableAssetInspector.cs.meta ├── AddressableEditorTools.cs ├── AddressableEditorTools.cs.meta ├── AddressableExtensions.cs ├── AddressableExtensions.cs.meta ├── AddressablesCleaner.cs ├── AddressablesCleaner.cs.meta ├── AddressablesDataEditor.meta ├── AddressablesDataEditor │ ├── AddressableDataTools.cs │ ├── AddressableDataTools.cs.meta │ ├── Assets.meta │ ├── Assets │ │ ├── empty_scene.unity │ │ └── empty_scene.unity.meta │ ├── ResourceLocationData.cs │ ├── ResourceLocationData.cs.meta │ ├── Window.meta │ ├── Window │ │ ├── AddressableAssetEntryData.cs │ │ ├── AddressableAssetEntryData.cs.meta │ │ ├── AddressableDependenciesEditor.cs │ │ ├── AddressableDependenciesEditor.cs.meta │ │ ├── AddressableEntryTree.cs │ │ ├── AddressableEntryTree.cs.meta │ │ ├── AddressableGroupData.cs │ │ ├── AddressableGroupData.cs.meta │ │ ├── AddressablesDependenciesConfiguration.cs │ │ ├── AddressablesDependenciesConfiguration.cs.meta │ │ ├── AddressablesDependenciesView.cs │ │ ├── AddressablesDependenciesView.cs.meta │ │ ├── AddressablesDependenciesWindow.cs │ │ ├── AddressablesDependenciesWindow.cs.meta │ │ ├── BaseAddressableDataFilter.cs │ │ ├── BaseAddressableDataFilter.cs.meta │ │ ├── EntryDependenciesFilter.cs │ │ ├── EntryDependenciesFilter.cs.meta │ │ ├── IAddressableDataFilter.cs │ │ ├── IAddressableDataFilter.cs.meta │ │ ├── LocalToRemoteDependenciesFilter.cs │ │ ├── LocalToRemoteDependenciesFilter.cs.meta │ │ ├── SingleAssetDependenciesView.cs │ │ └── SingleAssetDependenciesView.cs.meta │ ├── unigame.addressables.dependencies.editor.asmdef │ └── unigame.addressables.dependencies.editor.asmdef.meta ├── AddressablesResourceComparer.cs ├── AddressablesResourceComparer.cs.meta ├── Commands.meta ├── Commands │ ├── AddressablesAssetsFix.cs │ └── AddressablesAssetsFix.cs.meta ├── DummyLocator.cs ├── DummyLocator.cs.meta ├── ResourceLocatorType.cs ├── ResourceLocatorType.cs.meta ├── unigame.addressables.editor.asmdef └── unigame.addressables.editor.asmdef.meta ├── GitAssets.meta ├── GitAssets ├── remote_cfg1.png └── remote_cfg1.png.meta ├── LICENSE ├── LICENSE.meta ├── README.md ├── README.md.meta ├── Runtime.meta ├── Runtime ├── AddressableContentLoader.cs ├── AddressableContentLoader.cs.meta ├── AddressableExtensions.cs ├── AddressableExtensions.cs.meta ├── AddressableLocationService.cs ├── AddressableLocationService.cs.meta ├── AddressablePoolingExtensions.cs ├── AddressablePoolingExtensions.cs.meta ├── AddressableRemoteConfig.cs ├── AddressableRemoteConfig.cs.meta ├── AddressableTools.cs ├── AddressableTools.cs.meta ├── AssetReferencies.meta ├── AssetReferencies │ ├── AddressableGameObjects.cs │ ├── AddressableGameObjects.cs.meta │ ├── AddressableValue.cs │ ├── AddressableValue.cs.meta │ ├── AssetReferenceApiT.cs │ ├── AssetReferenceApiT.cs.meta │ ├── AssetReferenceComponent.cs │ ├── AssetReferenceComponent.cs.meta │ ├── AssetReferenceGameObjectValue.cs │ ├── AssetReferenceGameObjectValue.cs.meta │ ├── AssetReferenceParticleSystem.cs │ ├── AssetReferenceParticleSystem.cs.meta │ ├── AssetReferenceSpriteAtlas.cs │ ├── AssetReferenceSpriteAtlas.cs.meta │ ├── CameraAssetReference.cs │ ├── CameraAssetReference.cs.meta │ ├── ScriptableObjectAssetReference.cs │ ├── ScriptableObjectAssetReference.cs.meta │ ├── ScriptableObjectAssetReferenceT.cs │ └── ScriptableObjectAssetReferenceT.cs.meta ├── AsyncHandleStatus.cs ├── AsyncHandleStatus.cs.meta ├── AsyncOperationHandleExtensions.cs ├── AsyncOperationHandleExtensions.cs.meta ├── Components.meta ├── Components │ ├── AddressableInstancer.cs │ ├── AddressableInstancer.cs.meta │ ├── AddressableMonoPreloader.cs │ ├── AddressableMonoPreloader.cs.meta │ ├── AddressablePreloadValue.cs │ ├── AddressablePreloadValue.cs.meta │ ├── AddressableResourcePreloader.cs │ ├── AddressableResourcePreloader.cs.meta │ ├── AddressablesTypeTag.cs │ └── AddressablesTypeTag.cs.meta ├── DrawAssetReferenceAttribute.cs ├── DrawAssetReferenceAttribute.cs.meta ├── IAddressableLocationService.cs ├── IAddressableLocationService.cs.meta ├── IAddressableObservable.cs ├── IAddressableObservable.cs.meta ├── IAsyncHandleStatus.cs ├── IAsyncHandleStatus.cs.meta ├── unigame.addressables.tools.runtime.asmdef └── unigame.addressables.tools.runtime.asmdef.meta ├── Rx.meta ├── Rx ├── AddressableContentCatalogHandler.cs ├── AddressableContentCatalogHandler.cs.meta ├── AddressableObservable.cs ├── AddressableObservable.cs.meta ├── AddressablesReactiveExtensions.cs ├── AddressablesReactiveExtensions.cs.meta ├── unigame.addressables.rx.asmdef └── unigame.addressables.rx.asmdef.meta ├── package.json └── package.json.meta /AddressableAtlases.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 58b6e8b612724855bf21971307d696c5 3 | timeCreated: 1731101552 -------------------------------------------------------------------------------- /AddressableAtlases/AddressableAtlasData.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnioGame/unigame.addressables/HEAD/AddressableAtlases/AddressableAtlasData.cs -------------------------------------------------------------------------------- /AddressableAtlases/AddressableAtlasData.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2fd502042bca4e2ab5c30fe921008b92 3 | timeCreated: 1731169528 -------------------------------------------------------------------------------- /AddressableAtlases/AddressableAtlasExtensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnioGame/unigame.addressables/HEAD/AddressableAtlases/AddressableAtlasExtensions.cs -------------------------------------------------------------------------------- /AddressableAtlases/AddressableAtlasExtensions.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnioGame/unigame.addressables/HEAD/AddressableAtlases/AddressableAtlasExtensions.cs.meta -------------------------------------------------------------------------------- /AddressableAtlases/AddressableAtlasSettings.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnioGame/unigame.addressables/HEAD/AddressableAtlases/AddressableAtlasSettings.cs -------------------------------------------------------------------------------- /AddressableAtlases/AddressableAtlasSettings.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: a4cb26349f4344b89f011ada00dc5d55 3 | timeCreated: 1731169520 -------------------------------------------------------------------------------- /AddressableAtlases/AddressableAtlasState.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnioGame/unigame.addressables/HEAD/AddressableAtlases/AddressableAtlasState.cs -------------------------------------------------------------------------------- /AddressableAtlases/AddressableAtlasState.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 74c0a38831f84002bcbfa79218d94075 3 | timeCreated: 1731173097 -------------------------------------------------------------------------------- /AddressableAtlases/AddressableAtlasesSettingsAsset.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnioGame/unigame.addressables/HEAD/AddressableAtlases/AddressableAtlasesSettingsAsset.cs -------------------------------------------------------------------------------- /AddressableAtlases/AddressableAtlasesSettingsAsset.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4d65573485994b44a0c39e2d79c51f0f 3 | timeCreated: 1625126222 -------------------------------------------------------------------------------- /AddressableAtlases/AddressableSpriteAtlasService.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnioGame/unigame.addressables/HEAD/AddressableAtlases/AddressableSpriteAtlasService.cs -------------------------------------------------------------------------------- /AddressableAtlases/AddressableSpriteAtlasService.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2fd54a26f49e4137be96a7d4f9268efe 3 | timeCreated: 1634252627 -------------------------------------------------------------------------------- /AddressableAtlases/AtlasReference.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnioGame/unigame.addressables/HEAD/AddressableAtlases/AtlasReference.cs -------------------------------------------------------------------------------- /AddressableAtlases/AtlasReference.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 85ebe836536f4543a20b7d699b2b7a88 3 | timeCreated: 1634395344 -------------------------------------------------------------------------------- /AddressableAtlases/Context.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnioGame/unigame.addressables/HEAD/AddressableAtlases/Context.meta -------------------------------------------------------------------------------- /AddressableAtlases/Context/AddressableAtlasesSource.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnioGame/unigame.addressables/HEAD/AddressableAtlases/Context/AddressableAtlasesSource.cs -------------------------------------------------------------------------------- /AddressableAtlases/Context/AddressableAtlasesSource.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnioGame/unigame.addressables/HEAD/AddressableAtlases/Context/AddressableAtlasesSource.cs.meta -------------------------------------------------------------------------------- /AddressableAtlases/Context/unigame.addressable.atlases.context.asmdef: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnioGame/unigame.addressables/HEAD/AddressableAtlases/Context/unigame.addressable.atlases.context.asmdef -------------------------------------------------------------------------------- /AddressableAtlases/Context/unigame.addressable.atlases.context.asmdef.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 777709840430a3e4ab713011a171f19f 3 | timeCreated: 1731101562 4 | -------------------------------------------------------------------------------- /AddressableAtlases/IAddressableAtlasService.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnioGame/unigame.addressables/HEAD/AddressableAtlases/IAddressableAtlasService.cs -------------------------------------------------------------------------------- /AddressableAtlases/IAddressableAtlasService.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4b354ddc7d2646759968e84ecb26804e 3 | timeCreated: 1634409824 -------------------------------------------------------------------------------- /AddressableAtlases/IAddressableAtlasesState.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnioGame/unigame.addressables/HEAD/AddressableAtlases/IAddressableAtlasesState.cs -------------------------------------------------------------------------------- /AddressableAtlases/IAddressableAtlasesState.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 46fbdbbada3b4ee6b235a225b59816b3 3 | timeCreated: 1625072080 -------------------------------------------------------------------------------- /AddressableAtlases/UpdateAddressableAtlasesMessage.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnioGame/unigame.addressables/HEAD/AddressableAtlases/UpdateAddressableAtlasesMessage.cs -------------------------------------------------------------------------------- /AddressableAtlases/UpdateAddressableAtlasesMessage.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnioGame/unigame.addressables/HEAD/AddressableAtlases/UpdateAddressableAtlasesMessage.cs.meta -------------------------------------------------------------------------------- /AddressableAtlases/unigame.addressable.atlases.runtime.asmdef: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnioGame/unigame.addressables/HEAD/AddressableAtlases/unigame.addressable.atlases.runtime.asmdef -------------------------------------------------------------------------------- /AddressableAtlases/unigame.addressable.atlases.runtime.asmdef.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 1651f4401021496ebe9eda37ad1b245d 3 | timeCreated: 1731101562 -------------------------------------------------------------------------------- /Editor.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnioGame/unigame.addressables/HEAD/Editor.meta -------------------------------------------------------------------------------- /Editor/AddressableAssetInspector.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnioGame/unigame.addressables/HEAD/Editor/AddressableAssetInspector.cs -------------------------------------------------------------------------------- /Editor/AddressableAssetInspector.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnioGame/unigame.addressables/HEAD/Editor/AddressableAssetInspector.cs.meta -------------------------------------------------------------------------------- /Editor/AddressableEditorTools.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnioGame/unigame.addressables/HEAD/Editor/AddressableEditorTools.cs -------------------------------------------------------------------------------- /Editor/AddressableEditorTools.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fba7e93b17bc48689df57aaf7195c492 3 | timeCreated: 1587990006 -------------------------------------------------------------------------------- /Editor/AddressableExtensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnioGame/unigame.addressables/HEAD/Editor/AddressableExtensions.cs -------------------------------------------------------------------------------- /Editor/AddressableExtensions.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: eda8c0423f1d4fd294058c01a36a578e 3 | timeCreated: 1587991282 -------------------------------------------------------------------------------- /Editor/AddressablesCleaner.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnioGame/unigame.addressables/HEAD/Editor/AddressablesCleaner.cs -------------------------------------------------------------------------------- /Editor/AddressablesCleaner.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnioGame/unigame.addressables/HEAD/Editor/AddressablesCleaner.cs.meta -------------------------------------------------------------------------------- /Editor/AddressablesDataEditor.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnioGame/unigame.addressables/HEAD/Editor/AddressablesDataEditor.meta -------------------------------------------------------------------------------- /Editor/AddressablesDataEditor/AddressableDataTools.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnioGame/unigame.addressables/HEAD/Editor/AddressablesDataEditor/AddressableDataTools.cs -------------------------------------------------------------------------------- /Editor/AddressablesDataEditor/AddressableDataTools.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 9685468727b448efbb071b330fe288c6 3 | timeCreated: 1640598132 -------------------------------------------------------------------------------- /Editor/AddressablesDataEditor/Assets.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnioGame/unigame.addressables/HEAD/Editor/AddressablesDataEditor/Assets.meta -------------------------------------------------------------------------------- /Editor/AddressablesDataEditor/Assets/empty_scene.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnioGame/unigame.addressables/HEAD/Editor/AddressablesDataEditor/Assets/empty_scene.unity -------------------------------------------------------------------------------- /Editor/AddressablesDataEditor/Assets/empty_scene.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnioGame/unigame.addressables/HEAD/Editor/AddressablesDataEditor/Assets/empty_scene.unity.meta -------------------------------------------------------------------------------- /Editor/AddressablesDataEditor/ResourceLocationData.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnioGame/unigame.addressables/HEAD/Editor/AddressablesDataEditor/ResourceLocationData.cs -------------------------------------------------------------------------------- /Editor/AddressablesDataEditor/ResourceLocationData.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: cdd9018884a34f89b6e3bb4e0cc319cb 3 | timeCreated: 1640598143 -------------------------------------------------------------------------------- /Editor/AddressablesDataEditor/Window.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnioGame/unigame.addressables/HEAD/Editor/AddressablesDataEditor/Window.meta -------------------------------------------------------------------------------- /Editor/AddressablesDataEditor/Window/AddressableAssetEntryData.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnioGame/unigame.addressables/HEAD/Editor/AddressablesDataEditor/Window/AddressableAssetEntryData.cs -------------------------------------------------------------------------------- /Editor/AddressablesDataEditor/Window/AddressableAssetEntryData.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4c630d25f0d04f1f8be45d25b4f77a75 3 | timeCreated: 1640598831 -------------------------------------------------------------------------------- /Editor/AddressablesDataEditor/Window/AddressableDependenciesEditor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnioGame/unigame.addressables/HEAD/Editor/AddressablesDataEditor/Window/AddressableDependenciesEditor.cs -------------------------------------------------------------------------------- /Editor/AddressablesDataEditor/Window/AddressableDependenciesEditor.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 89927df6ed2c44b5849d1efd48e93508 3 | timeCreated: 1643378716 -------------------------------------------------------------------------------- /Editor/AddressablesDataEditor/Window/AddressableEntryTree.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnioGame/unigame.addressables/HEAD/Editor/AddressablesDataEditor/Window/AddressableEntryTree.cs -------------------------------------------------------------------------------- /Editor/AddressablesDataEditor/Window/AddressableEntryTree.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d1c260dcda3f492890b2c5ecf11b0145 3 | timeCreated: 1643383837 -------------------------------------------------------------------------------- /Editor/AddressablesDataEditor/Window/AddressableGroupData.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnioGame/unigame.addressables/HEAD/Editor/AddressablesDataEditor/Window/AddressableGroupData.cs -------------------------------------------------------------------------------- /Editor/AddressablesDataEditor/Window/AddressableGroupData.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnioGame/unigame.addressables/HEAD/Editor/AddressablesDataEditor/Window/AddressableGroupData.cs.meta -------------------------------------------------------------------------------- /Editor/AddressablesDataEditor/Window/AddressablesDependenciesConfiguration.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnioGame/unigame.addressables/HEAD/Editor/AddressablesDataEditor/Window/AddressablesDependenciesConfiguration.cs -------------------------------------------------------------------------------- /Editor/AddressablesDataEditor/Window/AddressablesDependenciesConfiguration.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnioGame/unigame.addressables/HEAD/Editor/AddressablesDataEditor/Window/AddressablesDependenciesConfiguration.cs.meta -------------------------------------------------------------------------------- /Editor/AddressablesDataEditor/Window/AddressablesDependenciesView.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnioGame/unigame.addressables/HEAD/Editor/AddressablesDataEditor/Window/AddressablesDependenciesView.cs -------------------------------------------------------------------------------- /Editor/AddressablesDataEditor/Window/AddressablesDependenciesView.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 212cd84cd51c4fd48c453b3e50be5c08 3 | timeCreated: 1643378743 -------------------------------------------------------------------------------- /Editor/AddressablesDataEditor/Window/AddressablesDependenciesWindow.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnioGame/unigame.addressables/HEAD/Editor/AddressablesDataEditor/Window/AddressablesDependenciesWindow.cs -------------------------------------------------------------------------------- /Editor/AddressablesDataEditor/Window/AddressablesDependenciesWindow.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnioGame/unigame.addressables/HEAD/Editor/AddressablesDataEditor/Window/AddressablesDependenciesWindow.cs.meta -------------------------------------------------------------------------------- /Editor/AddressablesDataEditor/Window/BaseAddressableDataFilter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnioGame/unigame.addressables/HEAD/Editor/AddressablesDataEditor/Window/BaseAddressableDataFilter.cs -------------------------------------------------------------------------------- /Editor/AddressablesDataEditor/Window/BaseAddressableDataFilter.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 68396c7de2b04e73a609a457844eb2c1 3 | timeCreated: 1643555505 -------------------------------------------------------------------------------- /Editor/AddressablesDataEditor/Window/EntryDependenciesFilter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnioGame/unigame.addressables/HEAD/Editor/AddressablesDataEditor/Window/EntryDependenciesFilter.cs -------------------------------------------------------------------------------- /Editor/AddressablesDataEditor/Window/EntryDependenciesFilter.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 17cbc4e159aa4636b27f7ea15c851d48 3 | timeCreated: 1643569942 -------------------------------------------------------------------------------- /Editor/AddressablesDataEditor/Window/IAddressableDataFilter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnioGame/unigame.addressables/HEAD/Editor/AddressablesDataEditor/Window/IAddressableDataFilter.cs -------------------------------------------------------------------------------- /Editor/AddressablesDataEditor/Window/IAddressableDataFilter.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 95d03124b9564b359b6e13524f84de70 3 | timeCreated: 1643555515 -------------------------------------------------------------------------------- /Editor/AddressablesDataEditor/Window/LocalToRemoteDependenciesFilter.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnioGame/unigame.addressables/HEAD/Editor/AddressablesDataEditor/Window/LocalToRemoteDependenciesFilter.cs -------------------------------------------------------------------------------- /Editor/AddressablesDataEditor/Window/LocalToRemoteDependenciesFilter.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8cb75ef1e3ec4f6e9da6513ea957adba 3 | timeCreated: 1643560151 -------------------------------------------------------------------------------- /Editor/AddressablesDataEditor/Window/SingleAssetDependenciesView.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnioGame/unigame.addressables/HEAD/Editor/AddressablesDataEditor/Window/SingleAssetDependenciesView.cs -------------------------------------------------------------------------------- /Editor/AddressablesDataEditor/Window/SingleAssetDependenciesView.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: db95b8162b3f49dd86d9d7f0fb5effc8 3 | timeCreated: 1643684626 -------------------------------------------------------------------------------- /Editor/AddressablesDataEditor/unigame.addressables.dependencies.editor.asmdef: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnioGame/unigame.addressables/HEAD/Editor/AddressablesDataEditor/unigame.addressables.dependencies.editor.asmdef -------------------------------------------------------------------------------- /Editor/AddressablesDataEditor/unigame.addressables.dependencies.editor.asmdef.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnioGame/unigame.addressables/HEAD/Editor/AddressablesDataEditor/unigame.addressables.dependencies.editor.asmdef.meta -------------------------------------------------------------------------------- /Editor/AddressablesResourceComparer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnioGame/unigame.addressables/HEAD/Editor/AddressablesResourceComparer.cs -------------------------------------------------------------------------------- /Editor/AddressablesResourceComparer.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnioGame/unigame.addressables/HEAD/Editor/AddressablesResourceComparer.cs.meta -------------------------------------------------------------------------------- /Editor/Commands.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnioGame/unigame.addressables/HEAD/Editor/Commands.meta -------------------------------------------------------------------------------- /Editor/Commands/AddressablesAssetsFix.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnioGame/unigame.addressables/HEAD/Editor/Commands/AddressablesAssetsFix.cs -------------------------------------------------------------------------------- /Editor/Commands/AddressablesAssetsFix.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnioGame/unigame.addressables/HEAD/Editor/Commands/AddressablesAssetsFix.cs.meta -------------------------------------------------------------------------------- /Editor/DummyLocator.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnioGame/unigame.addressables/HEAD/Editor/DummyLocator.cs -------------------------------------------------------------------------------- /Editor/DummyLocator.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnioGame/unigame.addressables/HEAD/Editor/DummyLocator.cs.meta -------------------------------------------------------------------------------- /Editor/ResourceLocatorType.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnioGame/unigame.addressables/HEAD/Editor/ResourceLocatorType.cs -------------------------------------------------------------------------------- /Editor/ResourceLocatorType.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnioGame/unigame.addressables/HEAD/Editor/ResourceLocatorType.cs.meta -------------------------------------------------------------------------------- /Editor/unigame.addressables.editor.asmdef: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnioGame/unigame.addressables/HEAD/Editor/unigame.addressables.editor.asmdef -------------------------------------------------------------------------------- /Editor/unigame.addressables.editor.asmdef.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnioGame/unigame.addressables/HEAD/Editor/unigame.addressables.editor.asmdef.meta -------------------------------------------------------------------------------- /GitAssets.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: d0b9b1fbb43f4ede96a8da8e208c73f9 3 | timeCreated: 1752145862 -------------------------------------------------------------------------------- /GitAssets/remote_cfg1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnioGame/unigame.addressables/HEAD/GitAssets/remote_cfg1.png -------------------------------------------------------------------------------- /GitAssets/remote_cfg1.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnioGame/unigame.addressables/HEAD/GitAssets/remote_cfg1.png.meta -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnioGame/unigame.addressables/HEAD/LICENSE -------------------------------------------------------------------------------- /LICENSE.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnioGame/unigame.addressables/HEAD/LICENSE.meta -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnioGame/unigame.addressables/HEAD/README.md -------------------------------------------------------------------------------- /README.md.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnioGame/unigame.addressables/HEAD/README.md.meta -------------------------------------------------------------------------------- /Runtime.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnioGame/unigame.addressables/HEAD/Runtime.meta -------------------------------------------------------------------------------- /Runtime/AddressableContentLoader.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnioGame/unigame.addressables/HEAD/Runtime/AddressableContentLoader.cs -------------------------------------------------------------------------------- /Runtime/AddressableContentLoader.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: af2d9d27acff49c095f03fa57ca873f1 3 | timeCreated: 1734726919 -------------------------------------------------------------------------------- /Runtime/AddressableExtensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnioGame/unigame.addressables/HEAD/Runtime/AddressableExtensions.cs -------------------------------------------------------------------------------- /Runtime/AddressableExtensions.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnioGame/unigame.addressables/HEAD/Runtime/AddressableExtensions.cs.meta -------------------------------------------------------------------------------- /Runtime/AddressableLocationService.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnioGame/unigame.addressables/HEAD/Runtime/AddressableLocationService.cs -------------------------------------------------------------------------------- /Runtime/AddressableLocationService.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 654612966dcc4ad1ba9c6980601e1aa5 3 | timeCreated: 1752086091 -------------------------------------------------------------------------------- /Runtime/AddressablePoolingExtensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnioGame/unigame.addressables/HEAD/Runtime/AddressablePoolingExtensions.cs -------------------------------------------------------------------------------- /Runtime/AddressablePoolingExtensions.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnioGame/unigame.addressables/HEAD/Runtime/AddressablePoolingExtensions.cs.meta -------------------------------------------------------------------------------- /Runtime/AddressableRemoteConfig.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnioGame/unigame.addressables/HEAD/Runtime/AddressableRemoteConfig.cs -------------------------------------------------------------------------------- /Runtime/AddressableRemoteConfig.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 05175dcc6be24eceb0d8870968b6221d 3 | timeCreated: 1751993975 -------------------------------------------------------------------------------- /Runtime/AddressableTools.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnioGame/unigame.addressables/HEAD/Runtime/AddressableTools.cs -------------------------------------------------------------------------------- /Runtime/AddressableTools.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 068ecc6ff13b40b68f535eda28efa634 3 | timeCreated: 1640280424 -------------------------------------------------------------------------------- /Runtime/AssetReferencies.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnioGame/unigame.addressables/HEAD/Runtime/AssetReferencies.meta -------------------------------------------------------------------------------- /Runtime/AssetReferencies/AddressableGameObjects.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnioGame/unigame.addressables/HEAD/Runtime/AssetReferencies/AddressableGameObjects.cs -------------------------------------------------------------------------------- /Runtime/AssetReferencies/AddressableGameObjects.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 98420ca9b51a41a08320569956ed18d1 3 | timeCreated: 1709135702 -------------------------------------------------------------------------------- /Runtime/AssetReferencies/AddressableValue.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnioGame/unigame.addressables/HEAD/Runtime/AssetReferencies/AddressableValue.cs -------------------------------------------------------------------------------- /Runtime/AssetReferencies/AddressableValue.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: e5d56463348a419993fa91d773272a64 3 | timeCreated: 1696742477 -------------------------------------------------------------------------------- /Runtime/AssetReferencies/AssetReferenceApiT.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnioGame/unigame.addressables/HEAD/Runtime/AssetReferencies/AssetReferenceApiT.cs -------------------------------------------------------------------------------- /Runtime/AssetReferencies/AssetReferenceApiT.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnioGame/unigame.addressables/HEAD/Runtime/AssetReferencies/AssetReferenceApiT.cs.meta -------------------------------------------------------------------------------- /Runtime/AssetReferencies/AssetReferenceComponent.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnioGame/unigame.addressables/HEAD/Runtime/AssetReferencies/AssetReferenceComponent.cs -------------------------------------------------------------------------------- /Runtime/AssetReferencies/AssetReferenceComponent.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: dcea1070de0d4e4ea771b4e63f8c535f 3 | timeCreated: 1585053176 -------------------------------------------------------------------------------- /Runtime/AssetReferencies/AssetReferenceGameObjectValue.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnioGame/unigame.addressables/HEAD/Runtime/AssetReferencies/AssetReferenceGameObjectValue.cs -------------------------------------------------------------------------------- /Runtime/AssetReferencies/AssetReferenceGameObjectValue.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 44b6e4eaf3eb4bfb94d3fcea52127a07 3 | timeCreated: 1709135706 -------------------------------------------------------------------------------- /Runtime/AssetReferencies/AssetReferenceParticleSystem.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnioGame/unigame.addressables/HEAD/Runtime/AssetReferencies/AssetReferenceParticleSystem.cs -------------------------------------------------------------------------------- /Runtime/AssetReferencies/AssetReferenceParticleSystem.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 63879291625d4a83a7961fb924e4ae02 3 | timeCreated: 1584464359 -------------------------------------------------------------------------------- /Runtime/AssetReferencies/AssetReferenceSpriteAtlas.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnioGame/unigame.addressables/HEAD/Runtime/AssetReferencies/AssetReferenceSpriteAtlas.cs -------------------------------------------------------------------------------- /Runtime/AssetReferencies/AssetReferenceSpriteAtlas.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnioGame/unigame.addressables/HEAD/Runtime/AssetReferencies/AssetReferenceSpriteAtlas.cs.meta -------------------------------------------------------------------------------- /Runtime/AssetReferencies/CameraAssetReference.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnioGame/unigame.addressables/HEAD/Runtime/AssetReferencies/CameraAssetReference.cs -------------------------------------------------------------------------------- /Runtime/AssetReferencies/CameraAssetReference.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnioGame/unigame.addressables/HEAD/Runtime/AssetReferencies/CameraAssetReference.cs.meta -------------------------------------------------------------------------------- /Runtime/AssetReferencies/ScriptableObjectAssetReference.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnioGame/unigame.addressables/HEAD/Runtime/AssetReferencies/ScriptableObjectAssetReference.cs -------------------------------------------------------------------------------- /Runtime/AssetReferencies/ScriptableObjectAssetReference.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnioGame/unigame.addressables/HEAD/Runtime/AssetReferencies/ScriptableObjectAssetReference.cs.meta -------------------------------------------------------------------------------- /Runtime/AssetReferencies/ScriptableObjectAssetReferenceT.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnioGame/unigame.addressables/HEAD/Runtime/AssetReferencies/ScriptableObjectAssetReferenceT.cs -------------------------------------------------------------------------------- /Runtime/AssetReferencies/ScriptableObjectAssetReferenceT.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnioGame/unigame.addressables/HEAD/Runtime/AssetReferencies/ScriptableObjectAssetReferenceT.cs.meta -------------------------------------------------------------------------------- /Runtime/AsyncHandleStatus.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnioGame/unigame.addressables/HEAD/Runtime/AsyncHandleStatus.cs -------------------------------------------------------------------------------- /Runtime/AsyncHandleStatus.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: fd69eced21174af6a386239150753860 3 | timeCreated: 1628172313 -------------------------------------------------------------------------------- /Runtime/AsyncOperationHandleExtensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnioGame/unigame.addressables/HEAD/Runtime/AsyncOperationHandleExtensions.cs -------------------------------------------------------------------------------- /Runtime/AsyncOperationHandleExtensions.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 6381ed2b9475401682c5867e874c9f16 3 | timeCreated: 1634716966 -------------------------------------------------------------------------------- /Runtime/Components.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnioGame/unigame.addressables/HEAD/Runtime/Components.meta -------------------------------------------------------------------------------- /Runtime/Components/AddressableInstancer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnioGame/unigame.addressables/HEAD/Runtime/Components/AddressableInstancer.cs -------------------------------------------------------------------------------- /Runtime/Components/AddressableInstancer.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnioGame/unigame.addressables/HEAD/Runtime/Components/AddressableInstancer.cs.meta -------------------------------------------------------------------------------- /Runtime/Components/AddressableMonoPreloader.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnioGame/unigame.addressables/HEAD/Runtime/Components/AddressableMonoPreloader.cs -------------------------------------------------------------------------------- /Runtime/Components/AddressableMonoPreloader.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 0fc2d1bb52994c2cb29d2eddd2b97d3b 3 | timeCreated: 1701685382 -------------------------------------------------------------------------------- /Runtime/Components/AddressablePreloadValue.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnioGame/unigame.addressables/HEAD/Runtime/Components/AddressablePreloadValue.cs -------------------------------------------------------------------------------- /Runtime/Components/AddressablePreloadValue.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: c535727c5a05452dac6eeaa0b0a1a538 3 | timeCreated: 1701686444 -------------------------------------------------------------------------------- /Runtime/Components/AddressableResourcePreloader.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnioGame/unigame.addressables/HEAD/Runtime/Components/AddressableResourcePreloader.cs -------------------------------------------------------------------------------- /Runtime/Components/AddressableResourcePreloader.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 783034b98dfa4c608bf6213bccb43a45 3 | timeCreated: 1701686683 -------------------------------------------------------------------------------- /Runtime/Components/AddressablesTypeTag.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnioGame/unigame.addressables/HEAD/Runtime/Components/AddressablesTypeTag.cs -------------------------------------------------------------------------------- /Runtime/Components/AddressablesTypeTag.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnioGame/unigame.addressables/HEAD/Runtime/Components/AddressablesTypeTag.cs.meta -------------------------------------------------------------------------------- /Runtime/DrawAssetReferenceAttribute.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnioGame/unigame.addressables/HEAD/Runtime/DrawAssetReferenceAttribute.cs -------------------------------------------------------------------------------- /Runtime/DrawAssetReferenceAttribute.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnioGame/unigame.addressables/HEAD/Runtime/DrawAssetReferenceAttribute.cs.meta -------------------------------------------------------------------------------- /Runtime/IAddressableLocationService.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnioGame/unigame.addressables/HEAD/Runtime/IAddressableLocationService.cs -------------------------------------------------------------------------------- /Runtime/IAddressableLocationService.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 2b094b1d81c14107b2486312dc3b9f79 3 | timeCreated: 1752120670 -------------------------------------------------------------------------------- /Runtime/IAddressableObservable.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnioGame/unigame.addressables/HEAD/Runtime/IAddressableObservable.cs -------------------------------------------------------------------------------- /Runtime/IAddressableObservable.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 4444d78b4a954e2087d392ea4f2a06bf 3 | timeCreated: 1582191679 -------------------------------------------------------------------------------- /Runtime/IAsyncHandleStatus.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnioGame/unigame.addressables/HEAD/Runtime/IAsyncHandleStatus.cs -------------------------------------------------------------------------------- /Runtime/IAsyncHandleStatus.cs.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: f3b92cab221845bcb1e5deebe75168d4 3 | timeCreated: 1628172329 -------------------------------------------------------------------------------- /Runtime/unigame.addressables.tools.runtime.asmdef: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnioGame/unigame.addressables/HEAD/Runtime/unigame.addressables.tools.runtime.asmdef -------------------------------------------------------------------------------- /Runtime/unigame.addressables.tools.runtime.asmdef.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnioGame/unigame.addressables/HEAD/Runtime/unigame.addressables.tools.runtime.asmdef.meta -------------------------------------------------------------------------------- /Rx.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnioGame/unigame.addressables/HEAD/Rx.meta -------------------------------------------------------------------------------- /Rx/AddressableContentCatalogHandler.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnioGame/unigame.addressables/HEAD/Rx/AddressableContentCatalogHandler.cs -------------------------------------------------------------------------------- /Rx/AddressableContentCatalogHandler.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnioGame/unigame.addressables/HEAD/Rx/AddressableContentCatalogHandler.cs.meta -------------------------------------------------------------------------------- /Rx/AddressableObservable.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnioGame/unigame.addressables/HEAD/Rx/AddressableObservable.cs -------------------------------------------------------------------------------- /Rx/AddressableObservable.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnioGame/unigame.addressables/HEAD/Rx/AddressableObservable.cs.meta -------------------------------------------------------------------------------- /Rx/AddressablesReactiveExtensions.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnioGame/unigame.addressables/HEAD/Rx/AddressablesReactiveExtensions.cs -------------------------------------------------------------------------------- /Rx/AddressablesReactiveExtensions.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnioGame/unigame.addressables/HEAD/Rx/AddressablesReactiveExtensions.cs.meta -------------------------------------------------------------------------------- /Rx/unigame.addressables.rx.asmdef: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnioGame/unigame.addressables/HEAD/Rx/unigame.addressables.rx.asmdef -------------------------------------------------------------------------------- /Rx/unigame.addressables.rx.asmdef.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnioGame/unigame.addressables/HEAD/Rx/unigame.addressables.rx.asmdef.meta -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnioGame/unigame.addressables/HEAD/package.json -------------------------------------------------------------------------------- /package.json.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/UnioGame/unigame.addressables/HEAD/package.json.meta --------------------------------------------------------------------------------