Video play
Video play
Just out of interest, can you play a video file from the dialogue nodes?
Re: Video play
Hi,
You could write a simple sequencer command to do it.
But an easy way that people tend to use is to put a VideoPlayer on an inactive GameObject with a unique name. In the dialogue entry's Sequence field, they use SetActive() to activate that GameObject. No need to write a custom sequencer command this way. Another alternative is to use an OnExecute() scene event.
You could write a simple sequencer command to do it.
But an easy way that people tend to use is to put a VideoPlayer on an inactive GameObject with a unique name. In the dialogue entry's Sequence field, they use SetActive() to activate that GameObject. No need to write a custom sequencer command this way. Another alternative is to use an OnExecute() scene event.