Animation-Instancing icon indicating copy to clipboard operation
Animation-Instancing copied to clipboard

Assertion failled

Open paulodgn opened this issue 5 years ago • 4 comments

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?

paulodgn avatar Jun 25 '19 10:06 paulodgn

Assertion failed UnityEngine.Debug:Assert(Boolean) I have the Error too.

MikeJinhua avatar Jun 25 '19 10:06 MikeJinhua

Please build the asset bundles first. Then call the method LoadAnimationAssetBundle at the start.

CloudJin avatar Nov 04 '19 07:11 CloudJin

OK,THX. it's worked.

MikeJinhua avatar Nov 05 '19 01:11 MikeJinhua

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.

idyne avatar Aug 11 '20 21:08 idyne