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
Describe the bug
Missing backgrounds cause editor to crash on asset reload, even if the assets have been fixed.
To Reproduce
Steps to reproduce the behavior:
Delete or rename a background
Asset is auto reloaded with blank white 256x256 square, (no path name).
Undo the delete / rename, outside of editor, or leave it missing (fix both cases)
Try to manually reload assets.
Editor crash with "path" argument must be of type string. Received type undefinedpath.js:L39C:5
Expected behavior
Background is found and reloaded nicely, or left missing, no crash.
Dimensions and collisions are retained while the file is missing (test if they persist through save),
Actor positions are retained (currently fine, may break with #386).
Not important, perhaps text saying Background "path/name" missing inside the blank background?
Screenshots
If applicable, add screenshots to help explain your problem.
Platform (please complete the following information):
Describe the bug
Missing backgrounds cause editor to crash on asset reload, even if the assets have been fixed.
To Reproduce
Steps to reproduce the behavior:
"path" argument must be of type string. Received type undefined
path.js:L39C:5
Expected behavior
Background is found and reloaded nicely, or left missing, no crash.
Dimensions and collisions are retained while the file is missing (test if they persist through save),
Actor positions are retained (currently fine, may break with #386).
Not important, perhaps text saying
Background "path/name" missing
inside the blank background?Screenshots
If applicable, add screenshots to help explain your problem.
Platform (please complete the following information):
Additional context
Similar to #386
The text was updated successfully, but these errors were encountered: