Hello Guest

Author Topic: Tile map layer isn't showing up in standalone build  (Read 3219 times)

Neeko

  • 2D Toolkit
  • Jr. Member
  • *
  • Posts: 59
    • View Profile
    • Overdeveloped
Tile map layer isn't showing up in standalone build
« on: April 17, 2014, 11:23:34 pm »
I have a layer in my tile map that's used with the tk2dParallaxCamera script. In the editor, the layer appears and behaves normally. However, when I run a standalone build, the layer doesn't appear at all. The camera and layer distances should be the same as when running the editor, so I'm really not sure what the problem is. 

unikronsoftware

  • Administrator
  • Hero Member
  • *****
  • Posts: 9709
    • View Profile
Re: Tile map layer isn't showing up in standalone build
« Reply #1 on: April 18, 2014, 04:45:22 am »
Unity sorts differently in standalone builds - I'd test various combinations to make sure its all working properly, eg. turn off layers, push the tile maps back, try with a normal camera, etc.

Neeko

  • 2D Toolkit
  • Jr. Member
  • *
  • Posts: 59
    • View Profile
    • Overdeveloped
Re: Tile map layer isn't showing up in standalone build
« Reply #2 on: April 18, 2014, 12:23:14 pm »
Wow, that's very annoying. I messed with the parallax camera depth settings to get it to work. Thanks again.