Problem with Tic Tac Toe tutorial
Link to the tutorial: https://unity3d.com/learn/tutorials/tic-tac-toe/foundation-game-play?playlist=17111 I must be missing something. I copy-pasted the script to be sure, which is the following: Code...
View ArticleContent size fitter smooth growth with text
Hi, I have a Text ui element that holds log and the text being added from time to time. The anchor of the Text ui is at bottom, so new lines are added at the bottom. Now the size just jumps to the...
View ArticleList View Framework
I am Experimenting With Unity since 4.6 , and Since that The Component i was missing most , was List view. I have used more then 3,4 list view plugins ,but non of them give me , what i want, When i got...
View Articlewhere is the community UI extensions? bitbucket or github...
There was, at one a time an interesting thread that had several community members contributing ideas and code to improve or add features to the opens ourced UI stuff that Unity has out on bitbucket. I...
View ArticleCan you have a UI Canvas/Panel appear above a mouse cursor?
Hi, I'm really frustrated with this one... and I am guessing (hoping) it's an easy answer. I have a panel with 2 buttons... at the moment they appear above the head of the player whenever I click on an...
View ArticleAndroid: Poor Performance w/ Large Images
I'm working on a App (not a game!) built with Unity, and it consists of a number of full screen panels. Testing with a 2013 Android Nexus 7, I've noticed that performance drops extremely quickly as I...
View ArticleHow do YOU handle updating the UI?
I find myself struggling with updating the UI in an efficient way. Say I have a class Game Controller that I use to keep track of my player status, and holds multiple fields. Let's say these fields are...
View ArticleUnity UI being blurry/ not visible on my phone[remote app]
Hi all, I am having small problem as on unity 3d its all clear and nice the text and the image, but when i open it on unity remote 5 its all blurry and bad quality ? Any fix for this ? Thanks !
View ArticleUnity Editor Automatically Re-Position Canvas Problem
Hi there, I have a big problem. Because of some issues before I patched Unity to 4.6.1p4 today. The patch solved my problems but bring some new problems in it: I have a Canvas with a Test-Canvas and a...
View ArticleCanvas in world space generates too many draw calls
I am seeing a weird behaviour where a single object (e.g: Image) generates 2 draw calls (i would expect only 1). This happens only when the canvas is set to "World Space". I have reproduced the issue...
View ArticleInsert specific characters in fonts
Hello, this is my first post on the Unity Forum after searching for a while, i cant really figure if there is a way to import, or add specific images (icons, in my case) into the font. Because, i would...
View ArticleHow to make mobile keyboard pop out when you click on UI input field ?
Hi all as in title. I want to make the keyboard pop out when i click on the UI input field, how do i do this ? Also can someone show me example, for example If user type ''Yes'' then do this.. Thanks...
View ArticleInputField.text Not Showing Value
Before I submit a bug I wanted to see if there was something I was doing wrong with the upgrade. I have a project I have been working in 4.6b20. I just upgraded to 4.6f1. I have several InputFields in...
View ArticleClock, centering GUI
Hello! I've been following a guide for making an analog clock application, which works great. But then i decided to get clever and add a few bits to it. (A clock face, centre and also a digital clock.)...
View ArticleFake mouse position in 4.6 UI (ANSWERED)
I've been attempting to figure out how to fabricate mouse input on the new UI all day, and feel like I'm stuck in the mud. As the UI is new, it seems there is close to zero in the way of documentation...
View ArticleUnity Dropdown generates weird spacing for first and last option
Hi Everyone, I am trying to use the built in drop down component unity provides to create a drop down menu. When I try to change the graphics and spacing of the menu between options, it does a good job...
View ArticleDrag-able element not clamping to child bounding canvas
Hey there, I implemented the DragPanel function from https://unity3d.com/learn/tutorials...g-archive/panels-panes-windows?playlist=17111 5.3.4 of unity so I could adjust a cropping area then crop a...
View ArticleMove UI between projects?
Hello! So I have created this UI for a mobile project where I have a menu pop up when a button are being pressed, from here you can reach some website etc. However I would like this UI on a similar...
View ArticleLine from world space to GUI
Hello, I would like to make a scene (with automatic animation of camera) in Unity like in this video: I have few questions about these callouts https://cdn.pbrd.co/images/9J70snJ65.png . 1. I am not...
View Article[PC] Application crashes when attempting to remove an element from a list
The application crashes when removing elements from a list (collecting rewards for the list of achievements in a game). First 5 or 6 removals work fine, then the game hangs and crashes. Unity 5.3.6p2,...
View Article