Unity 4.6.8p3 + iOS 9.0.2 Input Field Broke
Not sure if mentioned already but when trying to input e.g character name, ios9 keyboard opens but text field just blank even if entering characters Anyone else have similar issues?
View ArticleStrange gap between keyboard and input field on iOS
Hi, We've been having a strange issue with a gap appearing between input fields and the text entry area on an app we're developing. Occurs at random, and only about 2% of the time. We think it only...
View ArticleNested canvas issue in 5.2
Hi, I have a problem with nested canvases after updating to 5.2 Why "Red" image not moving on drag? As expected, you can see moving selection border for image in the scene view, but position of...
View Articlehow to make a bar that works like the navigation bar like chrome.
Hi everyone! what i want is to make a chat bar that works like the navigation bar in chrome. There are a few fixed buttons at the right side that do not scale or move. Tabs get added and they come in...
View ArticleInfinite Scroll with ScrollRect
Hi, first of all I must confess that I'm an absolute Unity newbie so maybe I'm missing something. I'm playing around with these new UI controls because I want to implement some Wheel Pickers that will...
View Articlehow to resize one of gridlayoutgroup cell?
I want to resize one of gridlayoutgroup cell when the user touched it. and if the gridlayoutgroup self-adaption is better.
View ArticleUnityEngine.UI.dll is in timestamps but is not known in assetdatabase
I'm using beta 19 on Windows and still quite constantly get the error "Asset 'C:/Program Files (x86)/Unity/Editor/Data/UnityExtensions/Unity/GUISystem/4.6.0/UnityEngine.UI.dll' is in timestamps but is...
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 bugs
Hi. I am having trouble with InputFields on Android. I have two InputFields. The problem is this: Problem 1 (dublicated text): 1. I press the "Username" InputField to give it focus and type some text....
View ArticleUnity UI Best Practices
I spent a lot of time reading these forums, forum/net searches, etc. just to find out what information I could on the new UI and how to do it because I don't see an actual 'best practices' thread...
View ArticleOrdering of ModifyMesh with multiple IMeshModifier components
Hi, We have a component for curving text that I have just converted to use the new IMeshModifier interface after we upgraded from 4.6. The problem is that this does not work alongside the built-in...
View ArticleHow to install Unity 4.6 Beta side by side with Unity 4.5.3?
Hi, How do I install Unity 4.6 beta side by side with 4.5.3 on the same drive and computer on Mac OS X 10.9.4? I have tried changing install locations, but it only shows drives to select. Thanks,
View Article[5.2] CRITICAL BUG - Can a developer please look at this?
Hi, I posted about a critical bug in the UI a few days ago and even sent a project with one textbox + one tiny script clearly showing the issue....
View Article[5.2.1f1] UI disappears if D3D9 standalone window is resized, or after first run
If you resize our standalone client window, the UI disappears. This also happens after the first time we run our client, until we rebuild it. This did not happen in 5.1.1f1. This does not happen in...
View ArticleUI Animation Performance & Dirty Scene Objects
Hello, We have a fairly complicated UI system. When running the Profiler, our biggest hit is on Animator Update. Most notably in two sub categories: Dirty Scene Objects and Apply Animator Move. We were...
View ArticleBest way to create a 3D UI
To create a 3D UI, you need to have a world space UI since a normal one will not use a perspective camera, any ideas on how to either a. have it scale to fit screen sizes perfectly, or b. an alternate...
View Article(5.2.1f) Child Canvas alters its transform's anchor position when added to a...
My project has a gameobject hierarchy like this. Canvas Root(the one you create via right click>ui>canvas) -Child Canvas(a game object with canvas component) -Child Canvas -Child Canvas -........
View ArticleSome users cannot type "@" sign into InputField (international keyboard...
My Unity app uses e-mail login, but some international users aren't able to directly type the @ symbol into the InputField in my app. It seems related to the keyboard layout that they are using. They...
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 ArticleUpgrading to Unity 5.2 - UI Problem with Raycast Target
Hi, Maybe I'm misunderstanding something simple here, but I just upgraded to Unity 5.2 this morning and I'm now having several issues with many of my UI buttons. After troubleshooting for about 3 hours...
View Article