Skip to content

v1.4.0 AssetReference from Addressables

Compare
Choose a tag to compare
@applejag applejag released this 05 Feb 15:36
· 223 commits to master since this release
1.4.0
6064d12

Changes

  • Added support for UnityEngine.AddressableAssets.AssetReference. The new AssetReferenceConverter is only included in the build if your project contains the com.unity.addressables package. (#66, #67)

    This automatic inclusion relies on AssemblyDefinition version defines, which was introduced in Unity 2019.1.x. To enable the AssetReferenceConverter in earlier versions of Unity, please add HAVE_MODULE_ADDRESSABLES to your project's "Scripting Define Symbols" found in the "Project Settings" -> "Player" -> "Other Settings" panel.