playMaker

Author Topic: How to implement video into object and play?  (Read 1228 times)

BTJH

  • Playmaker Newbie
  • *
  • Posts: 4
How to implement video into object and play?
« on: January 13, 2019, 08:00:18 PM »
Hi ppl,

Does anyone know of steps/processes of putting video player/component into an object?

I couldn't find any tutorials or steps on how to do this with playmaker.

Any help would be appreciated.

BTJH

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: How to implement video into object and play?
« Reply #1 on: January 14, 2019, 02:22:33 AM »
Hi,

 What kind of object is it? usually, this is all done in editor, and you just control the video player in the end.

I personally rely 100% on https://assetstore.unity.com/packages/tools/video/avpro-video-56355, yes it's expensive, but it works just perfectly on all platforms, and it has playmaker support.


Bye,

 Jean

BTJH

  • Playmaker Newbie
  • *
  • Posts: 4
Re: How to implement video into object and play?
« Reply #2 on: January 16, 2019, 03:13:30 AM »
Thanks Jean,

The object is just a plane.  What I aim to do is to also embed buttons into the video.  For instance, add interactivity into the video so the user can make a choice.

Regards
Ben

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: How to implement video into object and play?
« Reply #3 on: January 16, 2019, 09:33:36 AM »
Hi,

 I am not too sure where is the difficulty here then:

 can you go over this doc, if after, you can't get it to work, let me know.
https://docs.unity3d.com/Manual/class-VideoPlayer.html

Bye,

 Jean