Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Bug / Crash  Post Unity 2019.1 error
#2
(16-04-2019, 07:11 PM)Saismirk Wrote: After having upgraded to unity 2019.1, reinstalling Obi to latest version and having to redo all cloth setups, an error persists
"Bone weights do not match bones"
The cloth is being applied to skinned meshes of course.
Hardly any info is available on this error and can't pinpoint the cause at all, so I'm assuming it's due to 2019.1 API changes that Obi has not been keeping up with.
I would like to know if staying in 2018.3 is the only choice, if I will have to ditch Obi or will it update to 2019.1?

Hi,

This is due to a change in Unity's mesh import pipeline, not Obi's fault. There's nothing to fix from our side. Extract from Unity's change log for 2019.1:

Code:
Asset Import: Extended Optimize Mesh option on Model asset import settings to allow optimization of Vertex Order and Polygon Order to be controlled independently rather than both being controlled from the same flag. NOTE: Performance improvements to the underlying mesh optimization code may cause vertices to be generated in a different order than in previous Unity versions. If you rely on vertex ordering in the optimized mesh data such as for vertex painting be aware this data may need to be re-generated.

This is the case for built-in samples in Obi. Simply select the meshes affected and disable vertex and polygon order optimization in the inspector. That will fix the issue.
Reply


Messages In This Thread
Post Unity 2019.1 error - by Saismirk - 16-04-2019, 07:11 PM
RE: Post Unity 2019.1 error - by josemendez - 16-04-2019, 07:24 PM
RE: Post Unity 2019.1 error - by Saismirk - 16-04-2019, 07:29 PM
RE: Post Unity 2019.1 error - by Saismirk - 16-04-2019, 09:57 PM
RE: Post Unity 2019.1 error - by josemendez - 16-04-2019, 10:15 PM
RE: Post Unity 2019.1 error - by Saismirk - 16-04-2019, 10:39 PM
RE: Post Unity 2019.1 error - by josemendez - 17-04-2019, 10:57 AM
RE: Post Unity 2019.1 error - by Saismirk - 17-04-2019, 09:29 PM
RE: Post Unity 2019.1 error - by Saismirk - 17-04-2019, 10:39 PM
RE: Post Unity 2019.1 error - by witskho - 09-05-2019, 10:59 PM
RE: Post Unity 2019.1 error - by josemendez - 10-05-2019, 07:08 AM
RE: Post Unity 2019.1 error - by witskho - 10-05-2019, 04:01 PM
RE: Post Unity 2019.1 error - by josemendez - 12-05-2019, 01:09 PM
RE: Post Unity 2019.1 error - by CARLA - 13-05-2019, 09:58 PM
RE: Post Unity 2019.1 error - by josemendez - 14-05-2019, 08:09 AM
RE: Post Unity 2019.1 error - by qlee01 - 16-05-2019, 04:10 PM
RE: Post Unity 2019.1 error - by witskho - 12-05-2019, 06:09 PM
RE: Post Unity 2019.1 error - by qlee01 - 20-05-2019, 09:23 AM
RE: Post Unity 2019.1 error - by josemendez - 20-05-2019, 09:43 AM
RE: Post Unity 2019.1 error - by digitalOctopus - 20-05-2019, 03:20 PM
RE: Post Unity 2019.1 error - by qlee01 - 20-05-2019, 07:14 PM
RE: Post Unity 2019.1 error - by Saismirk - 26-05-2019, 08:04 PM
RE: Post Unity 2019.1 error - by Saismirk - 26-05-2019, 10:49 PM
RE: Post Unity 2019.1 error - by gusrbehfdl - 04-06-2019, 06:00 PM
RE: Post Unity 2019.1 error - by gusrbehfdl - 11-06-2019, 10:28 PM
RE: Post Unity 2019.1 error - by qlee01 - 15-06-2019, 10:27 AM
RE: Post Unity 2019.1 error - by josemendez - 20-06-2019, 10:11 AM