Ugui Can we make panels dragable with just ugui
Ugui Can we make panels dragable with just ugui or do we need to write a script ? cuz all my panels stay at their position and this is so bad and i also want to make them when i click they become the...
View Articlevirtual joystick
I'm trying to create a virtual joystick using DragHandler, how do I make it functional? Because the X and Y directions are not correct, whenever the Vector moves diagonally, it follows my code: Code...
View ArticleDynamically changing a texture
Sorry for my English, I'm using Google Translate. I have the code below and I need to change the texture contained in the GUI.Label dynamically. I've tried it in many ways and I could not. Can you help...
View ArticleHow to change hierarchy order in layout groups through code
I need to be able to change the order of objects in layout groups dynamically. I can change the hierarchy order in the editor while the game runs and the group updates them fine, but I can't figure out...
View Articleproblem with fontSizeUsedForBestFit and resizeTextMaxSize
Hi, I've searched around a bit, but I couldn't find anyone experiencing the same problem I am, so I figured I would ask for help here. Basically I am having issues with the...
View ArticleContent Size Fitter not working without Layout component
I posted a question on Answers, but it's been 23hrs and it's sill in moderation. So posting again here. I'm working on this small project, I need to dynamically add UI elements inside a panel with...
View ArticleUnity UI draw calls and Grid Layout Group
Hello everybody, Recently I have been trying to perform some UI optimization for a game. The game includes a list of characters, all organized in a Grid View Layout. For each available character, I...
View Article[SOLVED] Changing UI Image with Script
Hello Guys, I have run into a problem that I am hoping that you maybe able to help with. I'll try and be as specific as I can but remember I have had a large break from using Unity - really long - and...
View ArticleDropdown autoscroller
Unity's dropdown system in 5.4.1 is unusable in production because it doesn't scroll the list to maintain view of the selected item when using the arrow keys. It also does not show the dropdown list on...
View ArticleCanvas overrideSorting not working on nested canvas?
Hi guys, I am having a bit of a weird problem. I am writing a tutorial for our game Empires in Ruins, and to do so for each framestep of the tutorial, i bring forward the elements that can be...
View ArticleMessage to UI Unity Devs
Hi ! First of all i want to thanks for your work, i know how hard is to develop new software that will be good to every single person. BUT when i hear from unite that unity 5.6 will have VR editor,...
View ArticleNested Scrollrect?
I'm hoping to put together a Netflix-like interface for users to select the scenes in my project. I need to be able to scroll up and down overall, but also be able to scroll rows of buttons left and...
View ArticleOnPointerEnter, OnDrop, OnPointerExit and small area (1px) around border bug
Hello everyone, I'm writing here before submitting a bug to make sure that it's a bug and not my misunderstanding on handlers flow. I've simplified it to simples mode, two UI Images. One has script...
View Article2 players use 2 UIs at the same time
Hello everyone, the game I’m working on have a local multiplayers mode (2P) in the game. In the game, when you finish each round, the Shop UI opens. P1 and P2 can navigate their own shop window...
View ArticleUI Text Not Showing Apostrophes and Quotes
I'm having a strange problem, and one that's only started occurring today, even though I've been using the same story system since October. I'm writing a string to a UI Text element through code, very...
View ArticleLoading UI.Image by WWW class?
I load a image by www class. It arrives fine in the material. But i cannot figure out how to load it into a UI Image. This gives me a error message. Code (JavaScript): var mypreviewimage:UI.Image;...
View Article[5.2.1] Images with source image set to NONE reneder with random texture
Hello, I updated to Unity 5.2.1 today and all my UI Images that I used with NONE in the source image render with a random texture from our project when I play the scene (is the same texture every...
View ArticleUsing Content Size Fitter with Horizontal Layout Group appears to ignore the...
Hey, I have a Horizontal Layout Group, with a Content Size Fitter. This has child game objects of text and works great when the children are scaled 1, 1. However if I change the scale, the children...
View ArticleMouse jumping
Hellos, When I move my main character on game with W,A,S,D it cause mouse cursor jump middle of screen. What might cause this.. how to fix problem?
View ArticleWorking with multiple canvas??
Hi all, I hope my question will sound trivial because it is driving me crazy. When you have multiple canvas in your scene, how to you hide/display the one that are in the way to focus only on the one...
View Article