Here's the code that failed: https://pastebin.com/VFW4L0AE
It seems only my update it wasn't happy on:
protected override void OnUpdate()
{
System.TimeSpan t;
rightNow2 = System.DateTime.Now.Ticks;
Dependency = new CollisionJob()
{
ed= GetComponentDataFromEntity<EntityData>(true),
td = GetComponentDataFromEntity<Translation>(true),
commandBuffer =...
I updated to .50, but my collision & trigger scripts failed
It seems only my update it wasn't happy on:
protected override void OnUpdate()
{
System.TimeSpan t;
rightNow2 = System.DateTime.Now.Ticks;
Dependency = new CollisionJob()
{
ed= GetComponentDataFromEntity<EntityData>(true),
td = GetComponentDataFromEntity<Translation>(true),
commandBuffer =...
I updated to .50, but my collision & trigger scripts failed