そのため、必ず
moorestechの環境構築は非常にシンプルです。gitをクローンし、Unityで開くだけです。
2022.3.1f1ですリポジトリはこちらです。
以下のリンクをコピーし、cloneしてください。
git@github.com:moorestech/moorestech.git
https://github.com/moorestech/moorestech.git
cloneしたmoorestech フォルダの中にあるmoorestech_client とmoorestech_server をそれぞれUnityで開いてください。
現状の仕組みとして、moorestech_server でサーバーを起動し、moorestech_client がそのサーバーに接続してゲームをプレイする仕組みになっています。
そのため、必ずサーバー側を先に再生してください。
サーバー側はStartServer シーンで、クライアント側はMaingame シーンで再生してください。
オールクリーンアップを使う場合は moorestech all cleanupを使うように設定してください