Wayback Machinekoobas.hobune.stream
May JUN Jul
Previous capture 14 Next capture
2021 2022 2023
2 captures
12 Jun 22 - 14 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 EDamman · Nov 18, 2016 at 03:23 PM · meshfbxsavepersistencesharedmesh

Can you make Mesh manipulations persistent?

I'm trying to develop a game together with 2 friends, only one of us is competent with drawing 3D Objects so he does all the modeling and hands us the .fbx files. Most of these files are a collection of objects which show up as a prefab in our scene. For example a ship where the rudder and cannons are all parts of the parent 'ship' object. However in some of the subobjects, the pivotpoint is wrongly defined and supposedly this is a lot of effort to fix in the modellingtool. I decided to write an editor extension to fix the pivotpoints in the meshes by editing the sharedMesh property.

However after closing Unity, the pivotpoints of the meshes are somehow reset. As far as I read in the documentation, modifying the sharedMesh property changes the actual model and should make it persistent throughout the project.

Is there something I'm missing to make the changes on the meshes persistent?

Comment
Add comment · Show 1
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 villevli · Nov 18, 2016 at 08:57 PM 0
Share

Try this: https://docs.unity3d.com/ScriptReference/EditorUtility.SetDirty.html or the alternatives described on the page which can be used to generate undo states.

2 Replies

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

Answer by EDamman · Nov 28, 2016 at 03:04 PM

I managed to find a solution, it's not very elegant, but it works in for my usecase.

Instantiate the mesh:

 Mesh meshToSave = Instantiate(rotatable.GetComponent<MeshFilter>().sharedMesh) as Mesh;

apply the required operations to the vertices of this mesh, then create an asset from this mesh and save it.

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

Answer by jordys · Nov 18, 2016 at 03:36 PM

Check the following link: https://docs.unity3d.com/Manual/ModifyingSourceAssetsThroughScripting.html

Under 'Direct Modification', there is a script that you can use to permanently save changes to source asset files.

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 EDamman · Nov 18, 2016 at 03:41 PM 0
Share

That is the way I implemented the modifying of the meshes. However when reopening the project, the changes are reverted.

avatar image jordys EDamman · Nov 18, 2016 at 03:44 PM 0
Share

Are you sure you saved the project and the scene?

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

Shared Meshes, do they auto-update? 0 Answers

Re: Maya .FBX and Mesh Collider Issue 0 Answers

Maya LT - Export group as single FBX 0 Answers

Imported FBX has a hundred meshes, mostly individual faces 2 Answers

How do I properly save a procedurally created mesh? 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