Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Zephire

Pages: [1]
1
NGUI 3 Support / Re: Atlas behavior, sprites getting deformed/cut
« on: August 16, 2014, 12:51:50 PM »
Thanks for the heads up ArenMook,

Will add them as textures and keep the Atlases for the lower size textures.

Cheers,
Z

2
NGUI 3 Support / Atlas behavior, sprites getting deformed/cut
« on: August 15, 2014, 03:44:38 PM »
Hi,

I've been working on getting the basics done for a game I'm working on while using blank space holders for every single item in the GUI. Once all logic and gameplay functioned to my liking I wanted to start making/adding the actual art into a new Atlas to finish things up and get a first playable version out.

However some weird things seem to happen when I add images into my new Atlas. At first all goes well when adding them in one by one.



However after a couple more the below happens.



I figured it might had something to do with not using the last up to date version, so I've updated to 3.6.9 and retried, same results...
Does anyone have any idea on what might be happening? Or someone that has experienced this before?

Thanks in advance!



3
NGUI 3 Support / Re: UIPlayTween Behaviour in NGUI 3.0.0c
« on: July 30, 2014, 11:22:35 AM »
Hi ArenMook,

Thanks for the quick reply. I've adjusted the groups not using the 0 reference any more.

However the issue I have doesn't seem to originate from the curve setting. The tween plays perfectly on the first mouseover and when moving away again it plays perfectly as well. It's all consecutive times after the first that it seems to be ignoring the tween it should be utilising.

4
NGUI 3 Support / Re: UIPlayTween Behaviour in NGUI 3.0.0c
« on: July 29, 2014, 01:14:22 PM »
Hi ArenMook,

Sorry for digging up this one, but after searching the forums the OP's second example is exactly what I'm currently facing (using NGUI v3.6.8)

1. Setup a UIPlay Tween with the trigger condition: On Hover True, Tween group 0. Tween Scale From 1.00 To 1.75 on all values, Tween group 0.
2. Setup a UIPlay Tween with the trigger condition: On Hover False, Tween group 1. Tween Scale From 1.75 to 1.00 on all values, Tween group 1.

First time I hover over it works fine, hover out perfect as well. But after that it jumps straight away in the scale I've defined.

Would the solution you mentioned also help avoid this? If so in which script should I adjust this?

Thanks in advance!

Pages: [1]