Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: BTJH on January 13, 2019, 08:00:18 PM

Title: How to implement video into object and play?
Post by: BTJH 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
Title: Re: How to implement video into object and play?
Post by: jeanfabre 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
Title: Re: How to implement video into object and play?
Post by: BTJH 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
Title: Re: How to implement video into object and play?
Post by: jeanfabre 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