Unity-Technologies / Animation-Instancing

This technique is designed to instance Characters(SkinnedMeshRender).
Other
1.65k stars 301 forks source link

Invisible characters on android #89

Closed happypepper closed 4 years ago

happypepper commented 4 years ago

The instancing is working fine in the unity editor, but when i test on the android device, all the characters are invisible.

Any idea what is going on?

P.s. I am using a custom shader in which I have added these lines:

#include    “AnimationInstancingBase.cginc”
#pragma vertex vert
idyne commented 4 years ago

Have you solve the problem?

happypepper commented 4 years ago

Yes I did, I didnt have GPU instancing checked on the material

idyne commented 4 years ago

Yes I did, I didnt have GPU instancing checked on the material

I'm having "You should call LoadAnimationAssetBundle first." error. How can I fix it?