NcStudios / NcEngine

NcEngine: 3D game engine written in modern C++ and Vulkan
https://ncstudios.itch.io/
MIT License
36 stars 2 forks source link

Ability to inspect scene fragment #643

Closed McCallisterRomer closed 1 month ago

McCallisterRomer commented 1 month ago

Several times I've wanted to check if a binary scene file contains any instances of a particular component type. You can manually check this by loading it in the editor, but it would be handy to have an option to dump a high level view of what is in the file (assets, entity count, component counts, etc.).

We may want to just log this data (in dev builds) every time we load a scene fragment.