Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.
  2. Dismiss Notice

How can I do collision detection in new Unity Physics using DOTS workflow?

Discussion in 'Entity Component System' started by sachanhardik, Mar 20, 2020.

  1. sachanhardik

    sachanhardik

    Joined:
    Apr 13, 2018
    Posts:
    5
    I am trying to make a game using DOTS. How can I do collision detection in Unity Physics. I tried using ICollisionEventsJob but I get a memory leak. Any ideas?