Hello everyone,
I want to play a short video but avoid showing the “controls bar” that appear at the buttom.
I am using the Handheld class.
Also I am setting the style:
void Start ()
{
Handheld.SetActivityIndicatorStyle (AndroidActivityIndicatorStyle.DontShow);
}
then calling to play the video:
if(Application.platform == RuntimePlatform.Android || Application.platform == RuntimePlatform.IPhonePlayer)
Handheld.PlayFullScreenMovie("mysteryBox.m4v");
but can’t remove the “Controls Bar”.
Check the image
It appears for 1-2 seconds and then disappears automatically.
Any hints please
Thanks