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 Dakcenturi · Oct 21, 2012 at 06:51 PM · variablegame object

How do I access a gameobjects variables in a seperate script?

I have a script attached to a popup list. In this script I want to change texture on a different game object. I think I have the scripts down, I just don't know how to access the renderer of the other gameobject since the script is not attached to it.

Do I need to put a script on each of those objects that just instantiates a variable for the gameobject and assign that to a public variable in the Start section or is there an easier way?

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 phodges · Oct 21, 2012 at 07:14 PM 0
Share

Do you know in advance which GameObject it will be? Is it a permanent part of your scene? If not, what other features might identify this object as being relevant to the object (e.g. name, tag, etc.)?

avatar image Dakcenturi · Oct 21, 2012 at 07:34 PM 0
Share

The are permanent parts of the scene. I am just trying to change the texture on them based off the selection in the drop down.

3 Replies

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

Answer by paulaceccon · Oct 23, 2012 at 08:11 PM

Like Sundar said, I think what you want is use GameObject.Find and GameObject.GetComponent (http://docs.unity3d.com/Documentation/ScriptReference/GameObject.Find.html )(http://docs.unity3d.com/Documentation/ScriptReference/GameObject.GetComponent.html)

Then you can do something like Sundar said.

If, besides this, you want to access some scripts variables, and not just get components, you have to make this variables public (if there is any specifying it, they you be private) or, to be follow programming principles, make set and get functions for the variables that you want access.

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 phodges · Oct 21, 2012 at 07:37 PM

Based on above comments, since you know the identity of the gameobject in advance, you could add a gameobject property to your popup script and set that to the relevant gameobject in the inspector.

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 Sundar · Oct 23, 2012 at 07:52 PM

Try this

 GameObject.Find("goName").GetComponent<MeshRenderer>().material.mainTexture = newTexture;
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

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

12 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

Related Questions

How to delete a Variable in a script in game 1 Answer

How to deactivate something when holding down a key? 1 Answer

Access variables from another script 1 Answer

Using a script as a member variable in another script. 2 Answers

Accessing A Variable From Another Script 4 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