playMaker

Author Topic: Playing videos on mobile devices[SOLVED]  (Read 1273 times)

Team3D

  • Playmaker Newbie
  • *
  • Posts: 26
Playing videos on mobile devices[SOLVED]
« 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.
 
« Last Edit: March 07, 2017, 12:37:17 AM by jeanfabre »

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: Playing videos on mobile devices
« Reply #1 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