Can EditorGUILayout be used as a in-game notepad accessible by the user?
Looking to use Unity to create a program that displays an interactive notepad (think Load/Edit/Save text). Is EditorGUILayout a good option for this?
View ArticleBetter multiline text input field asset?
I have noticed that the built in text input field in Unity lacks a bit of polish. For instance the text gets blurry when scaled up and the caret bugs out when entering more than a few lines of text...
View ArticleUnity Starter Manual in Notepad?
Hey, I'm brand spanking new to the whole unity concept and I need help with this one thing. You see, you know when you first get unity and a window pops up giving some options that could help you on...
View ArticleCan someone upload their Notepad++ hacked for unity support?
i just took an hour to try the wiki guide to config notepad, ran into the problem at the end of this page... if somone could zip their notepad ++ installation and put it on http://wikisend.com/ / some...
View ArticleHow Do I Show and Hide GUI?
Hi guys. I am making an In-Game-Notepad so the player can write down notes, and I am trying to make it so that the "**Player**" can press "`n`" on his/her keyboard and either `Show` or **Hide** the...
View ArticleIn Game Notepad
Hi Guys, I am thinking on adding an In-Game-Notepad. I have written a basic starter script var stringToEdit : String = "Notes:"; function OnGUI () { if (Input.GetKeyDown ("n")) stringToEdit =...
View ArticleMonoDevelop defaulted, Unity opens scripts in Notepad?
I've recently started using Unity (doing the Hack and Slash tutorial as my first project) and when I try to open a script, it keeps opening in Notepad. MonoDevelop is the default script editor, I...
View ArticleCreating a Notepad
Does anyone know a reference or how to create a notepad that one can actually type on within the scene? Something like Sticky Notes on Windows.
View ArticleBetter multiline text input field asset?
I have noticed that the built in text input field in Unity lacks a bit of polish. For instance the text gets blurry when scaled up and the caret bugs out when entering more than a few lines of text...
View ArticleUnity Starter Manual in Notepad?
Hey, I'm brand spanking new to the whole unity concept and I need help with this one thing. You see, you know when you first get unity and a window pops up giving some options that could help you on...
View ArticleCan someone upload their Notepad++ hacked for unity support?
i just took an hour to try the wiki guide to config notepad, ran into the problem at the end of this page... if somone could zip their notepad ++ installation and put it on http://wikisend.com/ / some...
View ArticleHow Do I Show and Hide GUI?
Hi guys. I am making an In-Game-Notepad so the player can write down notes, and I am trying to make it so that the "**Player**" can press "`n`" on his/her keyboard and either `Show` or **Hide** the...
View ArticleIn Game Notepad
Hi Guys, I am thinking on adding an In-Game-Notepad. I have written a basic starter script var stringToEdit : String = "Notes:"; function OnGUI () { if (Input.GetKeyDown ("n")) stringToEdit =...
View ArticleMonoDevelop defaulted, Unity opens scripts in Notepad?
I've recently started using Unity (doing the Hack and Slash tutorial as my first project) and when I try to open a script, it keeps opening in Notepad. MonoDevelop is the default script editor, I...
View ArticleCreating a Notepad
Does anyone know a reference or how to create a notepad that one can actually type on within the scene? Something like Sticky Notes on Windows.
View ArticleBetter multiline text input field asset?
I have noticed that the built in text input field in Unity lacks a bit of polish. For instance the text gets blurry when scaled up and the caret bugs out when entering more than a few lines of text...
View ArticleUnity Starter Manual in Notepad?
Hey, I'm brand spanking new to the whole unity concept and I need help with this one thing. You see, you know when you first get unity and a window pops up giving some options that could help you on...
View ArticleCan someone upload their Notepad++ hacked for unity support?
i just took an hour to try the wiki guide to config notepad, ran into the problem at the end of this page... if somone could zip their notepad ++ installation and put it on http://wikisend.com/ / some...
View ArticleHow Do I Show and Hide GUI?
Hi guys. I am making an In-Game-Notepad so the player can write down notes, and I am trying to make it so that the "**Player**" can press "`n`" on his/her keyboard and either `Show` or **Hide** the...
View ArticleIn Game Notepad
Hi Guys, I am thinking on adding an In-Game-Notepad. I have written a basic starter script var stringToEdit : String = "Notes:"; function OnGUI () { if (Input.GetKeyDown ("n")) stringToEdit =...
View Article