Animation-Instancing
Animation-Instancing copied to clipboard
Assertion failled
I managed to getting it to work on editor but not on android. I'm getting the same two erros per instance:
Assetion failled and You should call LoadAnimationAssetBundle first.
Any ideia why this happens?
Assertion failed UnityEngine.Debug:Assert(Boolean) I have the Error too.
Please build the asset bundles first. Then call the method LoadAnimationAssetBundle at the start.
OK,THX. it's worked.
Please build the asset bundles first. Then call the method LoadAnimationAssetBundle at the start.
I'm calling LoadAnimationAssetBundle in the Start method but it doesn't work.