Greetings,
I'm trying to get a short movie (.mp4) to play on my Nexxus5 device.
I have Unity Pro and the video I want to play works both in Unity's preview and will play on the Nexxus if opened from file. So I don't think the format is the issue.
I have create a folder in Assets called StreamingAssets and dragged my video titled Video1.mp4 into that folder.
I created an empty game object in my scene and dragged my MoviePlayer script into it.
Handheld.PlayFullScreenMovie showing blank in Android
I'm trying to get a short movie (.mp4) to play on my Nexxus5 device.
I have Unity Pro and the video I want to play works both in Unity's preview and will play on the Nexxus if opened from file. So I don't think the format is the issue.
I have create a folder in Assets called StreamingAssets and dragged my video titled Video1.mp4 into that folder.
I created an empty game object in my scene and dragged my MoviePlayer script into it.
Code (CSharp):
- using UnityEngine;
- using...