Save 3D model data to a text file at runtime in Unity.
Link to the long version video:
• How to Save Mesh to File at Runtime i...
I have generated a game object with mesh data inside a script file. It is a simple cube with colour.
To learn how to convert 3D model to script in unity
• How to Convert 3D Model to Script in ...
The video shows how to save the data to the Unity default Application.persistentDataPath folder location.
How to open and save files using a native standalone file browser at runtime in Unity:
• How to Open and Save File Using Nativ...
How to Load OBJ Model at Runtime in Unity:
• How to Load OBJ Model at Runtime in U...
How to Read Mesh from Text File at Runtime in Unity:
• How to Read Mesh from Text File at Ru...
GitHub link to SaveMesh code:
https://github.com/DA-LAB-Tutorials/Y...