Tasharen Entertainment Forum
Support => NGUI 3 Support => Topic started by: badawe on March 21, 2013, 02:00:21 PM
-
Hi there!
This questions is not about the NGUI itself, but about the NGUI Transform window!
As you guys know, the NGUI have a custom inspector for transform, and it's amazing!
And we make one plugin that extends transform too, but the problem is, the NGUI aways override our function, we don't know exactly what we can do to make this things work together??
Do you guys have a clue?
-
I'm not sure you can get two plugins to both override and play nice together easily.
You could copy the contents of the NGUI one into your own and work it into each other that way and comment out the existing NGUI version.
NGUITransformInspector.cs holds all the NGUI overriding.
-
I'm not sure you can get two plugins to both override and play nice together easily.
You could copy the contents of the NGUI one into your own and work it into each other that way and comment out the existing NGUI version.
NGUITransformInspector.cs holds all the NGUI overriding.
I'm afraid of having to do that .
I really want they both play nice together, but looks like i'll must copy the NGUITransformInspector!
-
That said, I'm not expert on Unity Editor scripts, so I could be wrong. That's just what I would do. :)