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
1
Question by $$anonymous$$ · Feb 02, 2015 at 09:40 PM · resourcesresources.loadtypetypecastingwhy

Why use Resources.Load(string path, Type systemTypeInstance);?

What is the benefit to using Resources.Load(string path, Type systemTypeInstance); over Resources.Load(string path);?

They both require a casting. Neither is easier to read (because of the required casting). There is no obvious benefit to passing in the type of the resource.

What are the benefits to including the type?

(I am referring to http://docs.unity3d.com/ScriptReference/Resources.Load.html.)

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

2 Replies

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

Answer by CHPedersen · Feb 02, 2015 at 09:53 PM

I think knowing the type allows it to skip searching some collections of particular assets. Suppose you have a Texture2D called "Tex1" and a Material called "Tex1" too, located in the same folder. That would be unwise, but not technically illegal. Using the one with the type allows you to specify that you want e.g. the Texture2D, not the Material.

I disagree that both require casting. The type filtered code sample in the documentation you linked to does not use a cast, it sets the mainTexture of a material directly in the example.

By the way, I do agree somewhat with your question in that I've never understood why there isn't a generic version of Resources.Load, e.g.:

 Texture2D test = Resources.Load<Texture2D>("Test");

That would prevent the necessary cast too, I guess. But that doesn't exist, and there's probably a reason why. I just don't know it. ;)

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 Bunny83 · Feb 02, 2015 at 10:16 PM 3
Share

Actually there is now a generic overload :) just scroll down in the docs.

avatar image CHPedersen · Feb 03, 2015 at 06:43 AM 0
Share

Oooh. That's beautiful! Didn't see that at first. ;-) Thanks for pointing that out!

avatar image
2

Answer by Bunny83 · Feb 02, 2015 at 10:10 PM

Its possible to have multiple assets packed into one, see AssetDatabase.AddObjectToAsset

In such a case the type parameter allows you to select a certain type. Also have a look at Resources.LoadAll

Comment
Add comment · 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

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

20 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 avatar image

Related Questions

Best way use Resources.Load for spcific type? 1 Answer

Loading XML asset after build 0 Answers

Baffling Resources.Load by playerprefs string problem. 1 Answer

Loading a ScriptableObject at Runtime. 1 Answer

'Assets' directory still needed after standalone was built 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