How can I display video when a marker is detected in unity android artoolkit?

447 views Asked by At

I want to display a video when a marker is detected. I am working in unity and coding for android. Please help.

2

There are 2 answers

0
TobiasW On

The problem here is, that the current MovieTexture of Unity does not support mobile playback (It's on their roadmap to upgrade this). But there are some options you can check, either there are a lot of plugins which implement your wanted functionality, but most of them are not for free. Or you go the easy way and check the download section from Vuforia, because they got an example which implements exactly your wanted functionality :

https://developer.vuforia.com/downloads/samples

0
Shadab Kazi On

I used Easy Movie Texture Plugin to play Video in Unity. Its working as I needed.