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.

Question Physics + mono collisions

Discussion in 'Physics for ECS' started by Skullek, May 28, 2020.

  1. Skullek

    Skullek

    Joined:
    Mar 16, 2018
    Posts:
    22
    Hey my game is full on Mono and I just want one system to be ECS.
    It's going to be custom pickup/particle system (hundreds of them).
    Is it possible now to detect collision between Mono player script and ecs physics?
    If so where can I find examples?