Author Topic: Detect scale/transform changes in object  (Read 2132 times)

mathius777

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 4
    • View Profile
Detect scale/transform changes in object
« on: February 25, 2014, 07:39:59 PM »
Is there a way to tell what is changing a game object transform? I have a game object in an NGUI panel, and it is getting scaled and transformed and I have no idea why. I looked at the parents, and they are all at 1. I don't know the best way to debug this kind of issue. Thanks.

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: Detect scale/transform changes in object
« Reply #1 on: February 26, 2014, 03:13:10 PM »
Doesn't sound like an NGUI question. No, there is no way to subscribe to transform change events in Unity.