umasteeringgroup / UMA

Unity Multipurpose Avatar
MIT License
739 stars 168 forks source link

[UMA 2.10] Addressables and asmdef #310

Closed brzGatsu closed 4 years ago

brzGatsu commented 4 years ago

When enabling the addressables support in Unity 2019.3 AND using asmdef files, I am required to add a Unity.Addressables.Editor reference to UMA_Core.asmdef due to UMAAssetIndexer.cs. This should be fixed.

Also I cannot get the UMA_Examples.asmdef to compile, even though I added Unity.ResourceManager and Unity.Addressables references to the asmdef.

Jaimi commented 4 years ago

You must use the latest version of Addressables (1.8.4 as I write this). It's available in the package manager, even though Unity makes it hard to find on 2019.3. Asmdef is fixed in the current pull request waiting for merging.