• 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 puddingfighter · Apr 07, 2017 at 02:53 PM · c#texturerenderingmaterialquad

Object turns pink when changing material at real time:

Im using quads with "Sprite/diffuse" shading on the materials for a 2D game.

im trying to load from the materials folder using C#:

alt text

     Megaderp= Resources.Load("Megaderp", typeof(Material)) as Material;
         Left =Resources.Load("Player",typeof(Material)) as Material;
         Right =Resources.Load("Left", typeof(Material)) as Material;
 

in a different attempt, I tried this to specify where the folder the materials are located:

         Megaderp= Resources.Load("Materials/Megaderp", typeof(Material)) as Material;
             Left =Resources.Load("Materials/Player",typeof(Material)) as Material;
             Right =Resources.Load("Materials/Right", typeof(Material)) as Material;

when trying to render the new material im doing:

 if (velocity.x < 0) {
             GetComponent<Renderer>().materials[0] = Left;
 
         }

I have also tried different methods of rendering it but the result is usually the same with each attempt, apperantly pink usually means that a file is missing, so my best guess is that im either loading the Resources wrong or im just rendering it incorrectly. (or both!)

Thanks!

path.png (1.8 kB)
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
Best Answer

Answer by Tasarran · Apr 07, 2017 at 07:39 PM

Good news, should be a simple fix!

https://docs.unity3d.com/ScriptReference/Resources.Load.html

The path you are loading from has to either be a folder named 'Resources', or underneath a folder named 'Resources'.

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 puddingfighter · Apr 13, 2017 at 09:04 AM 0
Share

Didnt realize anyone had replied to my question! I eventually realized this after reading through the API some more but thanks a bunch, this was exactly the fix that I needed all that time ago.

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

If you’re new to Unity Answers, please check our User Guide to help you navigate through our website and refer to our FAQ for more information.

Before posting, make sure to check out our Knowledge Base for commonly asked Unity questions.

Check our Moderator Guidelines if you’re a new moderator and want to work together in an effort to improve Unity Answers and support our users.

Follow this Question

Answers Answers and Comments

6 People are following this question.

avatar image avatar image avatar image avatar image avatar image avatar image

Related Questions

How to render black borders around texture of simple 3D quad in c#? 0 Answers

How can i get my quad to only render my texture without stretching it? 1 Answer

Mipmap view not working in editor. 0 Answers

How to change a value in custom shader through script, C# 1 Answer

Properly stretch texture on quad 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