bevy/examples/tools/scene_viewer
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
..
animation_plugin.rs Switch ChildOf back to tuple struct (#18672) 2025-04-02 00:10:10 +00:00
main.rs Don't restrict the scene viewer to loading assets from approved paths. (#18828) 2025-04-14 20:19:37 +00:00
morph_viewer_plugin.rs Implement SpawnableList for Vec<Bundle> (#18259) 2025-03-11 20:32:37 +00:00
scene_viewer_plugin.rs aligning public apis of Time,Timer and Stopwatch (#15962) 2024-10-16 21:09:32 +00:00