Hello Guest

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Extant

Pages: [1]
1
Releases / Re: 2D Toolkit 2.0 beta 1
« on: May 18, 2013, 06:25:10 am »
Hello, just upgraded to this new version and the bug as described in http://unikronsoftware.com/2dtoolkit/forum/index.php/topic,1508.0.html still exists. Possible to get this fixed for the next beta?

2
Support / Re: Isometric tilemap positions
« on: April 21, 2013, 02:31:48 am »
Understood.

Thanks.

3
Support / Isometric tilemap positions
« on: April 20, 2013, 04:10:06 pm »
Hello, I'm not sure if this is a bug or intended behavior.

The tile positions when selecting isometric tilemap do not change when selecting isometric in the type properties of the tilemap and reflect those of normal rectangular tiles.

Therefore the positioning is always off for from the actual centre point position of the tile for every second tile.

Eg:

Code: [Select]
var pos = tileMap.GetTilePosition(0,0); // will return (-31.3, 015.6, 0) 
var pos2 = tileMap.GetTilePosition(0,1); // will return (-31.3, 0, 0)  which has same x position, when both x and y should increase since the row above does not align with row below

There a fix around this? Otherwise I will have to edit the source files to represent their true positions.

Thanks.

Pages: [1]