GameDevTecnico / cubos

A still very barebones game engine focused on voxels and data-oriented programming
https://gamedevtecnico.github.io/cubos/
MIT License
83 stars 23 forks source link

Scene Editor not Adding Names #1175

Open DiogoMendonc-a opened 4 months ago

DiogoMendonc-a commented 4 months ago

When using the scene editor to add new entities, even if you change their name (and that change reflects on the scene editor) the entity will not have a Name component. This is specially intrusive when you try to add relations and the entities are identified only by their numeric ID.