Skip to content

Commit

Permalink
update sample project download url
Browse files Browse the repository at this point in the history
  • Loading branch information
thejinchao committed Sep 28, 2023
1 parent 01b290a commit 43ee38c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ TurboLink is an unreal engine plugin that enables [Google gRPC](https://grpc.io/

## Example
![example](https://github.com/thejinchao/turbolink/wiki/image/turbolink_example.png)
Two example projects can be downloaded, [simple.demo.zip](https://drive.google.com/file/d/1z9r9s81l1OJnhMu4FWoXzQ_02nbfmBui/view?usp=share_link) and [full.demo.zip](https://drive.google.com/file/d/1W8dx-BAlzZnDy-_2tA1GXJAcjlIyYcak/view?usp=sharing)
Two example projects can be downloaded, [simple.demo.zip](https://drive.google.com/file/d/1AIRoLgjQ_aQK6Hd2idXPuC3MjcXAShAL/view?usp=sharing) and [full.demo.zip](https://drive.google.com/file/d/1rXfleQwWvIawd_PrzPhtRP2aLQpdgUjT/view?usp=sharing)
It is recommended that first download example projects and run them to understand how the plugin works. All demo projects include UE projects and server projects that can be run directly.

### Run local server
Expand Down
2 changes: 1 addition & 1 deletion README_chs.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ TurboLink 是一个Unreal Engine插件, 能够在[Unreal Engine](https://www.unr

## 范例
![example](https://github.com/thejinchao/turbolink/wiki/image/turbolink_example.png)
有两个范例工程提供,[simple.demo.zip](https://drive.google.com/file/d/1z9r9s81l1OJnhMu4FWoXzQ_02nbfmBui/view?usp=share_link)[full.demo.zip](https://drive.google.com/file/d/1W8dx-BAlzZnDy-_2tA1GXJAcjlIyYcak/view?usp=sharing) ,建议您首先编译运行范例工程,以了解这个插件是如何运行的。范例工程都包含了可以直接编译运行的UE工程,以及用go语言编写的服务器工程。
有两个范例工程提供,[simple.demo.zip](https://drive.google.com/file/d/1AIRoLgjQ_aQK6Hd2idXPuC3MjcXAShAL/view?usp=sharing)[full.demo.zip](https://drive.google.com/file/d/1rXfleQwWvIawd_PrzPhtRP2aLQpdgUjT/view?usp=sharing) ,建议您首先编译运行范例工程,以了解这个插件是如何运行的。范例工程都包含了可以直接编译运行的UE工程,以及用go语言编写的服务器工程。
### 运行本地服务器
1. 安装golang运行环境1.19
2. 确保当前目录为`TurboLink.example/Server`,然后运行命令`go mod tidy`以更新所有模块
Expand Down

0 comments on commit 43ee38c

Please sign in to comment.