dop2000 Who want a cofee? XDD I can't get the Canvas plugins with alpha working arggg
One of the problem is that each canvas uses X,Y 0.0 as their hotspot position and they needs to be translated to the layout 0.0 to fit with the tilemap coordinates that is a problem i can't get fixed :S . Also the rezise canvas(Resolution inside the canvas size) not works, when try to resize in any way dissapears.
This is the .capx
https://drive.google.com/file/d/1OslraA ... sp=sharing
(The errors are marked with bookmarks to find easy)
So due the resize canvas not works after runtime i guess the unique option to achieve pixel-perfect will be using a big canvas set at 0.0 and pass the position of the objects box and look for the alpha if i'm not missing something.
But, before that i'm gonna still trying other workarounds with the same idea.
EDIT: Workarounds failed so i tried the Big canvas idea and worked to set correctly the tiles, but seems the expresions to detect the alpha not works, mmm:
Big canvas:
https://drive.google.com/file/d/1h44-Hg ... sp=sharing