Cropping 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 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 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 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 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 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 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 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 ArticleUI Text bug?
Here is my project (latest version 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...
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 ArticleCannot see UI text in the Scene View = can only see it in the game view
Seems this has been problem off and on for awhile Unity 5.4 mac and windows both I can see the text in game view but not in scene view and it will not align right using the anchor commands either?
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 Article[BUG]Selectable, Copy Component.
Hello, Maybe it's a bug. 1) Create new UI Image (1). 2) Add Component "Selectable". 3) Copy Component "Selectable". 4) Create new UI Image (2). 5) Past Component "Selectable" from the Image (1) to...
View ArticleDisplaying score
Seems like a simple question, but I'm working with the UI and trying to display the score. Not only that, but I want to hit a button and the score goes up by say 10. I've been following the tutorials,...
View Article