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

Static body building not completed in FixedStepSimulationSystemGroup?

Discussion in 'Physics for ECS' started by snacktime, Dec 28, 2020.

  1. snacktime

    snacktime

    Joined:
    Apr 15, 2013
    Posts:
    3,353
    I'm seeing a system that runs after FixedStepSimulationSystemGroup that shows it's waiting on static body rebuilding. It's also showing dependencies for stepping which all have 0 time spent but still why are those still in the dependency graph at this point?


    upload_2020-12-28_14-34-36.png
     
  2. tertle

    tertle

    Joined:
    Jan 25, 2011
    Posts:
    3,541
    Why would you expect it to be complete before leaving the group? There's no sync point as far as i'm aware.
     
  3. snacktime

    snacktime

    Joined:
    Apr 15, 2013
    Posts:
    3,353
    I was thinking there was but ya looking at it I don't see anything that completes absent structural changes involving bodies.
     
    petarmHavok likes this.