Skip to content

FileWatcher and resource auto-reload #433

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

Open
3 tasks
adriengivry opened this issue Apr 2, 2025 · 1 comment
Open
3 tasks

FileWatcher and resource auto-reload #433

adriengivry opened this issue Apr 2, 2025 · 1 comment
Labels
Editor Something relative with the editor Feature New feature to the engine QoL Quality of Life : Something that can improve users productivity

Comments

@adriengivry
Copy link
Member

Problem this feature should fix
When working on assets (textures, models, scripts, shaders...), after making a change, the file needs to be reloaded manually, which isn't the most intuitive workflow.

Expected solution
We should implement a FileWatcher (in OvTools).
Use cases:

  • Reload a resource file that changed.
  • Invalidate/remove resources if they are deleted from disk
  • Update AssetBrowser when the file hierarchy changes
@adriengivry adriengivry added Editor Something relative with the editor Feature New feature to the engine QoL Quality of Life : Something that can improve users productivity labels Apr 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Editor Something relative with the editor Feature New feature to the engine QoL Quality of Life : Something that can improve users productivity
Development

No branches or pull requests

2 participants
@adriengivry and others