Hi,
Have another question: How do we play a video file in Godot 4 ?
In Godot 3.5 we used: "var videoplayer = VideoPlayer.new()". Let us know, thank you!
Jesse
Sorry, we found below in the docs: https://docs.godotengine.org/en/latest/tutorials/animation/playing_videos.html?highlight=video (we will try it and see if it works in version 4
Sorry that doesn't show what we want. How can we load/play a video file completely through GDScript source code?
The class is called VideoStreamPlayer, and it works similar to Godot 3.x
https://docs.godotengine.org/en/latest/classes/class_videostreamplayer.html
Thanks, we will take a look shortly.