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. Join us on Thursday, June 8, for a Q&A with Unity's Content Pipeline group here on the forum, and on the Unity Discord, and discuss topics around Content Build, Import Workflows, Asset Database, and Addressables!
    Dismiss Notice

Showcase Playing around with ECS physics

Discussion in 'Physics for ECS' started by Esteban-Gallardo, Mar 20, 2023.

  1. Esteban-Gallardo

    Esteban-Gallardo

    Joined:
    Feb 19, 2013
    Posts:
    45
    I've just published a tiny game where I've been experimenting with ECS physics.

    The goal was to make a build with Vulkan to stress test how far is possible to ask the mobile processor of the Oculus Quest 2 device.

    So far I've been able to have up to 600 physics objects in the scene with a performance above 60 FPS.

    https://sidequestvr.com/my-app/14677/listing

    I don't know what the performance could have been using MonoBehaviour.

    If someone has some insights of stress test physics in that device without ECS it would be great to know.

    Also it would be great to know if someone has done a similar stress test in that hardware using Havok. I've been using Unity physics for this one.
     
    daniel-holz and IsaacsUnity like this.