unity3d-jp / MeshSync

A package for synchronizing meshes/models editing in DCC tools into Unity in real time.
Other
1.61k stars 177 forks source link

Various minor bug reports #667

Open MisterWolfen opened 2 years ago

MisterWolfen commented 2 years ago

I'm not really the intended use case for this tool, but I've been using this for prototyping and level design blockouts, but I keep breaking the link between maya and unity on some meshes and wanted to post my issues from using the tool.

Bugs:

sindharta commented 2 years ago

Thank you for the feedback. We'll take a look.

sindharta commented 2 years ago
  • While using this to prototype i've been adding mesh colliders to the game objects which works great

Thank you. This one is not a bug, right ?

sindharta commented 2 years ago
  • Often when i'm working i merge, and separate meshes, and after doing this a few times, the naming of meshes gets pretty messy, causing the game objects on unity's side to slowly get disconnected, causing large differences of what is being show, and what live updates (Eg. Have mesh1 and mesh2, merge them to get mesh3, delete history, in unity i'm left with all 3 meshes, it doesn't delete mesh1 and mesh2

@MisterWolfen Can you please write the steps that we can follow to reproduce the above bug ?