UI input field problem
Hello everyone, I have the following problem with ui input field. When i set content type - integer, character limit - 2 and after initializing programmatically with anyone 2-digit number the input...
View Articleios input field buttons (done/cancel)
Hey guys, I've been wondering if it's possible to change the text displayed on the "Done" and "Cancel" buttons. For example is it possible to change "Done" to "Save"? If yes, then how can I do that?...
View ArticleMissing scripts when making canvas for HUD
http://unity3d.com/learn/tutorials/projects/survival-shooter/health-hud ^ I'm going through that tutorial but when I made a canvas object, the gameobject has the Rect Transform and Canvas objects it...
View ArticleFree Script - Particle Systems in UI Screen Space Overlay
I haven't been too active in the Unity forums, but I am a professional dev who has been working with Unity for several years. I've recently been working with the superb new team at Section Studios in...
View ArticleUI Input: Hide Input Issue on Android
I'm trying to hide the input on Android device, and it does hide on the device but the Input field doesn't behave like the native Input field. The text is not selectable and the delete key doesn't...
View ArticleText flickering on Android when using Scroll Rect
We have different tablets to test our mobile app but for some reason, on one of the tablets (Archos 101 Neon 8Gb) text is disappearing and appearing (flickering) when scrolling. Within the scroll rect...
View ArticleButtons within scroll rect are difficult to press on mobile
I have a scroll rect which presents a grid of icon buttons. On desktop the buttons are easy to click, on mobile (android) the buttons are difficult to press. When I tap them It seems that only the...
View ArticleHow to communicate between few scripts?
Hi everyone, I have few scripts, each one with few public variables, some need to communicate between them. In my project I take input from arduino and make a game from it. scripts are: _inputManeger -...
View ArticleHow to make world space UI Image cover GameObject?
View attachment 192712 In the above image,I circle the problem how to fix that? I try to google the method to solve that...but not result
View Article9-spliced sprite not working as I need
I've started to set up UI in my game and suddenly hit a problem. Below is a full explanation. For example i have this sprite: View attachment 192607 And i need to made it bigger or smaller horizontally...
View ArticleNested Canvases do not Save Anchoring Settings
1) What happened? Nested UI canvases do not seem to retain their anchoring settings (as set by the rect transform component) upon saving->reopening or hitting play. This bug is new as of either...
View ArticleNeed help with the UI
Hello, I'm trying Unity and I'm getting stuck. I have a UI which I want to persist over several scenes. The main scene has the canvas. I then load another scene aka level. I created a level manager...
View ArticleDetect mouse input from BACKSIDE of World Space canvas?
Hello forum, I have placed a World Space canvas in the scene, with some buttons and sliders on, then realized that they don't get mouse inputs when they're seen from the back. I need a World Space...
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 ArticleAutomatic Selection of InputField UI?
I'm currently creating a InputField UI in which the player types in a code to unlock a door. However, since my game is first person, there is no cursor to select the input field to begin typing. How...
View ArticleUI does not work on android device
Hello everyone, Im making a android game and im having trouble with the ui. Everything works on editor and on a Samsung galaxy, but the ui doesnt work in my Asus zenpad. I tryed buttons and images...
View ArticleUnityEvent malfunction
When we assign method from script A (MonoBehaviour), to script's B event which inherits from UnityEvent by AddListener method, it (A method) receives callbacks. When we disable component A (script A)...
View ArticleDraw circles or primitives on the new UI canvas?
Hi, I'm trying to build a Circular Health bar and I was wondering if it's possible to draw Circles/Arcs or primitives like lines into the canvas so I can create my Circular HealthBar ? Regards E
View ArticleNEW UI in Editor
Hello all, It may sound silly, BUT is there a way to use the new UI with the Canvas in the Editor ? I can use the Canvas correctly when I push the play button, BUT can I use the same structure in the...
View ArticleEvent trigger detection
So its hard to explain but... I am trying to make some kind of dynamic UI instantiated and customized by a C# script. I have (deactivated, which gets activated later as more of them instantiates)...
View Article