"We offer new support options and therefor the forums are now in read-only mode! Please check out our Support Center for more information." - Vuforia Engine Team

Unity Mecanim and AR

 

Hi,

I'm developing for a small team and am trying to create AR games / apps within Unity. I've taken some bones / code from a 'Mecanim Tute', and bound a footballer to the bone structure and successfully tested it running and jumping within the finished tutorial. When I put in the AR camera prefab and the image tracker however (and removed other cameras and spurious objects), the Mecanim fails, starts off half in the floor, and in the monkey-like pose of the Mecanim muscle configuration. The controls are then useless.  Can anyone shed any light?

Ta

DavidBeard

Tue, 05/21/2013 - 19:53

I'm not familiar w/ the Mecanim tutorial, but for problems like the one you describe try parenting your model with a GameObject and making that GameObject a child of the ImageTarget - so the ImageTarget is not the direct parent of the model.

Hi,

Thanks for the reply, but unfortunately neither change worked. I'm convinced there's some coding fight between the ImageTarget and the Mecanim system somehow. I'll keep at it.

Best

RG

 

Hi,

Thanks for the reply, but unfortunately neither change worked. I'm convinced there's some coding fight between the ImageTarget and the Mecanim system somehow. I'll keep at it.

Best

RG