Stealth Tutorial - GUITexture no longer available?
Hi, gang. In the Stealth Tutorial, detailed instructions are given on how to create a black screen which will fade out when the game begins, and fade in when the game ends. However, there is no longer...
View ArticleEnter precise values while dragging gizmo?
Is there a way to enter an exact value while dragging a gizmo handle, instead of having to go over to the Inspector pane to enter it?
View ArticleUnity 5 Android game crashing when GUI is present
A strange problem is happening when I play my game on Android, and I'm nearly 100% sure that it is because of the GUI in the game. After I reload the level about 3 times (with a GUI button) the game...
View ArticleRect transform scrolling stuttering?
The Canvas is set to World Space and I have one large image which you can scroll up and down, whilst the words / images on this large image don't move. However, when I scroll up and down by holding...
View ArticleIssue: screenshots of GUI elements with rendertexture
I'm making a drawing / coloring app. I use uGui for stamp/sticker functionality. I'm trying to use a rendertexture to make a screenshot. But the GUI elements don't show up on the render texture. The...
View ArticleClustering causes blue screen!!!
Hello, I notice how every time I set objects to static, it increases the amount of clustering jobs, and where there are about 500 or more jobs that need to be done, I get a blue screen even sometimes...
View ArticleScrollView with dynamically and varying sized elements
Hello, I am trying to build a scrollview of buttons which can expand/collapse when clicked Something along these lines: View attachment 162074 And then imagine you click on one of these scrollview...
View ArticleHow difficult is this to do?
I have all the functionality already done, but it is very unwieldy for the players and there is a high probability they make errors. The UI is for assigning tasks to NPCs. I would like to redo our...
View Article[Scripts] Useful 4.6 Scripts Collection
I decided to make this thread after I stumbled upon Riolis' window script. Please contribute any scripts that you think are useful when working with 4.6 UI. Also, don't forget about the cool scripts...
View ArticleWorld canvas problems when changing screen resolution.
Dear Unity users, I have a little problem, and I have no idea how to fix it. (I've searched everywhere) In my scene I have a world canvas with on there a scroll rect controlled by a scroll bar. Now...
View ArticleI2 Localization --------now supports the Unity New UI and Unity 5!!!
Hey guys! I'm glad to announce that the new version of I2 Localization is now available in the Asset Store! The Unity's new UI support was upgraded to the latest 4.6 version and added quite a few...
View ArticlescrollRect wrap+inertia issues
Hi What is this? I have implemented a component with inertia+wrap. It has some other stuff, but I've ripped it out to isolate the bug. The bug is: sometimes the inertia velocity calculation goes wrong...
View ArticleShould I avoid selection grid?
Selection grid seems to spam call the current selected item of the grid, which sounds really bad because its unneeded CPU drainage. Program doesnt need to constantly check that "yes indeed the current...
View ArticleVariable Not Showing Up In Inspector
I attached this class to a GameObject in Unity editor: Code (CSharp): class ToggleOps : Toggle { public UnityEvent onClick1 = new UnityEvent(); } And the `onClick1` does not show up in the...
View Article[ SOLVED ] How to add a dynamic float to a slider's OnValueChanged on Runtime?
Hello everyone I have a problem with the new UI. In my Main Menu scene I have a Slider and an "AudioInstantiatior" GameObject, which instantiates a gameObject contatining AudioSource and makes it...
View ArticleUnityUI 5.2.1 scale up image reduce FPS
Hello everyone. My app game need a alpha mask background like this(as you can see on top. FPS is about 41) this big gray alpha image will let my app's fps down and when I scale this big gray to small....
View ArticleWorld space canvas rect not masking
I have a scroll rect that masks correctly in the editor scene view but fails to mask in the game view on a world space canvas. I'm calling SetParent(parent.transform, false) which I know is required....
View ArticleHelp! How do I use UI button to work as an input button/axis?
I am trying to use the UI buttons to create a button on a canvas that when clicked, will work as if you pressed the button on the input axis. In this case I am trying to use the "horizontal" axis being...
View ArticlePerformance of new UI
Hi, we are having significant performance drop while using the new UI and we are wondering if that's how it should perform or is it something that we are doing wrong. We are developing 3d racing game....
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 Article