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 mkturkeri · Mar 30, 2015 at 08:27 AM · unity 5texture2dwindowsresources.load

Resources does load up in the editor but not in build

Before Unity 5, I could load up the assets in Resources folder by using Resources.Load command. It was calling the 2D Texture assets in Resources folder successfully (Both in build and editor).

Then I upgraded my project to Unity 5, made a few graphical changes in the project. This time my application runs in the editor perfectly, but not in the build. The textures in the Resources folder return as null (only in the build). I could not solve this issue and find a solution for this problem.

My code when I call Resources is below:

 if (colorscheme.Equals(0))
     {
 
 
             texture0 = Resources.Load("cliff_layrock") as Texture2D;
             texture1 = Resources.Load("grass_hill") as Texture2D;
             texture2 = Resources.Load("grass_mea") as Texture2D;
         
             
     }

Note that, I am sure of all the textures are available in the Resources folder and it was working before Unity 5 perfectly. Also, I am building a x64 Windows application.

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 DoTA_KAMIKADzE · Apr 01, 2015 at 06:43 PM -1
Share

Have you tried this way? For resources folder:

 Resources.Load<Texture2D>(string path);
 
 Resources.LoadAsync<Texture2D>(string path);

Alternatively for any folder you can use:

 Resources.LoadAssetAtPath<Texture2D>(string path);

P.S. Don't forget about the file extension.

avatar image nhimmisha · Aug 19, 2015 at 05:14 AM 0
Share

Did you find the solution?

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.

Follow this Question

Answers Answers and Comments

4 People are following this question.

avatar image avatar image avatar image avatar image

Related Questions

Sphere with texture using C# scripting 1 Answer

When generating prefab, i cant load images from either resource or assetbundle 2 Answers

Unity 5 64bit startup crash (win 10) 5 Answers

Capture screen of other spot 1 Answer

make pencil just like the lab 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