Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: Team3D on March 06, 2017, 10:45:51 AM

Title: Playing videos on mobile devices[SOLVED]
Post by: Team3D on March 06, 2017, 10:45:51 AM
We are trying to create a 360 video panorama that works on mobile devices. The action we are using to play the videos is "Play Movie Texture", when we switch the project settings to build to Android we get an error saying that Play Movie Texture is a missing action even though it is still located in the project under Playmaker actions. Is there a reason this is happening or is it a bug? Any help would be much appreciated, thanks.
 
Title: Re: Playing videos on mobile devices
Post by: jeanfabre on March 07, 2017, 12:36:48 AM
Hi,

 PlayMovieTexture do not work on mobile, you'll need to use a movie player something from the asset store.

https://docs.unity3d.com/Manual/class-MovieTexture.html

 Bye,

 Jean