Skip to content

Instantly share code, notes, and snippets.

View nickedname's full-sized avatar

Arnold Huybens nickedname

  • Hogeschool van Amsterdam
  • Haarlem
View GitHub Profile
@nickedname
nickedname / Error (1 of 3)
Last active July 13, 2022 04:47
Dependency Error
The system Unity.Physics.Systems.StepPhysicsWorld reads Player via PlatformSystem:SetContactFlagsJob but that type was not assigned to the Dependency property. To ensure correct behavior of other systems, the job or a dependency must be assigned to the Dependency property before returning from the OnUpdate method.
UnityEngine.Debug:LogError (object)
Unity.Debug:LogError (object) (at Library/PackageCache/com.unity.entities@0.51.0-preview.32/Unity.Entities/Stubs/Unity/Debug.cs:13)
Unity.Entities.SystemState:LogSafetyDetails (Unity.Entities.SystemDependencySafetyUtility/SafetyErrorDetails&,bool&) (at Library/PackageCache/com.unity.entities@0.51.0-preview.32/Unity.Entities/SystemState.cs:523)
Unity.Entities.SystemState:LogSafetyErrors () (at Library/PackageCache/com.unity.entities@0.51.0-preview.32/Unity.Entities/SystemState.cs:509)
Unity.Entities.EntityManager/<>c:<Initialize>b__49_0 () (at Library/PackageCache/com.unity.entities@0.51.0-preview.32/Unity.Entities/EntityManager.cs:233)
Unity.Jobs.LowLevel.Unsafe.J