How to set default port for debugger custom player
I use a custom player to debug a unity process frequently. I always uses the port 55555. The default value in the dialog is 0. Is there a way to set the default to 55555?
Please sign in to leave a comment.
Hello Daniel,
The port is set up by Unity process and typically it is in 56xxx range. Process should be detected automatically:
If it works differently, could you please share a bit more details on your set up?