Addressable importer 추가
This commit is contained in:
parent
0d6a21b72a
commit
4b22ced124
27
Assets/AddressableImportSettings.asset
Normal file
27
Assets/AddressableImportSettings.asset
Normal file
@ -0,0 +1,27 @@
|
||||
%YAML 1.1
|
||||
%TAG !u! tag:unity3d.com,2011:
|
||||
--- !u!114 &11400000
|
||||
MonoBehaviour:
|
||||
m_ObjectHideFlags: 0
|
||||
m_CorrespondingSourceObject: {fileID: 0}
|
||||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
m_GameObject: {fileID: 0}
|
||||
m_Enabled: 1
|
||||
m_EditorHideFlags: 0
|
||||
m_Script: {fileID: 11500000, guid: 4457b6e6d3304bd46a31be63dad3325c, type: 3}
|
||||
m_Name: AddressableImportSettings
|
||||
m_EditorClassIdentifier:
|
||||
rulesEnabled: 1
|
||||
allowGroupCreation: 1
|
||||
rules:
|
||||
- path: Assets/_Datas/Addressables/
|
||||
matchType: 1
|
||||
groupName:
|
||||
groupTemplate: {fileID: 0}
|
||||
groupTemplateApplicationMode: 0
|
||||
labelRefs: []
|
||||
dynamicLabels: []
|
||||
LabelMode: 1
|
||||
simplified: 0
|
||||
addressReplacement:
|
8
Assets/AddressableImportSettings.asset.meta
Normal file
8
Assets/AddressableImportSettings.asset.meta
Normal file
@ -0,0 +1,8 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 1b56755e9e3d85546ad51fb2c532b154
|
||||
NativeFormatImporter:
|
||||
externalObjects: {}
|
||||
mainObjectFileID: 11400000
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
17
Assets/AddressableImportSettingsList.asset
Normal file
17
Assets/AddressableImportSettingsList.asset
Normal file
@ -0,0 +1,17 @@
|
||||
%YAML 1.1
|
||||
%TAG !u! tag:unity3d.com,2011:
|
||||
--- !u!114 &11400000
|
||||
MonoBehaviour:
|
||||
m_ObjectHideFlags: 0
|
||||
m_CorrespondingSourceObject: {fileID: 0}
|
||||
m_PrefabInstance: {fileID: 0}
|
||||
m_PrefabAsset: {fileID: 0}
|
||||
m_GameObject: {fileID: 0}
|
||||
m_Enabled: 1
|
||||
m_EditorHideFlags: 0
|
||||
m_Script: {fileID: 11500000, guid: b98c499e3a0386a42bec431daac600fb, type: 3}
|
||||
m_Name: AddressableImportSettingsList
|
||||
m_EditorClassIdentifier:
|
||||
SettingList:
|
||||
- {fileID: 11400000, guid: 1b56755e9e3d85546ad51fb2c532b154, type: 2}
|
||||
ShowImportProgressBar: 1
|
8
Assets/AddressableImportSettingsList.asset.meta
Normal file
8
Assets/AddressableImportSettingsList.asset.meta
Normal file
@ -0,0 +1,8 @@
|
||||
fileFormatVersion: 2
|
||||
guid: ded0fd49318dc504f89f2396f0d12d69
|
||||
NativeFormatImporter:
|
||||
externalObjects: {}
|
||||
mainObjectFileID: 11400000
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
@ -5,6 +5,7 @@
|
||||
"com.esotericsoftware.spine.spine-unity": "https://github.com/EsotericSoftware/spine-runtimes.git?path=spine-unity/Assets/Spine#4.2",
|
||||
"com.esotericsoftware.spine.spine-unity-examples": "https://github.com/EsotericSoftware/spine-runtimes.git?path=spine-unity/Assets/Spine Examples#4.2",
|
||||
"com.esotericsoftware.spine.urp-shaders": "https://github.com/EsotericSoftware/spine-runtimes.git?path=spine-unity/Modules/com.esotericsoftware.spine.urp-shaders#4.2",
|
||||
"com.littlebigfun.addressable-importer": "https://github.com/favoyang/unity-addressable-importer.git",
|
||||
"com.unity.addressables": "2.4.6",
|
||||
"com.unity.ai.navigation": "2.0.7",
|
||||
"com.unity.cinemachine": "3.1.3",
|
||||
|
@ -12,6 +12,7 @@ EditorBuildSettings:
|
||||
path: Assets/_Datas/01.Scenes/01.Restaurant.unity
|
||||
guid: de073d0136201ac4cbb36dbeb4b76fb2
|
||||
m_configObjects:
|
||||
addressableimportsettingslist: {fileID: 11400000, guid: ded0fd49318dc504f89f2396f0d12d69, type: 2}
|
||||
com.unity.addressableassets: {fileID: 11400000, guid: 8aedbecfee36f6f47b57e6359672a64f, type: 2}
|
||||
com.unity.input.settings.actions: {fileID: -944628639613478452, guid: 052faaac586de48259a63d0c4782560b, type: 3}
|
||||
m_UseUCBPForAssetBundles: 0
|
||||
|
Loading…
Reference in New Issue
Block a user