How do I show the panel UI and everything in it while Time.timescale = 0
I'm trying to have a panel pop up during Time.timescale = 0 but I couldn't. The panel and all its UI Text, Image are active but it just doesn't show up on the screen during Time.timescale = 0. I could...
View ArticleCropping POT images in Unity Button
Hi, I am trying to reduce the APK size of my game by changing all images to POT images. Unfortunately some images do not match very good on POT. Hence I have a pretty large transparent space at the...
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 ArticleNo camera rendering message with 5.4.0p1
Hey, I've no need for a camera in my game, but I'm seeing the "No cameras rendering" message which will not disappear in game view when I press play. It seems to be the same as this issue which was...
View ArticleAndroid Blurred UI
Hi, I'm having a problem with UI in my app, the UI looks blurred and the text, input fields and button information looks as if they were lost. This problem is only on Android, iOS is working fine, and...
View ArticleDisable mouse Input for StandaloneInputModule
Hi, I have a system of buttons which can be navigated and selected/deselected by using the up/down arrow keys. This is linked to the EventSystem which is using StandaloneInputModule. This does the job...
View ArticleScrollrect List move by controller ?
I make a list of buttons that move nicely with mouse and touch finger. Now i want to use controller that move up and down to select buttons. How to do that ?
View ArticleSprite - Icons with text (e.g. emoticons)
Hi, it seems that one feature we use from NGUI is missing: To have special markup in the font gets replaced by custom icons. We use this to display things like resource symbols in tooltip flow-text...
View ArticleCreate UI health markers like in World of Tanks
Hello! So currently I'd like to make HP bars for my players. Obviously, first thing that comes to mind is to make world-space canvases and put them on top of my players. Thing is, when looking at them...
View Article[Solved] Virtual mouse cursor that triggers UI events?
[Solved: Here's the code to create a virtual mouse cursor that triggers UI events.] Is it possible to create a virtual mouse cursor (as a UI element on the canvas) that can trigger UI events such as...
View ArticleUI text deformed or missing.
HI, If I run app in android device, some text is missing or sometimes is deformed ( like sometimes in editor ). It happens if fps lower then 10. Is there any method for a recounting canvas? I try...
View Articlestrange symble on UGUI
HI , my unity is version 5.3.2f1 . when I finish my UI work,some strange symble appear ,like this: View attachment 203300 when the Toggle was pressed(isOn==true); and ,sometimes ,text will be show as...
View ArticleIssue with event trigger in scroll view
Hi, Scenario 1: So I have a scrollview in which I display a list. Each row has an event trigger attached with pointer click event. Now, I am unable to scroll. If I remove the event trigger, scroll view...
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 ArticleHow to modify EventSystem?
I'm trying to upgrade the ui system a bit, so that I can get different callbacks when a Selectable is hovered and when it been clicked. The way things look now, the concept of "a selected object" is a...
View ArticleNone Rectangle shaped button?
I just gave a quick glance at the new UI and dig some in the code of the new classes. However, one thing I noticed - or failed to find - is if it's possible to make not-rectangle shaped button. I know...
View ArticleText Bug.
Here is my project (Unity 5.4.1f1): (click the image to see close-up) "with less and gain" is the complete string in the text component. There are 6 spaces between the words "less" and "and". Try...
View ArticleHow to make tiled vertically but stretched horizontally uGui image
Hi, I want to achieve a very simple ui with an image that should scale horizontally but repeat or tile vertically. How can I do that? Edit: I want the image to preserve its aspect, so the height should...
View ArticleTransparent Areas block raycasts
Hi, I have a very exotic UI. All UI elements are circles and free form curves and so things with a lot of transparent space. I want that the not transparent areas block the raycasts and the transparent...
View ArticleUI Text Editor is off of the screen for adding score function
I have created 2D paddle game. It is working just fine until I created text using the4 UI text command The text button goes completely off the screen and even when I manually enter the x and y values I...
View Article