Wayback Machinekoobas.hobune.stream
May JUN Jul
Previous capture 12 Next capture
2021 2022 2023
1 capture
12 Jun 22 - 12 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 SteelArrow21 · Jun 19, 2018 at 09:07 PM · meshblenderassetdatabasefilepathloader

How Can You Properly Retrieve A Mesh From A .blend File Path?

I'm trying to assign a mesh to a GameObject via the editor:

 currentMesh = (Mesh)AssetDatabase.LoadAssetAtPath("Assets/Meshes/FileName.blend", typeof(Mesh));

However, I only have the .blend file to get the mesh from. Is there any way to access the mesh file directly or perhaps a way to pull the mush from the .blend?

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
Best Answer

Answer by Pinkuboxu · Jun 19, 2018 at 09:16 PM

You can't work with .blend files directly as assets, as Unity is actually making them into .FBX files behind the scenes. That said... I think just renaming it to FileName.FBX might work. Otherwise, always just export to .FBX files manually. I just got through helping someone else and explaining how I used to be a fan of using .blend files, but after refining my workflow, I've noticed they really are not a good idea...

Comment
Add comment · Show 3 · 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 SteelArrow21 · Jun 19, 2018 at 09:20 PM 0
Share

I attempted to export it as an .FBX, but I still wasn't able to access the actual mesh via the AssetDatabase.LoadAssetAtPath() method. I resorted to just creating a new mesh through the script. Thank you though!

avatar image Pinkuboxu SteelArrow21 · Jun 19, 2018 at 09:24 PM 0
Share

Yeah, now that I think about it and actually look at your useage, you can't really convert an asset to a data type either that way. You are better off creating a public $$anonymous$$esh current$$anonymous$$esh ( or [SerializeFeild] current$$anonymous$$esh )and dragging and dropping the asset into the inspector, or getting the mesh from the $$anonymous$$eshRenderer or Skinned$$anonymous$$eshRenderer with GetComponent().

avatar image Pinkuboxu · Jun 19, 2018 at 09:30 PM 0
Share

$$anonymous$$ore correctly I should say, You can't actually load a 3D asset at runtime without something that imports it for you at runtime. But if you do need that it can be done if you can find something that will load and import the data 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

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

Related Questions

raycast not detecting my mesh from blender 1 Answer

How to import particle emitter mesh without inner edges? 0 Answers

Why The shareMesh isn't full load when i load a prefab with SkinnedMeshRenderer in unity? 1 Answer

Instantiate an imported blender mesh 2 Answers

Trying to make my own plane using only 2 triangles? 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