1. Simple question :p
    How to spawn a Prefab (Like Animal or Vehicle)

    EDIT:// Already did it by scrolling through Decompiler ^^
     
    Last edited by a moderator: Jun 3, 2016
  2. spawn prefabname

    so f1
    spawn { prefab }

    AIBorServer
    AIBorRadServer
    AIShigiServer
    AIShigiForestServer
    AIShigiWolfServer
    AIShigiArcticServer
    AITokarServer
    AITokarBlueServer
    AITokarParrotServer
    AITokarAlbinoServer
    AIYetiServer
    AIYetiForestServer
    CoalRockResourceNodeServer
    Deadtree1ResourceNodeServer
    Deadtree2ResourceNodeServer
    Deadtree3ResourceNodeServer
    Goat
    LandCrabDynamicObject
    LargeMiningRockServer
    LootCache
    MedusaVineDynamic
    Metal2ResourceNodeServer
    Metal3ResourceNodeServer
    Metal4ResourceNodeServer
    OwrongResourceNode
    PitcherPlantResourceNode
    PlayerServerLoadTest
    PoisonTrapDynamicObject
    RainstormServer
    Roach
    SandstormServer
    SucculentResourceNode
    TokarPoison
    TrapPoison
     
  3. You know that we are in the Develop-Section? ^^
    I mean CSharp-Code for spawning (but i already got it by myself)

    Anyway thank you for your post :)
     
  4. If you found the solution, post it so others might find your post useful. ;)
     
  5. Using Singleton<NetworkManager>.Instance.NetInstantiate()