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 Orpheusxx1 · Jan 23, 2012 at 10:18 PM · instantiateruntimetexturesmeshesswapping

Swapping Textures vs Swapping Meshes

I am relatively new to Unity and am looking for some advice for what I need to accomplish.

I need to make a gameobject with parts that cycle through 6 different colors during runtime. There are a few ways I know how to go about this, but I'm not sure which is the best practice and has the least overhead.

Methods I know of:

  1. Use 6 models all using one condensed texture and destroy and instantiate new models as needed to cycle the different colors. (I am running this on iOS and Android devices so constantly instantiating and destroying these gameobjects does not seem like a good idea.)

  2. Use one model and swap between 6 different textures. While this would eliminate overhead from constantly destroying and instantiating new game objects, it requires 6 different textures to be in memory.

  3. Similar to the first example, use one condensed texture for all color states, and have one model with a script that references the meshes of the other 5 models and swaps the model's mesh at runtime.

Any advice as to which method is best is appreciated, or if anyone knows a better way to accomplish 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

Answer by Kryptos · Jan 23, 2012 at 10:52 PM

Have one model, one grayscaled texture and a shader with a color parameter such as VertexColored.

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 Orpheusxx1 · Jan 24, 2012 at 02:38 PM 0
Share

What if I have multiple textures for the same model, not just switching color?

avatar image Kryptos · Jan 24, 2012 at 03:21 PM 0
Share

I the geometry is the same, you could achieve this by having several materials and switch from one to the other at runtime.

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

5 People are following this question.

avatar image avatar image avatar image avatar image avatar image

Related Questions

Instantiate a prefab vs create one dynamically at runtime? 1 Answer

Grab Image/texture from MTL file and apply to a game object 1 Answer

How to add a component in a runtime instantiation? 1 Answer

How can I make that everyTime I change the texture of material, it won't change texture of every Instantiated Object that has that material 2 Answers

Pile of leaves 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