[5.2] Button Color Tint not working properly? -> BUG with linear lighting
Hi! I'm having a bit of trouble setting up the color tinting for my spankin' new button: View attachment 155598 As you can see above, the background is a pure white image (FFFFFF) and the "Normal...
View ArticleWorld space canvases sometimes appear behind further canvases.
In the image below, there are five cards, each with a world canvas ui in them containing some sprites and text. From left to right, their x coordinates each increase by 20 and their y coordinates...
View ArticleHow to calculate world space size of ui elements
Hello, first time posting, let me know if I am doing this wrong. I am making a 2d grid game and want to resize the orthographic camera to fill the whole screen with the grid. That part was not to hard...
View Article[5.1.3f1] - "Invalid AABB aabb" error...what does this mean devs?
I have been working on a project for a little while and was spending the last few days polishing it up when I ran into this weird bug: Invalid AABB aabb Appears as a red critical error in the log. I...
View ArticleUnity Freeze in IndexedSet.RemoveAll
Hi, we got a reproducible Unity freeze (in our 50gig project). The culprit was, that UnityEngine.UI.IndexedSet is going into an infinite loop in its RemoveAll, because an item in the set has been...
View Article[5.2.1f1] UI Image has no longer a default white sprite with it?
Earlier, when I put a Image component, it had a white sprite by default, which I could change the color as I wish. Starting with 5.2.1f1 this is no more. Got many assets broken by that. Image component...
View ArticleRender some UI elements into a texture
Hi, Is there a way I can render chosen UI elements into a texture? I would then use this texture to save to disk and upload to various services. I have tried to think of a way to do this but I cannot...
View ArticleUnityEngine.UI.dll is in timestamps but is not known in assetdatabase
I'm using beta 19 on Windows and still quite constantly get the error "Asset 'C:/Program Files (x86)/Unity/Editor/Data/UnityExtensions/Unity/GUISystem/4.6.0/UnityEngine.UI.dll' is in timestamps but is...
View ArticleUnity UI Text cannot go over 55 Font size
For some reason my font size cannot go over 55. And no I tried adding more with to the object and height still no luck...
View ArticleLarge Font on Retina Displays Disappears unless I make it much much smaller
I had started working on our app using a non-retina iPad. Everything worked great. We had several large UGUI text components with 230 point text in them. When I tried running it on a Retina iPad, no...
View ArticleUpdated to 5.2 and now all UI Images are pure white
The title is pretty self explanatory really - I updated to Unity 5.2 and now all UI Images with materials (and no sprite) set are now rendered pure white. I'm using custom shaders, but even switching...
View ArticleTooltip - Content Size Fitter background image problem
Hi guys, after months of using it, once in a while the UI system still surprises me with something unexpected. This time is with the nefarious Content Size Fitter + Horizontal Layout Group combo (i've...
View ArticleLayout Group and ContentSizeFitter in child
Hey everyone ! So, Here is a graph of my UI : View attachment 147646 . Basically, every Element is an expandable element and the list of elements is dynamic. I need my red RectTransform size to be...
View Article[5.2.1p1] Caret misplaced on some input fields
Hey, looks like there's still some problems with input field carets not being placed where they're supposed to be in certain cases. Not 100% sure how to best describe what might be causing it as there...
View ArticleRestrict mouse to panel while LMB down
I am trying to restrict the mouse cursor to within a panel while the left mouse button is down. The reason being is I am disabling the controls while on that panel and if you drift off panel while...
View ArticleuGUI Mask not working on Android
I have a Scroll Rect with a Mask on a Canvas set to World Space, it looks fine in Editor but on my Nexus 5 the mask is not being applied. Used to work fine before 5.2 I think but I have made a few...
View ArticleUnity3d game from FullScreen to Window problem
Hi guys, I have this problem with UI Canvas, in full screen works perfect with any resolution but when I try to go in Window Mode I see just the camera without the Canvas and sometimes doesn't fit :...
View Article[NEW GUI]Text "bestfit" Performance Hit
Hi, Today testing the new GUI i was making a Counter Down, to make sure the text is at the correct size on every screen size i checked the "best fit" check box on the Text component. I controlled the...
View ArticleImages no longer sliceing
I have a set of interface images that have been using forever. Now when I assign my typical image as the source image of a button, the button becomes the size of the image. And going into the sprite...
View Article[Scripts] Useful 4.6 Scripts Collection
I decided to make this thread after I stumbled upon Riolis' window script. Please contribute any scripts that you think are useful when working with 4.6 UI. Also, don't forget about the cool scripts...
View Article