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 - Evgeny

Pages: [1]
1
Other Packages / How to save state FOW on level?
« on: October 31, 2016, 06:51:47 AM »
How to save state of FOW on level and then to load that state at the next loading of level?
If it's possible?

2
NGUI 3 Support / Re: Problem with a delay of positioning of anchors
« on: April 23, 2016, 03:51:50 AM »
The problem unfortunately remained.
I have made through the table, but at change or quantities of lines or width in Label, process of reformatting of the sizes is swept VERY up. And if in Label there is a lot of text, then it borrows to 0,5 seconds or more!
Whether there is opportunity at the beginning to create all content of the table, and then already to show him?

3
On a scene there is a model with custom shader something like fadeIn/fadeOut type. Through custom the camera is given to RenderTexture and this texture is applied to UITexture. UITexture don't show nothing.
In what there can be a problem?

4
NGUI 3 Support / Problem with a delay of positioning of anchors
« on: March 10, 2016, 12:49:56 PM »
I have a panel on which several buttons are vertically located.
Each following button is attached by an anchor to a bottom of previous.
At changes of height of the button, a position have to be recalculated.
But positions of buttons change not instantly, for one update, and as if in animation, i.e. it turns out that buttons as if approach to each other.
How to get rid of this effect that ALL elements were positioned for one update?

https://youtu.be/LV_G4CYSsp4


5
NGUI 3 Support / Re: Problem with position image in UITexture
« on: February 02, 2016, 01:22:23 PM »
Following problem :(

On all UITexture there were blurred borders. Exactly from top and bottom on one blur pixel.

The UITexture size strictly corresponds to a picture resolution. Height and width the even. The Aligment is established in the left top corner.



6
NGUI 3 Support / Re: Problem with position image in UITexture
« on: January 20, 2016, 11:22:53 AM »
Working! :) Thnx :)

But only if  point to be in a corner, such as top-left, AND make your sprite's dimensions dividable by two.

7
NGUI 3 Support / Problem with position image in UITexture
« on: January 18, 2016, 01:55:00 PM »
We use the latest 4x Unity with latest 3x NGUI.
I have texture with resolution 665*75 pixels png. I  made UITexture with widget size 665*75.
And what I see in the corners :)

Now as you can see NGUI randomly changes sizes of the buttons (for some of the identical buttons it scales 1 pixel down from vertically or/and horizontally).

That leads to the buttons are not positioned properly and some strange pixel blurr/opacity effect over the buttons appears. How to fix that?

Please, help us to fix that.

Why image with IDENTICAL size look's like this? Any ideas?

Pages: [1]