Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Bug / Crash  Mesh Rendermode issue.
#2
Hi there!

Mesh render mode just calls Unity's DrawMeshNow() method. Drawing is delegated to Unity, not sure what could be the issue.
I did report a bug to Unity, that will cause issues when calling DrawMeshNow() multiple times in Unity 2021 and up:
https://forum.unity.com/threads/drawmesh...st-8229531
https://issuetracker.unity3d.com/issues/...ately-dx12

However this should not result in vertices being at wrong positions, just that the brush overlay won't be visible in 2021.

Would it be possible for you to send your mesh to support(at)virtualmethodstudio.com so that I can take a closer look at it? thanks!

(30-08-2022, 02:53 PM)Cairn Wrote: but I wondered if it would be possible to rotate the mesh in the editor for easier painting.

It's not possible, the mesh is rendered as imported into Unity.
Reply


Messages In This Thread
Mesh Rendermode issue. - by Cairn - 30-08-2022, 02:53 PM
RE: Mesh Rendermode issue. - by josemendez - 30-08-2022, 03:38 PM
RE: Mesh Rendermode issue. - by Cairn - 31-08-2022, 10:20 AM
RE: Mesh Rendermode issue. - by josemendez - 31-08-2022, 10:48 AM
RE: Mesh Rendermode issue. - by Cairn - 07-09-2022, 03:55 PM
RE: Mesh Rendermode issue. - by josemendez - 08-09-2022, 07:10 AM