feat(localization): addressables settings

This commit is contained in:
Fangh 2024-02-27 23:46:10 +01:00
parent 83a2979bc9
commit ad12dd2cdf
2 changed files with 16 additions and 1 deletions

View File

@ -11,4 +11,6 @@ EditorBuildSettings:
- enabled: 0
path: Assets/Scenes/ComputerView.unity
guid: 9fc0d4010bbf28b4594072e72b8655ab
m_configObjects: {}
m_configObjects:
com.unity.addressableassets: {fileID: 11400000, guid: 3e9962365718b6b48842e3874e77f101, type: 2}
com.unity.localization.settings: {fileID: 11400000, guid: 69c3f2d9d933f834aa38ecbda69289ca, type: 2}

View File

@ -0,0 +1,13 @@
{
"useBuildCacheServer": false,
"cacheServerHost": "",
"cacheServerPort": 8126,
"threadedArchiving": true,
"logCacheMiss": false,
"slimWriteResults": true,
"maximumCacheSize": 20,
"useDetailedBuildLog": false,
"useV2Hasher": true,
"fileIDHashSeed": 0,
"prefabPackedHeaderSize": 2
}