Health bar in split screen mod?
Hi everyone! I have a little problem currently. I'm making a game 1v1 with split screen (type of real time strategy game like Age of Empire) and i need to display minions healthbar on both camera. It's...
View ArticleScrollRect.LateUpdate is undoing my attempts to manually scroll it
Here's my situation: I have an object with a ScrollView, which holds an object called OutputText that has a Text component and a ContentSizeFitter. I periodically add text to this Text component, the...
View ArticleSome of fonts get lost whenever I play video clip in WebGL
Hello, I've encountered a problem while working on a WebGL version game with Unity. So, this game I am working on a has a video clip that runs in the background when started. I used the HTML5 video...
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[5.2] MaskableGraphic performance OnEnable(), OnDisable()
Hey folks. Our UI has seen some major spikes since upgrading to 5.2 from two functions - MaskableGraphic.OnEnable() and MaskableGraphic.OnDisable(), both coming in at a whopping 51ms. There is also a...
View ArticleuGUI ScrollRect too slow?
Hi, I have a list made with a ScrollRect and about 30 items inside, each of which is a Panel with a couple of images and texts, all done using the new Unity UI system. However scrolling is incredibly...
View Articlewith new ui system, how to make pixel perfect ui?
View attachment 163588 Hi, i am working on a pixel art project. i am having problem to align different images perfectly to each other under new ui system, unity 5.0 i am using screen space - overlay,...
View ArticleCanvas Dropdown in Scrollview issue
Hi, I have a scrollview (the big rectangle in the center, most part of the screen), with multiple element like text and dropdown. When i open the drop down menu as i do in the screenshot attached, i...
View ArticleSluggish GUI - how to optimise?
I've a reasonably complex main menu and customisation UI with several panels layered and scroll views. I've packed all sprites with the sprite packing tag 'UI'. When run on a 2013 Nexus 7, the refresh...
View ArticleMultiple Canvas in different Sorting Layers don't block each other?
Hi, Is it possible to have two canvases in different sorting layers and have them block each other? I have two canvases on different sorting layers and I wanted the one in the front to block the one in...
View ArticleAndroid UI Performance
Hi Were currently working on a UI heavy game for mobile. We get a solid 60fps on an iphone4s and above but on 2 comparable android devices (nexus 7 1st Gen and Moto G 2nd Gen) we get between 20 and 35...
View Article3D Objects inside Canvas
Inside my Canvas I'm trying to display a 3D model to depict which player's turn it is alongside some text. My canvas is set to Screen Space - Overlay. My 3D game object is displaying exactly how I want...
View ArticleCan't seem to get Rich Text to work in UI Text.
I have a Text Game Object and I've tried passing a string containing HTML in it to change the color of part of the string but it's not working it just displays the code. The documentations says that...
View ArticlePerformance of new UI
Hi, we are having significant performance drop while using the new UI and we are wondering if that's how it should perform or is it something that we are doing wrong. We are developing 3d racing game....
View ArticleWhy doesn't Layout Element have Max values?
Why doesn't Layout Element have Max Width and Max Height? Without this, as far as I can tell, it is impossible to do a shrink-to-fit text box which wraps text (and expands the height) when a maximum...
View ArticleHalf my quad is hiding my asset and the other is showing them.
I posted this in the help forum, but thinking about it, this seems like more of a UI problem. When i play the game within unity the game looks fine, when i play the game on my phone that is when i miss...
View ArticleArduino to Send Info that can update UI
Is there a way that I can have my Arduino code send to Unity the status of a pin or LED and then have unity Update the UI is I have a button state or animation playing to indicate that a device is...
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 ArticleResizing Window manually = Black screen
Hello ! When i try to resize my window, let's say from 1280*720 to 1920*1080, the screen goes black. Returning to 1280*720 doesnt solve the problem but a restart does. My game is a 2D One, except the...
View Article