1. Code:
    assets/prefabs/deployable/tier 1 workbench/tier1workbench.prefab
    assets/prefabs/deployable/tier 2 workbench/tier2workbench.prefab
    assets/prefabs/deployable/tier 3 workbench/tier3workbench.prefab
    Good, I have just reviewed the new files of the game and obviously have already entered the prefabs of the new work tables. Would anyone know how to spwan? I have tried with..

    Code:
    BaseEntity entity = GameManager.server.CreateEntity("assets/prefabs/deployable/tier 2 workbench/tier2workbench.prefab", position);
    entity.Spawn(); 
    But it does not work, if someone knows an alternative out of curiosity. A hug!
     
  2. It's quite possible (and likely) that the prefabs are listed but not fully implemented yet, thus rendering it useless.