Making UI on the Surface of Objects?
I'm a little new to the UI system in Unity, and I'm unsure how to create a UI on the surface of objects. Specifically, I plan to make a command line terminal that the user will be able to interact...
View ArticleGrid Layout with automatic row height
Is there a way to automatically adjust the height of a row of a Grid Layout based on the cell content of that row?
View Article3D UI Style, Help please.
Hello. I'm making a game which you can choose a car part from the car to remove or change it with something else, For example you choose a car bumper and then you can change it with a more sporty...
View ArticleHow to enlarge rect transform by script?
So I have text unity new ui object. I want to enlarge this text's recttransform vertically so it can show more texts inside. How can I do it at in-game dynamically? I googled and used,...
View ArticleSuggestions for GUI asset
I've been through the store and am still at a loss. Many seem like they have been abandoned, are buggy and have not been updated in years. Wouldn't it be an idea to cull some of that old stuff ? Anyway...
View ArticleUI Bad performance on IPAD 3
Hi, has anyone noticed really really bad performance with UIs on an IPAD 3 ? Or another high resolution device ? My game is fluid and ok on every devices I've tested but incredibly bad on ipad 3. I...
View ArticleCreate Button that Captures Input, but Doesn't Block Input?
I've got an invisible button that I use for debugging purposes. When you tap it three times in quick succession, it opens a debug options window. The problem is, this invisible button is a raycast...
View Article[UI] Animate Fullscreen Panel from off-screen?
I found it pretty straight forward to animate an element from off screen by simply changing specific anchor positions from 1 to 0, however this doesn't work if you want the element to stretch on more...
View ArticleGet UI components by name with GetComponent
I'm in the process of making a couple of UI elements with a dropdown where I've set the OKAY button as child of to the dropdown to read the current option from the dropdown by GetComponentInParent....
View ArticleArduino Ethernet Shield control PWM LED using UI Slider
Hello, can you guys help me? i have final project for my college, and assignment in a few weeks. I have Arduino UNO and Ethernet Shield, can you guys give me a code that can control PWM LED using UI...
View ArticleTrouble with scroll rect.
Hey guys, i have a project with a scroll rect that has buttons in the content. I'd like to be able to scroll the content wherever you touch, be able to drag the view on the whole. How it is right now i...
View ArticleCanvas won't disappear despite its elements are gone.
I created a canvas called "Information" to display application related information on a child Text element. However later I wanted to disable it on run time after certain time as the application state...
View ArticleConnnecting UI controls to character
Ive been on this problem for some time now and i just don't understand enough about the way the UI works for me to fix it. So The controls of the character are an altered of those from the "Tanks"...
View ArticlePerformance issues on android with Scrollrect
Hello, I'm using the new ui to develop a chat system in my game. I want to have something like facebook app messenger. For now Im using a scrollrect with a vertical layout group, and I just push new...
View ArticleClicking a button leaves it in MouseOver state
I'm using an out of the box UI button and all I changed was the "Highlighted Color". When I run the game, the button highlights correctly with mouse over and reverts to normal when mouse leaves but...
View ArticleSuddenly all UI scripts missing!
And those errors popped on the console: Asset 'C:/Program Files/Unity/Editor/Data/UnityExtensions/Unity/GUISystem/UnityEngine.UI.dll' is in timestamps but is not known in guidmapper...Click to...
View ArticleUi text not working
Hello, I am using unity 5.3.4 and I want to use text. I have tried a lot of things, however I can't use it the same as all the guides because I can't use using UnityEngine.UI because I use unityScript....
View ArticleHow to Upload Images?
Some applications, e.g. Instagram, allow you to choose images from your phone's library, and then put them on the app? Does anyone know how to program this feature using Unity? I'm trying to make a...
View ArticleUI To Block Raycasts
Does anyone know how to prevent the OnMouseOver() from firing? I tried adding a 2d box collider but it didn't stay with the button I made. this is my simple tester script Code (CSharp): public class...
View Articlethe problem of ScrollRect.normalizedPosition
Hi everyone: I set the ScrollRect.normalizedPosition = 0 in the Start(). but i find the ScrollRect.normalizedPosition's value will be a random value between 0-1. And when i set the value on the...
View Article