This commit is contained in:
2025-03-23 10:51:55 +00:00
commit f11a45c8f9
94 changed files with 5026 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
# AutoHotReload 文档
**说明**
`AutoHotReload`使你能够不重启服务端程序,自动迭代你最新的脚本代码
---
> 在 sqr_main 的回调函数中写入以下代码 参数为你要重载的脚本文件夹
```
//初始化自动重载
GameManager.OpenHotFix("/dp_s/MyProject");
```
---
---
**温馨提示**
在开发环境开启自动热重载后,上线请关闭自动热重载功能以免对性能造成影响
---
---