Skip to content

Commit d645e4d

Browse files
committed
Update sample project download url
1 parent 213d811 commit d645e4d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ TurboLink is an unreal engine plugin that enables [Google gRPC](https://grpc.io/
1717

1818
## Example
1919
![example](https://github.com/thejinchao/turbolink/wiki/image/turbolink_example.png)
20-
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)
20+
Two example projects can be downloaded, [simple.demo.zip](https://drive.google.com/file/d/1p8Dzl_y_XeeMjHvthwSI41dSZQmh4kw0/view?usp=sharing) and [full.demo.zip](https://drive.google.com/file/d/10qtKq2E2I7mS8M0fiFxAtuaO2Zb60-zB/view?usp=sharing)
2121
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.
2222

2323
### Run local server

README_chs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ TurboLink 是一个Unreal Engine插件, 能够在[Unreal Engine](https://www.unr
1717

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

0 commit comments

Comments
 (0)