-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
31 changed files
with
142 additions
and
190 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
...us-plugin-content-docs/current/tutorials/importing-first-model-and-animation.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -41,20 +41,20 @@ thumb: "https://avatars.githubusercontent.com/u/28384334?s=300&v=4" | |
|
||
新しいColyseusサーバーを作成するには、コマンドラインから以下を実行します: | ||
|
||
``` | ||
```sh | ||
npm init colyseus-app ./playcanvas-demo-server | ||
``` | ||
|
||
次に`npm start`を実行して、ローカルでサーバーを動かすことができるか確認しましょう。 | ||
|
||
``` | ||
```sh | ||
cd playcanvas-demo-server | ||
npm start | ||
``` | ||
|
||
成功すれば、コマンドラインに以下のような出力が表示されます。 | ||
|
||
``` | ||
```sh | ||
> [email protected] start | ||
> ts-node-dev --respawn --transpile-only src/index.ts | ||
|
||
|
@@ -80,7 +80,7 @@ PlayCanvasにColyseus JavaScript SDKを追加する必要があります。 | |
|
||
新しい**「URL」**フィールドに、CDNからColyseus JavaScript SDKを含めてください: | ||
|
||
``` | ||
```none | ||
https://unpkg.com/colyseus.js@^0.15.0-preview.2/dist/colyseus.js | ||
``` | ||
|
||
|
@@ -118,7 +118,7 @@ PlayCanvasプロジェクトを**「起動」**すると、クライアントは | |
|
||
クライアントがルームに正常に参加したことを意味するサーバーログに以下のメッセージが表示されます。 | ||
|
||
``` | ||
```none | ||
19U8WkmoK joined! | ||
``` | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.