0

Jetbrains publised Project Rider – A C# IDE

For Unity Debug with Rider-EAP On OSX I find instruction.

How i can Unity Debug with Rider on Windows?

AndreyAkinshin
  • 18,603
  • 29
  • 96
  • 155
vovkas
  • 1,091
  • 10
  • 21

1 Answers1

0
netstat -ano | ?{($_ -like "*"+$(Get-Process -Name Unity).Id) -and ($_ -like "* LISTENING *") } 

This command return line like

TCP    0.0.0.0:56760          0.0.0.0:0              LISTENING       6760

So, I need use port 56760.

Other like this instruction.

vovkas
  • 1,091
  • 10
  • 21