Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Selecting an entity reloads the scene #364

Open
nearnshaw opened this issue Jan 14, 2025 · 0 comments
Open

Selecting an entity reloads the scene #364

nearnshaw opened this issue Jan 14, 2025 · 0 comments
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)

Comments

@nearnshaw
Copy link
Member

nearnshaw commented Jan 14, 2025

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.

@nearnshaw nearnshaw added this to SDK Jan 14, 2025
@nearnshaw nearnshaw converted this from a draft issue Jan 14, 2025
@nearnshaw nearnshaw added editor dev exp Improves the developer experience by removing common pain points typescript Includes significant typescript work (more than just a new component or field) 2-medium Important issues we must fix, but not as important as high! labels Jan 14, 2025
@nearnshaw nearnshaw added bug Something isn't working and removed dev exp Improves the developer experience by removing common pain points labels Jan 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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)
Projects
Status: Todo
Development

No branches or pull requests

1 participant