o3de / o3de-multiplayersample

Multiplayer sample project for the Open 3D Engine
https://o3de.org
Other
79 stars 56 forks source link

Building Multiplayer Sample Failed #455

Closed davi23code closed 3 months ago

davi23code commented 1 year ago

Captura de tela 2023-07-28 092730 Hi, I'm new to O3de. I installed the engine and would like to test the o3de-multiplayersample. but I have a problem with the assets. if I open the project through the "open editor" I get this message. when checking the "Gems" I noticed that there are some that the editor didn't find a compatible version and that these assets are in the "multiplayersample-assets" repository, I cloned it and put it in the gem folder, but it still didn't work. Is there any tutorial teaching how to do this in a simpler way?

AMZN-Gene commented 1 year ago

After pulling the multiplayersample-assets repository, you also need to register it with the engine. Hopefully that's the problem.

The Multiplayer README should guide you... https://github.com/o3de/o3de-multiplayersample/blob/development/README.md

drakeredwind01 commented 1 year ago

should we remove needs-triage and add triage/accepted, and close the issue after (X) amount of time if we don't get a response?

AMZN-Gene commented 3 months ago

@davi23code I wasn't able to reproduce the issue. Did adding the multiplayersample-assets repository fix the issue?