We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83bcf63 commit 082bbd7Copy full SHA for 082bbd7
tools/example-showcase/asset-source-website.patch
@@ -1,13 +1,13 @@
1
diff --git a/crates/bevy_asset/src/lib.rs b/crates/bevy_asset/src/lib.rs
2
-index ea8caf003..1b4b4bbf9 100644
+index 81deeff145..7792d9f1ed 100644
3
--- a/crates/bevy_asset/src/lib.rs
4
+++ b/crates/bevy_asset/src/lib.rs
5
-@@ -134,7 +134,7 @@ impl Default for AssetPlugin {
+@@ -335,7 +335,7 @@
6
fn default() -> Self {
7
Self {
8
mode: AssetMode::Unprocessed,
9
- file_path: Self::DEFAULT_UNPROCESSED_FILE_PATH.to_string(),
10
+ file_path: "/assets/examples".to_string(),
11
processed_file_path: Self::DEFAULT_PROCESSED_FILE_PATH.to_string(),
12
watch_for_changes_override: None,
13
- meta_check: AssetMetaCheck::default(),
+ use_asset_processor_override: None,
0 commit comments