Closed lizhiyu-me closed 1 year ago
sorry for the lack of documentations. it's easy to use with the following steps.
for server side. locate into tgx-metaverse-server folder, then execute the following instructions.
//install tsrpc
npm install
//run master server
npm run dev:master
//open another terminal and run world server
npm run dev:world
for client side.
first, locate into tgx-metaverse-client
folder and run npm install
to install tsrpc stuff.
second ,add tgx-metaverse-client to Cocos Dashboard
finally, open tgx-metaverse-client project using the corresponding Cocos Creator version( need to be installed first).
choose 'start' as the first scene, then click play button on the top of the scene editor to run.
MacOS 13.3.1 Nodejs v18.15.0 Npm 9.5.0
below is the complete error log