Skip to content

Commit ac0c477

Browse files
committed
doc: 修正文档错误
1 parent c0002ce commit ac0c477

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Design/UnityProfiler.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# 使用Unity Profiler性能调优
2-
1. 导出选项时勾选"Development Build"与"Autoconnec Profiler"
2+
3+
1. 导出选项时勾选"Development Build"与"Autoconnect Profiler"
34

45
<img src='../image/profile1.png' width="800"/>
56

@@ -17,7 +18,8 @@
1718
4. 调整UnityProfiler IP/端口
1819

1920
网页WebGL/小游戏启动后将通过"ws://ip:port"自动连接到“Unity Profiler”, 此地址默认为编译机器的。如果无法连接请查看微信开发者工具Network页签对应的ws链接是否正常可达。
20-
如需手工调整IP、端口可通修改webgl.framework.js:
21+
如需手工调整IP、端口可通修改`webgl.wasm.framework.unityweb.js`
22+
2123
```
2224
if(port == 54998)
2325
{

0 commit comments

Comments
 (0)