Giter VIP home page Giter VIP logo

Comments (3)

SamuelBellomo avatar SamuelBellomo commented on May 21, 2024

PlayerServerCharacter executes server side. There's one for each new player. Since the server has the authority over all players, each time a new player is created, it'll be spawned server side (when a new player joins).

Once a new PlayerServerCharacter is created, it will add itself to the static list.

You can find where players are spawned in ServerBossRoomState's SpawnPlayer on our develop branch.

I suggest you add breakpoints and debug logs in PlayerServerCharacter, you'll see what happens when you join a new client.

Hope this helps.

from com.unity.multiplayer.samples.coop.

Fedi15 avatar Fedi15 commented on May 21, 2024

Okay let's say i wanna use same methode for the imps not player should i make if change instead of if server to client when adding new imp because i tried if server but it didn't work

from com.unity.multiplayer.samples.coop.

SamuelBellomo avatar SamuelBellomo commented on May 21, 2024

Not sure I follow.
To spawn a network object, just instantiate + spawn it.
To keep track of them, you can use a static list and register them to it in their respective OnNetworkSpawn.

from com.unity.multiplayer.samples.coop.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.