All Questions
Tagged with unityscript gui
8 questions
0
votes
1
answer
40
views
make a unified image out of many sprites in unity
i made a customization character system that it has a seperate image UI for every part f body like eyes, hat, ears and...
now i want to make a unified texture out of it to be able to save it as an ...
0
votes
1
answer
647
views
Unity. Input in function for UI button OnClick
I am trying to create multiple selections for some items on my UI. To perform multiple selections of items I want a user to hold left control button. But then I add
...
3
votes
3
answers
5k
views
In Unity, how do I make separate mute buttons for sound-effects and music?
I'd like to have a button to mute game sounds and another to stop the game music. How can I do this?
1
vote
1
answer
489
views
What would cause my script generated buttons and text to show in Unity and not on my phone?
I am using Unity 5 and the built in GUI tools. My static GUI shows up just fine which makes me think it's not a text/font issue or some such. Again, it all looks good in the Unity editor when I hit ...
3
votes
1
answer
855
views
NGUI Texture Background Font of Sprite
I am new to Game Development and using NGUI plugin free version. There are few sprite images in my game. I made them prefab and instantiated at runtime. then I created NGUI Texture and Made it ...
1
vote
1
answer
2k
views
Generating a particle effect on top of a GUIElement (Unity)
I am working in Unity on a 2D project which is using C#.
I have a number of guitextures which are hearts in order to create a sort of life meter. I would like when the player loses a heart for the ...
0
votes
1
answer
589
views
Make GuiText responsive
I'm using C# code to make a responsive GuiText.
I was abel to make a responsive GuiTexture, but I'm struggling with doing the same for a GuiText.
Code for the responsive GuiTexture
...
0
votes
1
answer
1k
views
Unity3D GUILayout Window Wont Show Components
I am fairly new to Unity, but picking things up quick. This is actually one of the first problems I have come across that has me stumped.
I am trying to print a good amount of components onto my GUI ...