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 ahmedibrahim · Mar 25, 2013 at 12:47 PM · unityeditorunitypro

Information box

Hi, i would like to ask if have any example show how to create information box, that when i click on the object to request information, the information appear from right side of screenand open as drag box, later when i need to close click ESC button or double click what ever to close the box.

Comment
Add comment · Show 2
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 Benproductions1 · Mar 26, 2013 at 01:12 AM 0
Share

Are you asking people to do stuff for you? Or are you asking for help with your own thing? Post some code and we'll fix it up, ask us to do something for you and your question will be closed.

avatar image ahmedibrahim · Mar 26, 2013 at 11:29 AM 0
Share

Well, i didn't asking people do stuff to me, you understand it is not my problem, this my code that i already done but i have to objects, what i need is find way to open window for each object separated.

 #pragma strict
 
  public var mostrar = false;
  
  public var skin : GUISkin;
 
 
  function Start() {
 
  //   Hide();
     
  }
      
  function Hide() {
 
    guiTexture.enabled = true;
    mostrar = false;
  }
  
      
  function Show(paper : Paper) {
      
     if (!guiTexture.enabled) {
    
         guiTexture.enabled = false;
           
       }
    
  }
  
  function OnGUI(){
 
       GUI.backgroundColor = Color.white;
       
       GUI.skin = skin; 
 
     if(mostrar){
         
       GUI.Box(new Rect(350,90,500,350),"Test");
       
     }
     
     
 }
      
 
 
     second script


 //var popupTexture : Texture2D;
 
 
  public var paperPopup : PaperPopup;
  
 // public var skin : GUISkin;
 
      
  function Start () {
 
    paperPopup = FindObjectOfType(PaperPopup);
    
 //   paperPopup.mostrar = ! paperPopup.mostrar;
      
 
   }
  
  function Update () {
  
       paperPopup.mostrar = ! paperPopup.mostrar;
 
        if (Input.Get$$anonymous$$eyDown ($$anonymous$$eyCode.Escape))
         
         paperPopup.mostrar = false;     
  }
  
 
 

0 Replies

· Add your reply
  • Sort: 

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

11 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

Related Questions

Anybody help me how to convert unity file in unity web player 1 Answer

turn on off particle system 1 Answer

Unity Texture import Setting For Android Game 0 Answers

Cloud recognition in Vuforia 0 Answers

Not Showing Tools Option in Unity Editor 3 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