-
-
Notifications
You must be signed in to change notification settings - Fork 30
Open
Description
Issue
Fails to read assets folder on IOS
Code Pointer
Failing line:
ensure!(
path.is_dir(),
"Failed to load Yarn file folder {path}.\nHelp: Does the folder exist?",
path = path.display()
);error message
Error in Yarn Spinner plugin: Error loading Yarn file: Failed to load Yarn file folder assets/dialogue.
Help: Does the folder exist?
Folder exists
Other assets are able to load.
Workaround
The game works if i do this:
app.add_plugins(YarnSpinnerPlugin::with_yarn_sources(vec![
YarnFileSource::file("dialogue/example.yarn"),
]));Metadata
Metadata
Assignees
Labels
No labels