Search Unity

Is there a way to manage moving objects using unity subscenes?

Discussion in 'Graphics for ECS' started by programmer119, Feb 14, 2022.

  1. programmer119

    programmer119

    Joined:
    Sep 27, 2021
    Posts:
    94
    The map is divided into sub-scenes, and the map that comes into view is loaded and the rest is unloaded. Can a character that moves like this be managed as a sub scene? Subscene management method is very convenient
    upload_2022-2-14_21-19-39.png
     
  2. JussiKnuuttila

    JussiKnuuttila

    Unity Technologies

    Joined:
    Jun 7, 2019
    Posts:
    351
    As far as I know, you should be able to to manage a moving character as a subscene if you want.
     
  3. programmer119

    programmer119

    Joined:
    Sep 27, 2021
    Posts:
    94
    Even if a moving object is included in the unloaded subscene, it should not stop moving, and when it comes into the character's field of view, it should move to the loaded subscene. Any examples for reference?