Hello Guest

Author Topic: How to select sprites with negative size?  (Read 3492 times)

Dakwamine

  • 2D Toolkit
  • Newbie
  • *
  • Posts: 9
    • View Profile
How to select sprites with negative size?
« on: September 18, 2012, 02:38:25 pm »
Hi,

I would like to know how I can select sprites by clicking on these in Scene view if I set a negative size on X (in the Tk 2d Sprite component of course) without having to turn around the sprite to select it. Or is there an option to add backface polygons to make these sprites clickable?

Thanks!
Unity 3.5.2f2
2D Toolkit Version 1.7 final + patch 2

unikronsoftware

  • Administrator
  • Hero Member
  • *****
  • Posts: 9709
    • View Profile
Re: How to select sprites with negative size?
« Reply #1 on: September 18, 2012, 05:24:08 pm »
I don't think you can make something pick a backfacing poly in Unity. This has annoyed in me the past - I know of a way to fix it, but it wouldn't fix it if someone just flipped using transform.localScale for instance, so I can't really justify putting it in, as it'll just make things even more confusing, in my opinion.