1
NGUI 3 Support / Re: Disabling hover states for mouse
« on: March 09, 2015, 07:08:58 PM »
Ah, looks like I need to change the sprite on the UIButton using
uiButton.normalSprite = newSprite
instead of changing it on the UISprite component. My guess is that UIButton wants to control the sprite for hover states and things?
uiButton.normalSprite = newSprite
instead of changing it on the UISprite component. My guess is that UIButton wants to control the sprite for hover states and things?
