"Error Saving Changes, Please Refresh Editor"

Hi everyone,

When I try to resize a text element in my project, I keep getting a dialog that says “error saving changes, please refresh editor.” The following video shows it:

Editor - PlayCanvas | HTML5 Game Engine

Error message:

Trying to figure out if it’s an engine or editor issue as it’s trying to change the margin, which doesn’t exist unless there’s a screen element as a parent.

As a workaround, change the width/height manually in the inspector

Found the issue, the scale Z of the text element is 0 and causing a divide by zero error:

Change it to be none 0 and you should be fine

1 Like

OK thanks a lot, I’ve done that in the original project, and it seems to work great. Thanks a lot @yaustar.