WaitingForJob (not related to occlusion culling)
Ever since 5.2 came out, we have been getting enormous spikes (like 40ms) every second or two from what the profiler is calling "WaitingForJob." I've seen people asking about this before, but they...
View Article[UNSOLVED] Changing UI Image with Script
Hello Guys, I have run into a problem that I am hoping that you maybe able to help with. I'll try and be as specific as I can but remember I have had a large break from using Unity - really long - and...
View ArticleCanvas WorldSpace and Scale incomprehension
Hello all, I test to highlight a text: I make a cube (scale:1,1,1) and I instantiate it in position and a given size It was easy. Now I would like to replace my cube and instatiate the highlightableGO...
View ArticlePlease help with the alert box
I want to make a popup alert box like EditorUtility.DisplayDialog but in a built version (for pc).Can you help me out?
View ArticleContent of ScrollView randomly change its PosY value with its Height value
Hello, as the title says some of the Contents of my ScrollViews sometime change their PosY values (set to 0) with their Height values. It happens randomly..I run the game inside the Editor and the...
View ArticleDrawing lines with fixed size and Unity draws different size lines
Hi, I don't know why Unity is drawing is some elements a twice size button and sometienes a size buzzon with the separator (correct) I attach an image of the screen with issues. Thanks. Regards, JoaquÃn
View ArticleText and Image are rendered in the wrong order when instantiated
I have a simple Prefab made by an Image and a child Text; when I instantiate it in a WorldSpace Canvas, the Image appears to be in front of the Text, which I believe it shouldn't happen since the Text...
View Article"m_VB != NULL" crash when destroying a world space canvas
I recently updated to 5.4.1f1 and have been met with a rather debilitating bug. If a world space canvas is destroyed during play, the editor will crash with this information found in the Editor.log...
View ArticleHow can I make a circular scrollbar?
Hello , I want to create a circular Scrollbar, which is divided in four parts. The size of the individual Parts should be manipulated by dragging its individual scroller, which is also a part of the...
View ArticleWindows Standalone crashing in UI code
Our recently released game keeps crashing on some machines every few minutes. The game crashes with an "access violation'. Seems like some engine code problem, trying to access memory it shouldn't. I...
View ArticleWorld Space UI scale to fit screen
Hi, I'm creating a UI for the Rift, so as far as I know this means Screen Space is out and I must use World Space canvas. I want to have a dark, slightly transparent background overlay the screen when...
View ArticleDropdown menu doesn't display contents if the parent Canvas sort order is...
I ran into an issue today with Dropdown menus. I have a Canvas that I want to make sure is always on top of any other canvas (set to screen space - overlay), so I set the sort order to 32767, which is...
View ArticleProblem with broken text in Unity canvas
For no particular reason text in our grid gets completly broken sometimes. The underlying string is correct its teh UI thats messed up Looks like this View attachment 208444
View ArticleGUI Object to follow World Object
Plenty of threads on this and I've tried all their solutions but none of them work for me for one reason, and I'm sure it's something so simple but I can't figure it out. My space shooter game uses the...
View ArticleLooking for some info regarding UnityEvent
I once saw post from Unity staff member that mentioned they plan to rewrite storage for delegates. For now they use WeakReference under the hood but they mentioned that when they complete moving to...
View ArticlePositions of UI Elements under Vertical Layout Group
Ok, I have a canvas in world space. And i have a ui element with Vertical layout group on it. now there are 5 Buttons under the vertical layout. Now if i access their position using...
View ArticleScreen space - camera canvas has 'choppy' UI when camera moves.
I tried to upload a video of what is happening, but the file is too small so vimeo won't accept it. I have a canvas set to Screen Space - Camera. In the canvas is just one image at the moment. The...
View Article[Solved] Dynamic Blurred Background on UI
HI, Ive been searching the web on how to blur the background of a UI element dynamically (not a static image) using uGUI in personal edition like this but have not found anything easy to follow Does...
View ArticleHow to creating a button with a symbol on it
Choice 1: creating a button with text is easy. The text provides the visual meaning and the underlying image can provide simple feedback for hover and push. Choice 2: creating a button using images is...
View ArticleTextMesh from zero to hero
Hello, I was wondering if anybody could provide me some guidelines in using TextMesh component. I cannot approach it on my own and I'm having an hard time in finding any tutorial or understandable...
View Article