Since the error message mentions InternalGetGameObject, I assume it's trying to do the "tweenTarget.gameObject". Is 'tweenTarget' null?
Title: Re: WP8 UIButtonScale cause exception on OnHover
Post by: Lotti on July 10, 2014, 03:44:44 AM
No stripping is off, but we are using .net 2.0 subset. Target may be null or not. Depends on how much i paid attention while developing the gui. However it seems to me that uibuttonscale works fine also with null target.
Title: Re: WP8 UIButtonScale cause exception on OnHover
Post by: ArenMook on July 10, 2014, 08:59:38 PM
It sets the target itself if it's null, as I recall. But if it's called before it's set, it can still be null. Either set it, or add a null check for that.