Forum Topics tagged tilemap

Report Tag

172 forum topics with this tag
  • 6 replies
  • 1K views
This content is deleted
Forum Topic
How do I make a 'for every tile' with a tilemap object?
0 favourites

I know that it is possible to do this with arrays, but that just makes my game EXTREMELY slow(1-2 FPS) and I need a 'for every' with a tilemap object similar to...

posted 5 years ago
  • 4 replies
  • 873 views
This content is deleted
Forum Topic
How do I solve this tilemap performance problem?
0 favourites

I'm making a tank game where the bullets collids with map and it destroy a tile range with a certain radius. My game works fine, but I have a bad performance, s...

posted 5 years ago
  • 7 replies
  • 792 views
This content is deleted
Forum Topic
Tilemap in C3 runtime looks disgusting (
0 favourites

I switched to C3 runtime. And now all of my Tilemap looks horrible (Tilemap size 1024x1024).

posted 5 years ago
  • 1 replies
  • 446 views
This content is deleted
Forum Topic
How do I set a texture to 1x1 tiled tilemap?
0 favourites

I'm making a game where tilemap collides with some projectiles and destroys itself. For reason of detailing, the tilemap uses a 1x1 tile to generate the terrain...

  • 2 replies
  • 550 views
This content is deleted
Forum Topic
How do I change tilemap texture?
0 favourites

Is it possible to change a tilemap texture to another texture during runtime?

posted 5 years ago
  • 2 replies
  • 352 views
This content is deleted
Forum Topic
Use one Tilemap across multiple layouts
0 favourites

Quick one which is probably quite simple but I can't work it out. I have created multiple layouts, and want to use the same tilemap across all layouts for my gr...

posted 5 years ago
  • 2 replies
  • 561 views
This content is deleted
Forum Topic
How do I Spawn tiles?
0 favourites

So, I'm making an editor for my game and I have my events set up like this. However when attempting to create a tile nothing happens. I Figured out that the til...

  • 8 replies
  • 1K views
This content is deleted
Forum Topic
Huge tilemap game
0 favourites

Just wondering about the limitations or any experienced tips when it comes to using the tilemap object. I'm wondering how well the tilemap object would handle a...

posted 5 years ago
  • 11 replies
  • 1.2K views
This content is deleted
Forum Topic
How do I reuse the same tilemap on a different level?
1 favourites

I must be stupid. I know there's to be away to reuse the same tilemap to built a different level, but for the life of me I can't figure out how. My game is a ma...

  • 5 replies
  • 539 views
This content is deleted
Forum Topic
How do I draw Tilemap outside viewport using Paster?
0 favourites

I am trying to set a split-screen using the Paster addon for a two-multiplayer platformer. It worked in first place but the issue comes when I try to draw the T...