FyroxEngine / Fyrox

3D and 2D game engine written in Rust
https://fyrox.rs
MIT License
7.64k stars 343 forks source link

Add a way to get a list of used resources in a scene #381

Closed mrDIMAS closed 1 year ago

mrDIMAS commented 1 year ago

This could be very helpful to find unused resources in a project. There should be a new menu Scene with Show Used Resources item in it, that will open a window with a text box that is filled with unique paths to used resources in a scene.

mrDIMAS commented 1 year ago

This is done. You can find your scene in Asset Browser, right-click on it, select Dependencies and a dependency graph will be built.