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 Javo · May 02, 2011 at 05:59 PM · renderingmaterialrenderer

Renderer material simple question

I have a simple question ... with this line: renderer.material.color = Color.Red change de color of material ... but how i can back to the original material color later?

(i apply this on a object texture)

thx!

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

Answer by DaveA · May 02, 2011 at 06:07 PM

Save it somewhere

var originalColor : Color = renderer.material.color;

renderer.material.color = Color.Red

// Waits 5 seconds yield WaitForSeconds (5);

renderer.material.color = originalColor;

Comment
Add comment · Show 5 · 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 Javo · May 02, 2011 at 06:30 PM 0
Share

Its work but i wanna back to the original color skin (my character skin)... with line: var originalColor : Color = renderer.material.color; i have to pick up a color ... understand me?

avatar image DaveA · May 02, 2011 at 07:53 PM 0
Share

No sorry I don't. Are there more than one materials on your object?

avatar image Javo · May 02, 2011 at 07:57 PM 0
Share

yap, but have 1 material in the body ... i wanna make red when a bullet impact with the enemy and in few seconds turn to the orignal color (skin) .. srry for my bad english ;)

avatar image DaveA · May 02, 2011 at 08:30 PM 0
Share

added code, hope this is what you mean

avatar image Javo · May 02, 2011 at 08:37 PM 0
Share

mm with the var originalColor i pick a base color, but i wanna just go back to the orignal texture color ... my enemy have 1 texture (t-shir and pants, with diferents color) u try make when the bullet impact, all texture change to red, and in few seconds go back to original texture color, Sorry if I cant express myself well, my english sucks

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

Changing two different objects renderer colour 1 Answer

Problem with rendering after using localScale 0 Answers

Skybox always black on MacOS 0 Answers

Weird rendering on Android: some materials become black, some sprites are replaced 1 Answer

How to set pre-render properties to UGUI Image? 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