• 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 Essential · Jan 20, 2013 at 02:36 AM · texturematerialperformance

Computing required to assign pre-existing material

I have a menu system that has a series of pushable buttons — only one can be selected at a time, so previous selections are de-selected.

I'm just wondering… if I use a for loop to go through each object and basically assign the default 'non-pushed' material to each button, only changing it to the 'pushed' material for that selected button, would it be a waste of resources to be re-assigning the material to all the other buttons even if they already have that material applied? Or would the CPU ignore it?

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 robertbu · Jan 20, 2013 at 04:53 AM 1
Share

You can just reassign the texture rather than reassign the whole material.

renderer.material.texture = texNew;

I doubt there are performance issues with either way of changing the look.

avatar image Essential · Jan 20, 2013 at 09:42 PM 0
Share

Hadn't considered just changing the texture, thanks for the tip. (Although I believe it's material.mainTexture, rather than just material.texture).

It seems to be working alright, hopefully there's no noticeable slowdown.

0 Replies

· Add your reply
  • Sort: 

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

10 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

Related Questions

Loading textures from file 1 Answer

single texture atlas or multiple textures? 0 Answers

single texture atlas or multiple textures? 0 Answers

Change Material VS Change Texture Performance 0 Answers

How to add all of the Fuse CC character texture in Unity 2018.3 0 Answers

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