Skip to content

Commit 317a270

Browse files
committed
fix: file asset loading
1 parent 9c613d4 commit 317a270

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "bevy_gaussian_splatting"
33
description = "bevy gaussian splatting render pipeline plugin"
4-
version = "5.0.2"
4+
version = "5.0.3"
55
edition = "2024"
66
rust-version = "1.85.0"
77
authors = ["mosure <[email protected]>"]

viewer/viewer.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -317,6 +317,7 @@ fn viewer_app() {
317317
DefaultPlugins
318318
.set(AssetPlugin {
319319
meta_check: bevy::asset::AssetMetaCheck::Never,
320+
unapproved_path_mode: bevy::asset::UnapprovedPathMode::Allow,
320321
..default()
321322
})
322323
.set(ImagePlugin::default_nearest())

0 commit comments

Comments
 (0)