[Solved][WebPlayer] Opening new tab using a button and focus issues
Hi there ^^ So here's my problem, i have a webplayer / webGL project, where i can open new tabs clicking on a button. But when i do, the button is stuck in "pressed mode" (unless i go back to my game...
View ArticleUnresponsive GUI when in front of game
Hello, I have a game which, to save explanation, is presently a bunch of circular characters moving around, each with a number and some characteristics shown below. I want to have a GUI which can pop...
View ArticleScrollRect's mask can't clip image with transparentGray shader's material
View attachment 134981 View attachment 134982 View attachment 134983 View attachment 134984 View attachment 134985
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[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 ArticleCreating a tutorial UI over UI interface
Hi, I have a game with complex UI. I want to make a short tutorial to show the user how to use the UI. Just like a website or facebook for example where it points to an element and says "you can change...
View ArticleHelp - UI Single Line Alignment
Im working on an 'update message' for a game, introducing changes and additions in it and such, but i stumbled into a problem i do not know if its possible to solve, or at least i do not know how its...
View Article[Unity 5.2.2] wrong UI text color (all black)
I have a strange problem after upgrading to Unity 5.2.2: My project has 3 scenes: Initializer; Navigation; Main In the editor it doesn't matter which scene I start. I will always load the Initializer...
View ArticleWhere did the UI team go?
Is the new UI system perfect or where did the UI team vanish? I have been following Unity patch notes and very rarely there are any fixes for the new UI reported. Is it already so good immediately...
View ArticleAdjustable Character Spacing - free script
I was dismayed to find that the new 4.6 uGUI Text component supports line spacing, but not letter spacing. Especially since the later versions of NGUI had this option. I figured that when the UI source...
View ArticleFlares and triggers???
Hello, What if I would like a light flare to glow through a trigger or while it is inside the trigger? How would I do this? Thank you, Michael S. Lowe
View ArticleLow FPS because of UI
Hi I have problem with my game. Everything works very good except UI. I use Unity UI to show things like buttons, popups, windows to user, but my frame rate fall down when I simply show big popup with...
View Article[SOLVED] Function of "Child alignment" in "Vertical layout group"
Hiya! I'm totally new to Unity and probably doing something wrong. I'm trying to create a list to scroll through with a vertical layout group. The thing is, that when I create a new child for the...
View Article[script] Triggering GUI OnTriggerEnter - Having problems
Hello, i'm trying to activate a GUI menu when the player enters a trigger. Its so when the player enters the final platform of the level, a GUI Canvas appears on the screen and allows the player to hit...
View ArticleRectMask2D and ScrollRect update
I have a ScrollRect with a viewport that contains a RectMask2D. The content of the ScrollRect has a list of children, expanding beyond the viewport (so they get culled by the RectMask2D). I remove the...
View ArticleCan I put 3d model on top of New Unity UI?
So I am using newest unity version, there using Canvas UI system. Can I put 3d model showing on top of New Unity UI's 2d UI Image?
View ArticleSetting Rendering Distance
I'm trying to figure out how to set the distance to the camera that a WorldSpace canvas will render. Ultimately what I'd like to do is have the health bars and names that are over the head of the...
View ArticleNo Raycast during Drags
Is it the intention of the UI Event design to not continuously fire raycasts when performing a drag operation? I would like to know my current world position while doing drags, and assumed the...
View ArticleUnderstanding the requirements to build and replace Unity UI dlls
Hi, I've been getting into the Unity UI system of late and finding I need to make modifications to the source code and thus rebuild the dll's. However i've had very limited experience of building dll's...
View ArticleANSWERED: Panel Movement Proportional to Screen Size
I have a question that I've never ran into before. I have two panels... one has a grid of 9 boxes wide, and another panel that will act as a selector to place over one of the 9 boxes. Something that...
View Article