[5.2] Terrible performance spike causing by Font cache
Hi again, I'm continue to port my project in Unity 5.2 I notice a terrible game freeze when open my UIs, due to "Font.CacheFontForText", which taking 3273ms (!), vs nothing in Unity 5.1.3. My UI...
View ArticleUI Sprite Image Slows Down Editor
I imported an .png to Unity (1024x1024) to use as a screen overlay for taking damage. Here are the import settings: I created a canvas and a child Image object. When attempting to reference the import...
View ArticleUI buttons don't load correctly
every time I load my unity proyect this happens with all the UI buttons. I dont really know what happens and I'm sure that I'm not the only one who has this problem. pleas help
View ArticleChange a button's sprite with another button
I want to change a sprite of a UI button with code from another button. like if i press this button this other button will change to this sprite
View ArticleHow to fix UI in a 3D Game
Hi guys, I'm trying to create a little UI for my 3D Game but the UI Interface is moving when i move my camera... Do you know how to solve this problem ? My problem : here Thanks..!
View ArticleMask + Show Mask Graphic Performance
Current using 5.1.3. I'm testing on iPad3 and I wanted a ScrollRect to respond to full screen touch so my hierarchy looks like this: ScrollRect Image - Fullscreen Content Button1 Button2 Etc The Image...
View ArticleUI Mesh stays black
I'm trying to draw some of my UI elements with meshes, but they are always drawn black. material.SetColor() does nothing and setting the color of the canvas renderer also doesn't work. Moreover, the...
View ArticleCustom LayoutGroup repositioning child at unexpected time in unexpected way
Hi all, So I'm mucking around a bit with a custom Layout Group and found something... interesting. When I drag and drop a child object into the group, the child always gets repositioned to a default...
View Article[5.2] Terrible performance moving some Sprite or Text
View attachment 160221 when some thing like Sprite || Text moving , cause a lot of GC and CPU in Graphic.Rebuild() Terrible performace in mobile ~~
View ArticleA working, stylable combo box (drop down list)
I spent most of the last two days getting a working Combo Box (aka Drop Down List) working in uGUI. However, I had some specific requirements for it that made this a lot harder than simply building all...
View ArticleInputField bugs
Hi. I am having trouble with InputFields on Android. I have two InputFields. The problem is this: Problem 1 (dublicated text): 1. I press the "Username" InputField to give it focus and type some text....
View ArticleWaitingForJob (not related to occlusion culling)
Ever since 5.2 came out, we have been getting enormous spikes (like 40ms) every second or two from what the profiler is calling "WaitingForJob." I've seen people asking about this before, but they...
View ArticleUI.Text - how can I check for line wrapping?
I'm making a text box fill up character by character, how can I check to see if the next word I'm adding to the text is going to be wrapped to the next line? I tried just adding the next word all at...
View Article[Help] How to make pseudo Donut Menu?
Hey guys! After hours of trying to get it right and fail, i come to you, the UI Gurus! Never been good at math, am trying to do something like this Arrange some ui buttons around a circle, distance...
View ArticleUnity stops processing input after the second time I press play - Unity 5.1.2f1
This is strange - My gui works correctly the first time through. But after I stop and press play again - it displays, but I can no longer click on anything, and it doesn't even recognize a hover. I...
View ArticleInputField caret placement after .Select()
I need to both select my InputField AND place the caret at the end of that field when a user performs an action. While I can select the InputField just fine, I can't make the caret display where I want...
View ArticleIndividual Letter Animation in Text
Is there any sort of script or way to make individual letters in a text component dance around in little circles?
View ArticleHow to move RectTransform with custom Anchors set to its Corners of the UI...
I like to position RectTransform of UI Elements with Custom Anchors set to its Corners in the script. I am doing this with changing the Orientation of the Screen. I have tried anchoredPosition, but not...
View ArticleCan't get any value from InputFields
I have been working for days on trying to get this to work, and I have read how others have tried work arounds in the past. Can someone please tell me how to get the value in an InputField. I've tried...
View ArticleFull UI App ? What do you think
Hi, i'm an indie developper i started working in a SEO startup (they want to try apps) 6 months ago. I was clearly a begginer 6 months ago, i'm probably still a begginer but i made a lots of progress....
View Article