tag
#editor-restart
2 items (2 fixes)
fixes
✓ 26.07.22
"A new library Assets/ folder never mounts until you restart the editor"
Code under Code/ hotloads fine, but an Assets/ folder created AFTER the editor started never mounts: asset search finds nothing in it and asset_info reports no asset. It is not a dead watcher; the only fix is restarting the editor.
libraryassets
✓ 26.07.22
"Model.Load of a missing vmdl returns the error model, not null"
Model.Load of a missing vmdl can return the orange ERROR mesh with the requested path as its Name: check IsError, not just null. And a failed load is cached for the life of the editor PROCESS: play_stop/play_start won't clear it, only a fresh editor will.
vmdlresource-cache