What settings should I use for Size if I'm trying to keep it 32W x 16H or 64W x 32H? Can you explain exactly how the Size is measured? For example if I do 7 left, 7 right, and 10 height, where are the measurements happening exactly? Because if I do a 5Lx5Rx10H box, the total width from furthest pixels is 22 and the height of the box is 21. Just want to make sure I understand how to use it better. Thank you!
Viewing post in Isometric Box Generator for Aseprite comments
Hey, these are dimensions in isometric 3D space. Left and Right dimensions are measured in 2px units, and the Height of the box is just 1px unit
I believe, calculating 2D width would look like this: (Left × 2) + (Right × 2) + 2
The height is a bit tricky though, and would probably envlove some logic.
The main idea behind this script is thinking in isometric space in terms of units, instead of 2D plane and pixels