google / play-unity-plugins

The Google Play Plugins for Unity provide C# APIs for accessing various Play services
Other
435 stars 110 forks source link

Asset bundles with 2d animation pack #103

Open ellukitas-123 opened 3 years ago

ellukitas-123 commented 3 years ago

Hi,

I'm using asset bundles and play asset delivery but in the build, the sprites (or the prefab) containing bones from 2d animation and 2d IK packages don't work . There are no bones in the sprite of the build or the prefab containing the bones information didn't put bones correctly

I don't know if os the 2d animation package, the 2d ik package or the asset bundles

Unity version 2020.3.5 LTS

thanwah commented 3 years ago

Hi @Ellukitas123, thank you for filing this issue.

Have you tried loading your AssetBundle without Play Asset Delivery to see if that works? For example: https://docs.unity3d.com/ScriptReference/AssetBundle.LoadFromFile.html

Assuming it does work without Play Asset Delivery, can you be a bit more specific about this scenario so that I can try to reproduce the problem?