抖音小游戏 profiler 默认连接到打包机器的团结编辑器,若需要连接其它设备上的编辑器,可通过添加 unityNamespace.bootConfig 字段中的ip来实现。
unityNamespace.bootConfig
使用该字段,前提需要是团结 MiniGame 平台打包的:
const unityNamespace = { bootConfig: "player-connection-ip=192.168.0.1", }