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.
Changes
Added support for
UnityEngine.AddressableAssets.AssetReference
. The newAssetReferenceConverter
is only included in the build if your project contains thecom.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 addHAVE_MODULE_ADDRESSABLES
to your project's "Scripting Define Symbols" found in the "Project Settings" -> "Player" -> "Other Settings" panel.