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 Entities - World clustering support

Discussion in 'DOTS Dev Blitz Day 2022 - Q&A' started by Jes28, Dec 8, 2022.

  1. Jes28

    Jes28

    Joined:
    Sep 3, 2012
    Posts:
    995
    Hi

    Do Unity have plans for built in world clustering for Entities so community can create tooling to support it as first class feature in Unity?

    Do this tool break assets that don't build to specifically support it?
     
  2. jivalenzuela

    jivalenzuela

    Unity Technologies

    Joined:
    Dec 4, 2019
    Posts:
    47
    Hi! I'm unsure what you mean by world clustering, there's some overloaded terms here unfortunately :). Can you tell me what problem you're looking to solve?
     
  3. Jes28

    Jes28

    Joined:
    Sep 3, 2012
    Posts:
    995
    I mean built-in system that allow to create big worlds 100Km+ without need to manually create many systems to divide world into chunks that can/will be loaded/unloaded on demand like in Unreal