We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0002ce commit ac0c477Copy full SHA for ac0c477
Design/UnityProfiler.md
@@ -1,5 +1,6 @@
1
# 使用Unity Profiler性能调优
2
-1. 导出选项时勾选"Development Build"与"Autoconnec Profiler"
+
3
+1. 导出选项时勾选"Development Build"与"Autoconnect Profiler"
4
5
<img src='../image/profile1.png' width="800"/>
6
@@ -17,7 +18,8 @@
17
18
4. 调整UnityProfiler IP/端口
19
20
网页WebGL/小游戏启动后将通过"ws://ip:port"自动连接到“Unity Profiler”, 此地址默认为编译机器的。如果无法连接请查看微信开发者工具Network页签对应的ws链接是否正常可达。
-如需手工调整IP、端口可通修改webgl.framework.js:
21
+如需手工调整IP、端口可通修改`webgl.wasm.framework.unityweb.js`:
22
23
```
24
if(port == 54998)
25
{
0 commit comments