You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
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
(inOvTools
).Use cases:
AssetBrowser
when the file hierarchy changesThe text was updated successfully, but these errors were encountered: