Tasharen Entertainment Forum

Support => NGUI 3 Support => Topic started by: FizzPow on October 24, 2013, 01:06:27 PM

Title: UISpriteAnimation with UIStretch
Post by: FizzPow on October 24, 2013, 01:06:27 PM
This is causing flicker as it fights between pixel perfect & stretching it looks.  Any solution for this?  I tried parenting with empty game object and putting the Stretch on that, but doesn't work right I think because it has no dimensions.
Title: Re: UISpriteAnimation with UIStretch
Post by: ArenMook on October 24, 2013, 09:39:53 PM
You can create a copy of UISpriteAnimation script and comment out the part that does MakePixelPerfect().
Title: Re: UISpriteAnimation with UIStretch
Post by: FizzPow on October 25, 2013, 12:08:04 AM
Thanks, that works, any chance of making this a built-in option in UISpriteAnimation in the future?
Title: Re: UISpriteAnimation with UIStretch
Post by: ArenMook on October 25, 2013, 12:14:37 AM
UISpriteAnimation is a very basic example, and is meant to be modified to suit your needs... so I'd rather not.