Addressable importer 추가

This commit is contained in:
NTG_Lenovo 2025-07-04 15:06:52 +09:00
parent 0d6a21b72a
commit 4b22ced124
6 changed files with 62 additions and 0 deletions

View 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:

View File

@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: 1b56755e9e3d85546ad51fb2c532b154
NativeFormatImporter:
externalObjects: {}
mainObjectFileID: 11400000
userData:
assetBundleName:
assetBundleVariant:

View 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

View File

@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: ded0fd49318dc504f89f2396f0d12d69
NativeFormatImporter:
externalObjects: {}
mainObjectFileID: 11400000
userData:
assetBundleName:
assetBundleVariant:

View File

@ -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": "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.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.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.addressables": "2.4.6",
"com.unity.ai.navigation": "2.0.7", "com.unity.ai.navigation": "2.0.7",
"com.unity.cinemachine": "3.1.3", "com.unity.cinemachine": "3.1.3",

View File

@ -12,6 +12,7 @@ EditorBuildSettings:
path: Assets/_Datas/01.Scenes/01.Restaurant.unity path: Assets/_Datas/01.Scenes/01.Restaurant.unity
guid: de073d0136201ac4cbb36dbeb4b76fb2 guid: de073d0136201ac4cbb36dbeb4b76fb2
m_configObjects: m_configObjects:
addressableimportsettingslist: {fileID: 11400000, guid: ded0fd49318dc504f89f2396f0d12d69, type: 2}
com.unity.addressableassets: {fileID: 11400000, guid: 8aedbecfee36f6f47b57e6359672a64f, type: 2} com.unity.addressableassets: {fileID: 11400000, guid: 8aedbecfee36f6f47b57e6359672a64f, type: 2}
com.unity.input.settings.actions: {fileID: -944628639613478452, guid: 052faaac586de48259a63d0c4782560b, type: 3} com.unity.input.settings.actions: {fileID: -944628639613478452, guid: 052faaac586de48259a63d0c4782560b, type: 3}
m_UseUCBPForAssetBundles: 0 m_UseUCBPForAssetBundles: 0