We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Godot version: 3.1.1
OS/device including version: macos 10.14
Issue description:
video.stream = load("res://res/2d/vid/v1.WebM") video.stream_position = 5 video.play()
or
video.stream = load("res://res/2d/vid/v1.WebM") video.play() video.stream_position = 5
all don't seek the video
I want to use controller control the video play status . Is there any way can do this ?
The text was updated successfully, but these errors were encountered:
duplicate #14430 (comment)
Sorry, something went wrong.
Duplicate of #14430.
No branches or pull requests
Godot version:
3.1.1
OS/device including version:
macos 10.14
Issue description:
or
all don't seek the video
I want to use controller control the video play status . Is there any way can do this ?
The text was updated successfully, but these errors were encountered: