You can for example create 32x16 tiles to get a 2:1 isometric Layout. However if you have elevated objects (e.g. buildings) they are better composed of sprites, only the ground layer being a tilemap.
Another method would be using the 3d camera set to orthographic projection and rotate the view vector accordingly. Like this you can use 3d objects as Billboards like I explained in the other thread.