Hello Guest

Author Topic: How can I use more sprite collection in Tile Map?  (Read 4771 times)

kingooo

  • Newbie
  • *
  • Posts: 2
    • View Profile
How can I use more sprite collection in Tile Map?
« on: October 31, 2012, 03:39:18 am »
I need use more than one sprite collection in Tile Map, because my tile map very large.
but you tile map only have a sprite collection.
Can you give me a    suggestion to  solve this problem.

unikronsoftware

  • Administrator
  • Hero Member
  • *****
  • Posts: 9709
    • View Profile
Re: How can I use more sprite collection in Tile Map?
« Reply #1 on: October 31, 2012, 01:20:33 pm »
The tilemap only supports one sprite collection (intentionally, for performance). You are free to create more than one tilemap at the same location, or along a path for a second set.

kingooo

  • Newbie
  • *
  • Posts: 2
    • View Profile
Re: How can I use more sprite collection in Tile Map?
« Reply #2 on: November 01, 2012, 01:07:02 am »
But The  Multiple Materials in a Sprite Collection can?t use in Tile Map,
Can you support this ?

unikronsoftware

  • Administrator
  • Hero Member
  • *****
  • Posts: 9709
    • View Profile
Re: How can I use more sprite collection in Tile Map?
« Reply #3 on: November 01, 2012, 01:53:04 am »
You can have more than1 material in a Tilemap, but it is limited to one sprite collection. Performance is a real concern when you have more than 1 material and in most cases you can Jbuild it carefully using 2 tilemap a on top of each other.