Wayback Machinekoobas.hobune.stream
May JUN Jul
Previous capture 13 Next capture
2021 2022 2023
1 capture
13 Jun 22 - 13 Jun 22
sparklines
Close Help
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
  • Asset Store
  • Get Unity

UNITY ACCOUNT

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account
  • Blog
  • Forums
  • Answers
  • Evangelists
  • User Groups
  • Beta Program
  • Advisory Panel

Navigation

  • Home
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
    • Blog
    • Forums
    • Answers
    • Evangelists
    • User Groups
    • Beta Program
    • Advisory Panel

Unity account

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account

Language

  • Chinese
  • Spanish
  • Japanese
  • Korean
  • Portuguese
  • Ask a question
  • Spaces
    • Default
    • Help Room
    • META
    • Moderators
    • Topics
    • Questions
    • Users
    • Badges
  • Home /
avatar image
0
Question by SpaceSocks · May 09, 2014 at 08:12 AM · gui-text

Hide / Disable GUI.Textfield in scene

hi! I'm back with another issue.

have a login screen in my scene that uses two GUI.Textfield boxes. one for username other for password input.

what im doing is when the user clicks the login 3d text (not gui button) a method checks to see if the info they entered is correct. if its not then game switches to another camera to show something diffrent in the scene that basicly says 'sorry wrong info try again'

problem is the GUI.Textfield boxes are still there.
ive done some searching and cant figure out how to make them hide until they go back to the regular login camera.

ill show you the code im using and maybe someone can tell me why its not working. note that once the user clicks the login 3d text and finds out the info isnt correct it takes them to the UserNotFound() function.

thanks!

here are two images that show whats going on:

Login Screen Try Again Screen

(P.S.) this is not the whole script. just the parts that i think matter in this case.

 private bool guiVisible = true;
 
 void OnGUI(){
         //GUIStyle myStyle = new GUIStyle ();
 
         //GUI.color = Color.yellow;
         GUI.backgroundColor = Color.white;    
         GUI.skin.textField.fontSize = 35;
         GUI.skin.font = (Font)Resources.Load("Fonts/MagicMedieval", typeof(Font));
 
 
         if (guiVisible == true)
         {
         GUI.contentColor = Color.green;
         userNameText = GUI.TextField(new Rect(520, 515, 545, 45), userNameText, 25);
         GUI.contentColor = Color.black;
         passwordText = GUI.TextField(new Rect(520, 635, 545, 45), passwordText, 25);
         }
 
     }
 
 public void UserNotFound()
     {
         guiVisible = false;
         UnityEngine.Debug.Log ("Did Not Find User");
         cameraSwitcher.SendMessage("ChangeCamera");
     }


Comment
Add comment
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users

2 Replies

· Add your reply
  • Sort: 
avatar image
0
Best Answer

Answer by SpaceSocks · May 12, 2014 at 03:00 AM

i figured this out. i just had to restart unity. it was bugging out.

Comment
Add comment · Share
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image
0

Answer by 0V3RR1D3 · May 09, 2014 at 08:17 AM

This is probably becuase you didnt set guiVisible to flase if they have the correct login infomation :)

Comment
Add comment · Show 2 · Share
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image SpaceSocks · May 09, 2014 at 08:51 AM 0
Share

this is incorrect.

avatar image SpaceSocks · May 09, 2014 at 09:48 AM 0
Share

i still need an answer on this.. its ridiculous how hard this is.. what i discovered is once the GUI.TextField has been drawn it stays there. and i cant figure out how to hide it or remove it all together.

Your answer

Hint: You can notify a user about this post by typing @username

Up to 2 attachments (including images) can be used with a maximum of 524.3 kB each and 1.0 MB total.

Follow this Question

Answers Answers and Comments

21 People are following this question.

avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image

Related Questions

Inheritance (Printing a toString for subclasses) 3 Answers

How do you keep text inside miniCams 0 Answers

Attach GUI element to newly spawned player as their GUI 2 Answers

GUI text Messages does not show and points counter do not stop at its prefixed limit 2 Answers

Display controls in-line with text? 0 Answers


Enterprise
Social Q&A

Social
Subscribe on YouTube social-youtube Follow on LinkedIn social-linkedin Follow on Twitter social-twitter Follow on Facebook social-facebook Follow on Instagram social-instagram

Footer

  • Purchase
    • Products
    • Subscription
    • Asset Store
    • Unity Gear
    • Resellers
  • Education
    • Students
    • Educators
    • Certification
    • Learn
    • Center of Excellence
  • Download
    • Unity
    • Beta Program
  • Unity Labs
    • Labs
    • Publications
  • Resources
    • Learn platform
    • Community
    • Documentation
    • Unity QA
    • FAQ
    • Services Status
    • Connect
  • About Unity
    • About Us
    • Blog
    • Events
    • Careers
    • Contact
    • Press
    • Partners
    • Affiliates
    • Security
Copyright © 2020 Unity Technologies
  • Legal
  • Privacy Policy
  • Cookies
  • Do Not Sell My Personal Information
  • Cookies Settings
"Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
  • Anonymous
  • Sign in
  • Create
  • Ask a question
  • Spaces
  • Default
  • Help Room
  • META
  • Moderators
  • Explore
  • Topics
  • Questions
  • Users
  • Badges