o3de / o3de-extras

Other
61 stars 63 forks source link

Multiplayer Template Should Use the Built-In SimplePlayerSpawner #80

Open AMZN-Gene opened 1 year ago

AMZN-Gene commented 1 year ago

Is your feature request related to a problem? Please describe. Multiplayer Template is currently using a custom built network player spawner. Multiplayer Template should leverage the vanilla MP Gem as much as possible in order to avoid maintaining custom logic and make it an easier demo for users to start with and learn from.

Describe the solution you'd like Replace the current custom MP Spawner with the built-in Multiplayer gem SimplePlayerSpawner component

lmbr-pip commented 1 year ago

@AMZN-Gene Have we updated the template now that the SimplePlayerSpawn changes are in dev?

drakeredwind01 commented 1 year ago

ask:

should we add tag:

feature request feature/networking

AMZN-Gene commented 1 year ago

In general, o3de-extras repo should probably have tags that match the o3de proper repo