NcStudios / NcEngine

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

SceneFragment logging #646

Closed McCallisterRomer closed 1 month ago

McCallisterRomer commented 1 month ago

resolves #643

Adding some logging when saving and loading SceneFragments. It can be nice to see at a glance whether you've loaded any assets or components of a particular type, etc. I'm only including assets, total entity count, and component pool name, id, and count.