Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Bug / Crash  [Burst] Lots of errors after adding to solver in some cases
#3
I've fixed it by adding 
Quote:particleIndices = particleIndices,

for ApplyVolumeConstraintsBatchJob

Error is:
All containers must be valid when scheduling a job.


so all containers must be assigned. ParticleIndices was invalid because it was unassigned. It is not used in the code but it was defined in ApplyVolumeConstraintsBatchJob class
Probably Unity is using some new version of Jobs that has a requirement for this that throws this exception
Reply


Messages In This Thread
RE: [Burst] Lots of errors after adding to solver in some cases - by mmortall - 02-10-2020, 11:05 AM