Hey Guys,
I'm implementing NGUI into this project (which was done in Javascript), and want to put some custom code to button presses.
If I use UIButtonMessage, and the following javascript pieve:
public function setSpeedSlow(go:GameObject) { Debug.Log("test"); }
the Debug Log never shows up, I have no idea why my script is never executed, as I have checked i setup the right target object and script name, anyone has any clue on this one?
kind regards,