Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to make the generated mesh readable ?
#1
Hi !

I wrote a  mesh deformer script which is modifying mesh vertices at runtime.
It was working great with another plugin "m*ga shap*s" : https://vimeo.com/278707282
But I decided to switch to Curvy for better features. The only issue I have is that the generated mesh is not readable :

"Not allowed to  access vertices on mesh 'Combined Mesh (root: scene) Instance' (isReadable is false; Read/Write must be enabled in import settings)
UnityEngine.Mesh:get_vertices()"

I tried to use mesh.UploadMeshData(false) inside the "CreateMesh" script, checking/unchecking the "combine" option, generate the .mesh asset, but it makes no difference. 
Do you have any idea about where and which code can I edit to make the generated mesh readable at runtime ?

Thank you so much for your support !

Regards,
Anthony
Reply


Messages In This Thread
How to make the generated mesh readable ? - by Anthonyk - 07-06-2018, 05:37 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Incorrect mesh alignment after extrusion on curved path Thinkurvy 10 21 04-17-2024, 10:57 AM
Last Post: _Aka_
  Adjust radius of generated mesh via script? Shackman 1 4 03-26-2024, 01:12 PM
Last Post: _Aka_
  Not seeing mesh extended after following YT PaulM 1 3 02-02-2024, 12:01 PM
Last Post: _Aka_
  Trigger Zones along Spline Mesh dlees9191 1 5 01-05-2024, 10:18 AM
Last Post: _Aka_

Forum Jump: