Search Unity

Will there be a ECS based stateless 2D physics package?

Discussion in 'Physics for ECS' started by lijianfeng, Sep 2, 2019.

  1. lijianfeng

    lijianfeng

    Joined:
    Sep 8, 2015
    Posts:
    54
    :)
     
    Opeth001 likes this.
  2. joshdegrazia

    joshdegrazia

    Joined:
    Jan 27, 2018
    Posts:
    6
    Unity.Physics is currently in preview, add

    Code (JavaScript):
    1.  "com.unity.physics": "0.2.0-preview",
    to your manifest.json. It doesn't have a ton of solid documentation, but the examples in the official Unity samples are pretty good. They could definitely be adapted to fit a 2D game.
     
  3. Ashkan_gc

    Ashkan_gc

    Joined:
    Aug 12, 2009
    Posts:
    1,124
    for tiny they are adding a 2d physics engine but not sure if they'll add to main unity or not.