Hello;
So I have the dice 3d shape, and I have a tilemap both in the same layout. I want to make the faces of my 3d shape out of tiles. When I click the shape ... place on the 3d shape it does not find my tile map as a possible source. Can I get the face from a tilemap and if so how? Can I only use sprites and not tilemaps?
thanks for your time
yours
winkr7
Develop games in your browser. Powerful, performant & highly capable.
The runtime map is a composite of tiles in a specific order, so there is no way to get the texture that is displayed from the object. You can paste it into a Drawing Canvas, and go from there. Tilemap>Drawing Canvas>Sprite
Thanks Newt.