Hi there! I'm having some trouble figuring out how to use Script Graph and could use some help.
I want to set it up so that when Button B on Canvas A is pressed, Video C starts playing, Canvas A is hidden, and Canvas D is shown.
When I asked Unity AI, it told me to use "VideoPlayer On Loop Point Reached," but I can't find that node anywhere. Is that the right approach?
I've tried connecting the nodes as shown here, but with my current setup, the canvas switches before Video C even has a chance to play.This is the script I attached to Button B.