• 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 bpears · Dec 17, 2013 at 03:42 PM · shadertexturecolorfx

Built in shaders - FX?

So, on this page (down to the graph with the cars):

http://docs.unity3d.com/Documentation/Manual/Materials.html

it shows an FX color and a texture with a lot of white. Which seems to be replaced by the FX color. So this is a nice way I think to maybe reuse the same texture with different colors, without tinting the whole thing, like in case coding of material color. However, I'm not sure it would perform better than say creating several separate textures, since this is a FX shader. So I'm confused on this.

Is my understanding of that shader correct? Is this better to use than several textures?

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 bpears · Dec 17, 2013 at 07:01 PM 0
Share

Can't find any documentation on the fx shaders.

avatar image Kiloblargh · Dec 17, 2013 at 07:04 PM 0
Share

You can download the built-in shader source here.

1 Reply

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

Answer by tanoshimi · Dec 17, 2013 at 07:25 PM

There's no such thing as an "FX" shader - the example workflow on that doc page is simply meant to demonstrate how you can create different materials that share the same common shader and base texture, by combining it with different additional textures (which here have been described as "FX").

So it's not "better than" several textures, because that's exactly what it is.

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 bpears · Dec 17, 2013 at 08:05 PM 0
Share

So theyre not just applying a system color through an alpha channel or something?

avatar image tanoshimi · Dec 17, 2013 at 08:34 PM 0
Share

Sure, you can adjust the weight of a color based on the alpha channel of a texture, but that's just regular shader programming...

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.

Welcome to Unity Answers

The best place to ask and answer questions about development with Unity.

To help users navigate the site we have posted a site navigation guide.

If you are a new user to Unity Answers, check out our FAQ for more information.

Make sure to check out our Knowledge Base for commonly asked Unity questions.

If you are a moderator, see our Moderator Guidelines page.

We are making improvements to UA, see the list of changes.



Follow this Question

Answers Answers and Comments

19 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

Related Questions

Shader Texture Change 3 Answers

Transparent Shader changing color after Ambient Light 0 Answers

Multiple Texture Colours 2 Answers

Unity Standard Shader Detail Albedo x2 Own Colour 0 Answers

Materials are colored differently on rotated objects 1 Answer

  • Anonymous
  • Sign in
  • Create
  • Ask a question
  • Spaces
  • Default
  • Help Room
  • META
  • Moderators
  • Explore
  • Topics
  • Questions
  • Users
  • Badges