How to reproduce:
1. Complete the prerequisites:
- Set up a proxy server connection
- Download Process Monitor (Procmon)
2. Set the HTTP_PROXY and HTTPS_PROXY environment variables to the proxy server's address and port
3. Configure Process Monitor filters:
- Open Procmon
- Go to Filter → Filter
- Add "Process Name; is; relay_win.exe; Include" and "Operation; begins with; TCP; Include"
6. Create a new project
7. Open the Package Manager (Window -> Package Management -> Package Manager)
8. Install the AI Assistant package (com.unity.ai.assistant)
9. Open Procmon and start capture
10. Return to Unity Editor
11. Open the AI Assistant (AI -> Open Assistant)
12. Send any message to the Assistant and wait for the response
13. Open Procmon and stop capture
14. Observe the event list in Procmon
Actual result: "relay_win.exe" connects directly, bypassing the proxy server
Expected result: "relay_win.exe" connects to the proxy server address
Reproducible with: 2.9.0-pre.2 (6000.3.18f1), 2.13.0-pre.2 (6000.7.0a2)
Reproducible on: Windows 11
Not reproducible on: No other environments tested