Scroll Rect is TOOO SLOW
Hi guys, I have a scroll rect inside a canvas with only 15 scrollable items. But it is giving me an fps of 30-40 on my mac and 10-20 on my android device. Any ideas how to fix this ? The UI is pretty...
View ArticleWhy scale ratio of my new UI texture differs so much?
I have created an UI Texture and set Texture to my .png file. The size was only 256x256 but in the canvas it appears huge. I can change it to minimum 2x2 which is still big. If I compare it to other...
View ArticleScale and position child image uniform with parent image
I'm creating a health and mana bar component in my game. The component consists of three images: background health fill image mana fill image I'm trying to do something I thought the new UI would...
View Article[Solved] Virtual mouse cursor that triggers UI events?
[Solved: Here's the code to create a virtual mouse cursor that triggers UI events.] Is it possible to create a virtual mouse cursor (as a UI element on the canvas) that can trigger UI events such as...
View ArticleScript cannot enable/disable Text
Hi everybody! I'm a Unity beginner, so please forgive me if my question is too silly. I'm trying to make a Text object appear and disappear with an animation that enlarges or shrinks the text. This...
View ArticleSprite - Icons with text (e.g. emoticons)
Hi, it seems that one feature we use from NGUI is missing: To have special markup in the font gets replaced by custom icons. We use this to display things like resource symbols in tooltip flow-text...
View ArticleStrange gap between keyboard and input field on iOS
Hi, We've been having a strange issue with a gap appearing between input fields and the text entry area on an app we're developing. Occurs at random, and only about 2% of the time. We think it only...
View ArticleHow to get uniform drag distances from both screen space and world space canvas?
So my question is quite simple. I've tried couple of different ways to get custom dragging to work with both screen space and world space canvas. Problem is, first method is no good I think, and second...
View Article2D Rect Mask rotation / skewed mask shape
2D Rect mask was added in Unity 5.2. Just noticed it exist a day or two ago. This: https://unity3d.com/unity/whats-new/unity-5.2 I'm using latest 5.3.4p2 However now when I did some other testing,...
View ArticleAny way to do CanvasGroup.alpha but for color tint?
Is there any way to affect the colors of an object and all of its children similar to how canvas group affects the alpha? A use case would be to darken a group of objects when they are disabled. Tinted...
View ArticleUI images in Android looks bad (low quality)
HI All, I'm building a mobile game for Android and using the UI system. I'm using the images in the best quality (format = truecolor): View attachment 182091 And all the UI actually looks very blurry...
View Article[UGUI] Loop ScrollRect for high performance
Hi, Recently I'm optimizting my game and find ScrollRect is a good point. If a large ScrollRect is built, it will consume a lot when loading and drawing (For those cells outside Mask, they are not...
View ArticleuGUI Localization
Hi, I was wondering what if there are an built in or 3rd party localization tools for uGUI. I did a google but can't seem to find any.
View ArticleUnity UI Screenshots
Hi! Are you making something cool with the new UI? We would love to see the kind of things you are creating with the beta. This gives us an idea about what you are using it for, and helps us focus our...
View ArticleonFillVBO to OnPopulateMesh help?
Upgrading to 5.2 my onFillVBO's are no longer working. I have a script based on the one posted here: http://forum.unity3d.com/threads/draw-circles-or-primitives-on-the-new-ui-canvas.272488/ Within...
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 ArticleWindows Standalone crashing in UI code
Our recently released game keeps crashing on some machines every few minutes. The game crashes with an "access violation'. Seems like some engine code problem, trying to access memory it shouldn't. I...
View ArticleBasic Menu in Unity 5.3 problem
Hi, I'm trying to create a very basic menu with just two buttons (play and exit) and a condition to show the menu again when you press M. Exit works fine but when I play launch, the menu and it's...
View ArticleTexture above a object.
Well hello, there It was a little wile ago I worked with unity And have started a new project for my self and I need (want) That a texture will show up above a object and it won't matter from witch...
View ArticleScreen Space camera bug - I dont kniw where to put this thread
I have a slight issue with a screen space camera canvas: 1 i have two cameras and a screen space camera canvas with the main camera as the target camera 2 in a script, i instantiate an image and set...
View Article