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 I want to instantiate a prefab in a server and send it to the clients

Discussion in 'Multiplayer' started by ziyad1160, Jul 2, 2022.

  1. ziyad1160

    ziyad1160

    Joined:
    Dec 5, 2020
    Posts:
    4
    hi im developing a game and i want to create a prefab in the server and send the exact same prefab to the clients and spawn it in a specific location for all the clients, how can i write this in c# code?