Search Unity

How to choose whether subscene is client or server?

Discussion in 'Entity Component System' started by Stroustrup, Sep 25, 2020.

  1. Stroustrup

    Stroustrup

    Joined:
    May 18, 2020
    Posts:
    142
    since convert to client server entity is being depreciated, how would subscenes work?
    don't see a way of choosing the destination world of a subscene
     
    Last edited: Sep 25, 2020
    unity-freestyle likes this.
  2. unity-freestyle

    unity-freestyle

    Joined:
    Aug 26, 2015
    Posts:
    45
    I'm pretty confused about this conversion flow with Netcode...

    Suppose I want to load an entity prefab at runtime. How do I convert it since convert to client server entity is deprecated? Should I rely on the conversion tools?

    And what about loading a subscene to a specific world like Stroustrup mentioned?

    Thanks.