Questions tagged [tilesets]
11 questions
2
votes
1 answer
Mapbox API - update tileset
I am trying to replace tileset resources - using the https://docs.mapbox.com/api/maps/mapbox-tiling-service/#replace-a-tileset-source. I get the 200 response code for tilesetId I provide, but I cannot see my changes when I check it in my mapbox ->…

Danis
- 1,978
- 3
- 16
- 27
2
votes
0 answers
Can you make a sprite in Unity with a tile set?
I’m making a 2.5D game, and the ground will be flat like regular 3D games, and I’ll have sprites standing up to make it 2.5D. I want to use tile sheets to do this, and I don’t want to make a million tile maps in the scene, with prefabs or otherwise,…

Vinny
- 33
- 4
1
vote
1 answer
Can I an Identifier for a tile in Phaser.js
So, I've been making a sort of 2d minecraft, and i need a Phaser method/function to be able to identify each tile by their tileset number,
For example, when i place a tile from a tileset, i require its tile set no.
this.block =…

Vatsa Pandey
- 583
- 2
- 12
1
vote
1 answer
Pathfinding in isometric game with autotiles: How to modify NavigationMesh
Im generating a map proceduraly with isometric autotiles. Each tile has its navigation poligon defined in the Tilemap editor. The Navigationmesh is working fine. The thing is that the map I generate is bigger than the actually playable area. I dont…

Iakl
- 23
- 5
1
vote
1 answer
How can I organize tiles in a tileset?
I am trying to follow the tutorial for a dungeon RPG, which involves creating a tileset.
As part of this (bookmark to exact time in video (edit: thanks, corrected)) in the video it's possible to move around tiles into separate folders. I am trying…

cgold
- 4,075
- 1
- 12
- 13
1
vote
0 answers
Issue with fetching a custom tileset from CARTO and displaying it on a MapBox map iOS Swift
I'm attempting to fetch a custom tileset from CARTO using the documentation I found that the way to fetch from the API doc is:
curl --location --request GET…

Facundo Barafani
- 23
- 4
1
vote
0 answers
Java 2D Game Tile rendering problem with difference between height and width
So i am programming basic Java 2D Game with a TileManager.
I am creating the maps in Tiled and export a .xml file.
Here an example:
0
votes
1 answer
How to create a checkerboard tile pattern in Unity?
I'm trying to create a checkerboard alternating tile in Unity, but creating it by hand is time-consuming and cumbersome.
I tried creating a rule tile to achieve the checkered effect, but it hasn't worked since the rule tile doesn't allow checking if…

Phillip Zoghbi
- 512
- 3
- 15
0
votes
0 answers
Getting cors error while uploading file on mapbox s3 bucket
We are trying to upload geotiff file to mapbox studio via it's uploads api.
I have image URL which is stored in firestore
We want to upload that file to mapbox and get the tile set but at putObject it's giving cors error.
Which can be used to show…

Snow
- 411
- 5
- 8
0
votes
1 answer
Unity tile has no transparency
My tilemap includes a slanted tile that has transparency, but Unity gives it a background for some reason and I just couldn't figure out how to change that.
This is how it looks like in the tileset file (opened with GIMP)
Game view (it doesn't work…

PlsHelpmeDoStuff
- 21
- 3
0
votes
1 answer
box collider getting caught on tilemap collider
I have a player that uses a box collier and a level that uses tilemap colliders.
The folowing code is drawing contact points with the wall:
int numContacts = mBody.GetContacts(levelFilterGround, contactPoints);
for (int i = 0; i <…

Jacob
- 135
- 2
- 12