You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: crates/bevy_asset/src/server/mod.rs
+4-1
Original file line number
Diff line number
Diff line change
@@ -120,7 +120,10 @@ impl AssetServer {
120
120
#[cfg(target_os = "ios")]
121
121
let file_limit = 127;// The normal limit is 256, cut in half for .meta files and sub 1 because 128 still throws the occasional error (3 failed files out of 1500)
0 commit comments