Skip to content

Commit 32cc00b

Browse files
committed
Update sample project(UE5.6 & UE5.7)
1 parent b14bd67 commit 32cc00b

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

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://www.dropbox.com/scl/fi/8tuipginb7dx99a0e2i2k/turbolink.simple.demo.5.3.zip?rlkey=92rsjs1b29qnd72n2a4ct0nq2&dl=0) and [full.demo.zip](https://www.dropbox.com/scl/fi/6hqovw8ggo6kb49d9ugbd/turbolink.full.demo.5.3.zip?rlkey=93b2y34vtnjcqjz0zq43csk0l&dl=0)
20+
Two example projects can be downloaded, [simple.demo.56.zip](https://drive.google.com/file/d/11wlpCF6Q4jiyqfaqQTXwwf_bXzA7JyYW/view?usp=sharing) and [full.demo.56.zip](https://drive.google.com/file/d/1Nl5h3Nl1zEBoAL1qhpYes-Mf1aXNKRX9/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: 5 additions & 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://www.dropbox.com/scl/fi/8tuipginb7dx99a0e2i2k/turbolink.simple.demo.5.3.zip?rlkey=92rsjs1b29qnd72n2a4ct0nq2&dl=0)[full.demo.zip](https://www.dropbox.com/scl/fi/6hqovw8ggo6kb49d9ugbd/turbolink.full.demo.5.3.zip?rlkey=93b2y34vtnjcqjz0zq43csk0l&dl=0) ,建议您首先编译运行范例工程,以了解这个插件是如何运行的。范例工程都包含了可以直接编译运行的UE工程,以及用go语言编写的服务器工程。
20+
有两个范例工程提供,[simple.demo.56.zip](https://drive.google.com/file/d/11wlpCF6Q4jiyqfaqQTXwwf_bXzA7JyYW/view?usp=sharing)[full.demo.56.zip](https://drive.google.com/file/d/1Nl5h3Nl1zEBoAL1qhpYes-Mf1aXNKRX9/view?usp=sharing) ,建议您首先编译运行范例工程,以了解这个插件是如何运行的。范例工程都包含了可以直接编译运行的UE工程,以及用go语言编写的服务器工程。
2121
### 运行本地服务器
2222
1. 安装golang运行环境1.19
2323
2. 确保当前目录为`TurboLink.example/Server`,然后运行命令`go mod tidy`以更新所有模块
@@ -153,3 +153,7 @@ GreeterService->CallHello(HelloRequest,
153153
TurboLink的设计目的之一,就是为了能够在蓝图中使用gRPC函数,为了达到这一目的,某些`proto3`中的特性还不被支持。
154154
* 不要使用[`optional`](https://protobuf.dev/programming-guides/proto3/#specifying-field-rules) 类型的字段. 主要是我觉得在蓝图中实现'has_xxx'或者'clean_xxx'这样的特性会导致代码的复杂度大幅度增加,所以暂时没有实现这一特性的计划
155155
* 同样的原因,[`any`](https://protobuf.dev/programming-guides/proto3/#any) 这样的字段目前也没有计划支持
156+
157+
## Buy me a coffee
158+
TurboLink是一个完全免费的开源工程,是我在工作之余维护维护的,如果能帮到您,可以考虑点赞支持,多谢!
159+
<a href="https://www.buymeacoffee.com/neojin" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/default-blue.png" alt="Buy Me A Coffee" height="41" width="174"></a>

0 commit comments

Comments
 (0)