bevy/examples/tools
Patrick Walton 5e69518f10
Don't restrict the scene viewer to loading assets from approved paths. (#18828)
The purpose of the scene viewer is to load arbitrary glTF scenes, so
it's inconvenient if they have to be moved into the Bevy assets
directory first. Thus this patch switches the scene viewer to use
`UnapprovedPathMode::Allow`.

---------

Co-authored-by: François Mockers <francois.mockers@vleue.com>
2025-04-14 20:19:37 +00:00
..
scene_viewer Don't restrict the scene viewer to loading assets from approved paths. (#18828) 2025-04-14 20:19:37 +00:00
gamepad_viewer.rs Newtype Anchor (#18439) 2025-03-21 22:27:11 +00:00