Hello Guest

Author Topic: Can't edit 2D box collider on 2D toolkit sprites  (Read 4401 times)

TwistedSage

  • Newbie
  • *
  • Posts: 15
    • View Profile
Can't edit 2D box collider on 2D toolkit sprites
« on: December 10, 2014, 07:34:02 am »
Hi. I have this problem that I want to have multiple box colliders to drag other sprites to their specific areas within another sprite.
But when I click edit box collider I can't edit it, like on regular Unity2D sprites.
Is this possible? Or is there a workaround?

Thanks in advance

Odin Jensen

unikronsoftware

  • Administrator
  • Hero Member
  • *****
  • Posts: 9709
    • View Profile
Re: Can't edit 2D box collider on 2D toolkit sprites
« Reply #1 on: December 10, 2014, 09:36:55 am »
Set the collider to user defined in the sprite collection ,then you can set up any colliders you like on the sprite itself...
Edit: The sprite handles code might interfere with the collider edit system in Unity, you can turn it off in 2D Toolkit > Preferences.