UI Image filled radial from bottom.
Hi, I have a problem, if I use the first sprite below the radial goes all the way round, but if I use the second sprite it does not, the radial is not projection from the centre of the sprite, both are...
View ArticleMove UI above TouchKeyboard for Mobile
Hi, In our game, we have a chat area and would like to move the UI above the keyboard so that the last sent message is at the bottom of the visible space (like Facebook chat or WhatsApp etc does) I've...
View ArticleTab between input fields
I have a simple login form with email and password input fields next to each other. Now I set up 2 input axes called UI Horizontal and UI Vertical and set them as navigation axes in the Event System....
View Article"Object reference not set to an instance of an object" after LoadScene
Hello! This is my first time posting here and I'm not entirely familiar with everything, but I'll do my best in explaining my issue. I'm not entirely unfamiliar with C# but I'm new to Unity all...
View ArticleInputField onClick?
Inputfields are children of a button inside a scrolllist I'd like the button to highlight when the inputfield is clicked on Is there a callback to detect if an inputfield was clicked (not changed or...
View Article[5.3] Elements in the UI flicker between different sprites
I recently switched from 5.1 to 5.3 for our project, and I got some issues with flickering elements in the UI. I've uploaded a gif of the problem: http://gfycat.com/QueasyDeadlyLangur As you can see,...
View ArticleCustom Mesh Rendering under UI Canvas
I am trying to render a custom mesh in the new GUI system. I have a UI Canvas and then a small hierarchy of game objects under them is a game object with a custom mesh. I can't seem to get it to...
View ArticleUI and masking 3d meshes in a scrollrect
So I am basically trying to do this http://answers.unity3d.com/questions/998203/mask-3d-objects-inside-ui-scrollrect.html....i have scrollrect with buttons and each button has a different 3d object on...
View ArticleInputField ArgumentOutOfRangeException
Sometimes, when typing in an InputField I get an ArgumentOutOfRangeException error. It only happens when starting with an uppercase letter. I cannot reproduce it in an empty project, so I assume I am...
View ArticleUI Garbage Collection
So i recently started optimizing my game by reducing the number of Garbage Collector calls and I noticed, that set the UI elements to parent will trigger a GC call. As can be seen in the attached...
View ArticlePivot point not moving on drag
I'm trying to move the pivot point of a UI object. The point does not move.
View ArticleScreen space - camera canvas has 'choppy' UI when camera moves.
I tried to upload a video of what is happening, but the file is too small so vimeo won't accept it. I have a canvas set to Screen Space - Camera. In the canvas is just one image at the moment. The...
View ArticleScreen Space UI "Moving"?
I have had a pretty game-breaking issue pop up today, my Screen Space - Overlay UI moves horizontally when the camera moves. No other way to describe it, and have no other information than that. I have...
View ArticleMultiple processing InputModules
I'm trying to port our current UI solution over to uGUI. We require being able to use multitouch and mouse/kb input simultaneously. It appears that only one InputModule cause events at a time. Skimming...
View ArticleChanging sprites at runtime without Resource.Load?
Hi all I've been using unity for a while now but I'm pretty new to the canvas system (been using 2D Toolkit for UI up until now). I have some interface elements that change sprites pretty often, like...
View ArticleRender canvas onto a render texture alpha problem
I want to render a canvas onto a render texture but I'm having problems with the alpha values. If I have a fully opaque panel containing a semi transparent panel, the area where the overlap occurs is...
View ArticleRTS Style Selection Functionality
This is my first post in the unity community. I started using unity a couple of months ago and I think it is incredible. I saw a post containing code that implemented rudimentary RTS Selection Box...
View ArticleUi.Text Problem
How do I get my score text to display when I'm playing also my win text. I want to display the score but it is not working also I want win text to come up also. Also when i'm playing and I left click...
View ArticleUnity 5.1 vs. 5.3 UI Performance
So, I've spent some time today to get my project ready for Unity 5.3, and after finally adjusting everything, updating the appropriate plugins etc. I found out that performance is reduced to about 60%...
View ArticleSliced image type
Hi everyone, I am just getting started with the new UI system and just cannot figure out how to use the Sliced image type for simple images. Whenever I select Sliced I get the warning "This image...
View Article