com.xmobitea.changx.mini-localization 1.4.3 → 1.4.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -234,7 +234,7 @@
234
234
 
235
235
  public static string GetText(string key)
236
236
  {
237
- if (!IsExists) return "Loading...";
237
+ if (!IsExists) return key;
238
238
 
239
239
  if (string.IsNullOrEmpty(key) || !Instance.textLocalizationDic.ContainsKey(key)) return key;
240
240
 
@@ -3,7 +3,9 @@
3
3
  "rootNamespace": "",
4
4
  "references": [
5
5
  "com.xmobitea.changx.mini-singleton.runtime",
6
- "Unity.TextMeshPro"
6
+ "Unity.TextMeshPro",
7
+ "Unity.Addressables",
8
+ "Unity.ResourceManager"
7
9
  ],
8
10
  "includePlatforms": [],
9
11
  "excludePlatforms": [],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "com.xmobitea.changx.mini-localization",
3
- "version": "1.4.3",
3
+ "version": "1.4.4",
4
4
  "displayName": "XmobiTea Localization",
5
5
  "description": "XmobiTea Unity package",
6
6
  "unity": "2020.3",