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
-1
Question by JackJones · Jun 28, 2010 at 11:07 PM · colorvariablesstatic

How to make a variable for color affect another object

static var Bslider : float; static var Yslider : float; static var Pslider : float; static var ShowSlider : System.Boolean; var PageClose : AudioClip;

function Start() { ShowSlider = false; }

function OnGUI () {

if(ShowSlider == false) return;

GUI.Box(Rect(1000,550,220,240),"Color Mix");

Bslider = GUI.HorizontalSlider(Rect(1020,650,175,30), Bslider, 0.0 ,1.0); renderer.material.color.r = Bslider;

Yslider = GUI.HorizontalSlider(Rect(1020,600,175,30), Yslider, 0.0 ,1.0); renderer.material.color.b = Yslider;

Pslider = GUI.HorizontalSlider(Rect(1020,700,175,30), Pslider, 0.0 ,1.0); renderer.material.color.g = Pslider;

GUI.Label(Rect(1050,580,175,30),"Yellow"); GUI.Label(Rect(1050,620,175,30),"Blue"); GUI.Label(Rect(1050,680,175,30),"Purple");

if(GUI.Button(Rect(1120,770,100,20),"Hide")) { GUI_ColorSlider.ShowSlider = false; audio.PlayOneShot(PageClose);

      }

}

Here i have my script that changes the color of my character well some of it as there are different parts to my character how would i be able to let thesse sliders effect another game object please help thanx :)

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

1 Reply

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

Answer by qJake · Jun 28, 2010 at 11:22 PM

Read this page, which details exactly in what ways you can access other game objects:

http://unity3d.com/support/documentation/ScriptReference/index.Accessing_Other_Game_Objects.html

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 JackJones · Jun 28, 2010 at 11:27 PM 0
Share

done it mate man am i glad cheers

avatar image Akusan · Nov 12, 2014 at 01:09 PM 0
Share

This link is broken

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

No one has followed this question yet.

Related Questions

Problems with variables across scripts 0 Answers

Saving color from scene to scene 1 Answer

Access variables,method from a Mono Behaviour without static use. -1 Answers

Problem Setting Data Onto Another Script 1 Answer

Accessing a js static var from a c# script 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