Wayback Machinekoobas.hobune.stream
May JUN Jul
Previous capture 12 Next capture
2021 2022 2023
1 capture
12 Jun 22 - 12 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 /
  • Help Room /
avatar image
0
Question by loxagos_snake · Sep 25, 2016 at 07:12 PM · uiinventorymouseover

DIsplay item information when mouse hovers over UI element

Hi. I know this question has been asked multiple times, but I didn't find what I was looking for. Specifically, I have an InventoryGUI game object which parents some UI elements, included 12 slot game objects. I have set my UI up, and I have a script attached to the InventoryGUI gameobject, which acts like a game manager (displays/closes the inventory overlay, pauses the game, and holds a few user-defined functions to handle obtained items from the world).

Since this script was written for an older game, using legacy OnGUI() functionality, I modified it extensively to communicate with UI elements and the world. Back then, I tested if the slot rectangle contained the coordinates of the mouse, but this no longer works. I can successfully populate my inventory, so the system itself is functional. I'm also aware of the OnPointerEnter function, but as far as I understand, this has to be on a script attached to the object of interest; I want to control the slots from the main script (meaning, I want to check for a mouse hover inside the Update() of the Inventory script). Here's a snippet of code:

 for (int i = 0; i < inventory.Count; i++)
             {
                 int indexToString = i + 1;
                 GameObject tempSlot = GameObject.Find ("slot" + indexToString.ToString ());
                 RectTransform slotPosition = tempSlot.GetComponent<RectTransform>();
                 if () 
                 {
                     string itemText = inventory[i].itemDescription;
                     GameObject.Find ("invText").GetComponent<Text>().text = itemText;
                     Debug.Log("Mouse is over " + tempSlot.name);
                     break;
                 }
             }

This checks if the inventory is open, then iterates through the inventory list, and depending on the index, typecasts the number and converts into a string to look for the actual GO (my slots are named slot1 to slot12). I want to figure out what I can put inside the if condition.

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

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

98 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 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 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 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 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

switch between 5 Ui icons by pressing a button 0 Answers

How do I stop my main menu from closing before the player is done interacting with it? 0 Answers

Best way of doing inventory in UI 0 Answers

Buttons in one panel affecting another. 0 Answers

How to display character in inventory? Please help 1 Answer


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