Not able to load res://VideoPlayer.tscn in ios app.

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Joakim Wennergren

When using only one node - videoplayer and putting a .webm videoclip into the "stream"parameter.
Then it doesn’t load when exporting to ios app.

in xcode:

**ERROR**: Failed loading scene: res://VideoPlayer.tscn
At: main/main.cpp:1688:start() - Condition ' !scene ' is true. returned: false

VideoPlayer.tscn is located in res:// root and also the videoclip itself.

Why cant it find the scene?

I doubt this will be possible but is the scene file called exactly like that? (upper and lower case)

Also be sure that you have not excluded some files in the export settings (while exporting selected resources).

In both cases the export will throw errors on desktop too.

eons | 2018-10-28 21:46