com.typhoon.unitysdk 1.0.32 → 1.0.33

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.
@@ -282,16 +282,15 @@ namespace TyphoonUnitySDK
282
282
  /// </summary>
283
283
  public static string GetVariableValue(string variableName)
284
284
  {
285
- #if TYPHOON_ADDRESSABLE
286
285
  try
287
286
  {
288
- var settings = AddressableAssetSettingsDefaultObject.Settings;
287
+ var settings = DefaultSettings;
289
288
  return settings.profileSettings.GetValueByName(settings.activeProfileId, variableName);
290
289
  }
291
290
  finally
292
291
  {
293
292
  }
294
- #endif
293
+
295
294
  return string.Empty;
296
295
  }
297
296
 
package/package.json CHANGED
@@ -1 +1 @@
1
- {"name":"com.typhoon.unitysdk","displayName":"typhoon unity sdk","version":"1.0.32","description":"","unity":"2018.1","type":"tool","hideInEditor":false,"author":{"name":"Jan Zhang","email":"","url":""},"changelogUrl":"","documentationUrl":"","keywords":["typhoon"],"license":"","licensesUrl":"","customDependencies":[{"PackageName":"com.unity.nuget.newtonsoft-json","Value":"2.0.0"}],"dependencies":{"com.unity.nuget.newtonsoft-json":"2.0.0"}}
1
+ {"name":"com.typhoon.unitysdk","displayName":"typhoon unity sdk","version":"1.0.33","description":"","unity":"2018.1","type":"tool","hideInEditor":false,"author":{"name":"Jan Zhang","email":"","url":""},"changelogUrl":"","documentationUrl":"","keywords":["typhoon"],"license":"","licensesUrl":"","customDependencies":[{"PackageName":"com.unity.nuget.newtonsoft-json","Value":"2.0.0"}],"dependencies":{"com.unity.nuget.newtonsoft-json":"2.0.0"}}