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 weedmastersr · Feb 01, 2016 at 11:08 PM · prefabcolorskinnedmeshrenderercharacters

How to make prefab have color of the character?

The short story is that I'm making a 3rd person shooter. I've managed to make my characters be of a completely random color every time I hit the play button by using a script that works with a skinned mesh renderer.

However, the bullets they fire (both enemies and character) are a prefab that I have made. What I want is for the prefab to have the color of the character that fires it.

Is that even possible? If yes, how? Is there a simple script that you could give me for this ?

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
0
Best Answer

Answer by Jessespike · Feb 02, 2016 at 09:50 PM

You can access variables in a script with GetComponent. Make a script for your bullet and assign the color by accessing the color in the script that randomizes your players color.

  Color bulletColor = GetComponent<MyRandomColorOnSpawnScript>().color;

pseudo code, change it to fit your project.

Read: GetComponent tutorial

Comment
Add comment · Show 1 · 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 weedmastersr · Feb 04, 2016 at 10:09 PM 0
Share

I can't make it work. I've followed the tutorial and tried everything. BTW, the characters are using a skinned mesh renderer to render the colors and the prefab does have such a component. Does it have to in order to work? Other pertinent info might be that the same script is used both in the player and the enemies which are standard third person characters offered by unity attached to their Ethan Body object. I have written this script: using UnityEngine; using System.Collections;

 public class PrefabColor : $$anonymous$$onoBehaviour {
     
     public GameObject ethanBody;
 
 
     private ColorChanger anotherScript;
     void Awake ()
     {
         Color prefabColor = GetComponent<ColorChanger>().color;
 
 
     }
 
 }

But I get the error ColorChanger' does not contain a definition for color' and no extension method color' of type ColorChanger' could be found (are you missing a using directive or an assembly reference?). I'm a noob. Please tell me how to fix it. Thanks!

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

41 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

Related Questions

Weapon and Character Prefab wrong colouring 0 Answers

Newly Instantiated Prefabs Not Changing Colour 1 Answer

How to make bullet prefab take color of the character? 1 Answer

Scaling a rigged character. 2 Answers

Skinned mesh renderer on a number of interconnected spring joints 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