Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Bug / Crash  Post Unity 2019.1 error
#16
(13-05-2019, 09:58 PM)CARLA Wrote: share your results here ! 
I'm facing the same problem Guiño

Seems Unity 2019.1 contains another -afaik undocumented- change in the way bone weights are assigned to a mesh. It performs a check to see whether the bone weights match the bone indices, so it does no longer allow empty bone weight arrays (that we used to deactivate built-in skinning for cloth). In previous Unity versions, empty bone weight arrays were not an issue.

As a workaround, in 2019.1 we've resorted to use a full bone weight array with all weights set to zero. This is suboptimal, but it's the only thing that works as of now. Find the attached ObiCloth.cs file and replace it in your project.

We will include this patch in the next update.


Attached Files
.cs   ObiCloth.cs (Size: 23.42 KB / Downloads: 22)
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