Closed jsenson closed 6 years ago
Ok, I can reproduce the error.
Fixed.
I created a patch for you. Please download this ZIP:
phasereditor.assetpack.core_1.4.3.20171102.jar
in the plugins
folder. Backup the old file if you like, I have it here anyway. Tell me if it works.
That seems to have done the trick. I'm not seeing the error any more and the canvas loads properly.
Thanks a lot for the quick update.
Came across this when our artist tried to update some texture atlases made in TexturePacker.
If you remove a sprite from an atlas and replace the atlas on the file system, opening a .canvas file that used that sprite generates the error below. The canvas is completely unusable and doesn't load at all beyond showing that error.
The error only occurs if you open the canvas file after replacing the atlas file. If you open the canvas and THEN replace the atlas it properly updates and shows the red box in the canvas for a missing asset.
So the workaround we're using is to make sure all canvases are open in the editor before updating atlases.
Thanks,