Selecting an entity reloads the scene #364
Labels
2-medium
Important issues we must fix, but not as important as high!
bug
Something isn't working
editor
typescript
Includes significant typescript work (more than just a new component or field)
When I'm working on a scene on the Creator Hub and have the preview open, the preview refreshes every time I do any change on my scene. The problem is that this also happens when all I do is select a different entity.
This leads to having a lot more reloads than I need to on my scene.
This surely has to do with the fact that the selected entity is marked on the Inspector thanks to a component being added to the entity. However, this component is irrelevant to the rendering of the scene, so any changes regarding this component should be ignored for the hot reload.
The text was updated successfully, but these errors were encountered: