JetBrains Rider 2017.2 Help

Debugging Unity Applications

Unity is a game-development platform used to create 2D and 3D games and deploy them on multiple platforms. JetBrains Rider allows you to debug Unity game scripts using all the power of the debugger, including conditional and dependent breakpoints, watches, expression evaluation, etc.

To debug a Unity application

  1. Make sure the project you want to debug is opened in the Unity editor on the local or remote computer.
  2. In JetBrains Rider, open the corresponding Unity project solution. If this is the first Unity solution you open in JetBrains Rider, it will automatically install the special Unity plugin.
  3. Set breakpoints in the scripts you want to debug.
  4. Depending on whether the Unity instance is run on a local or remote computer, do one of the following:
    • (Local) Select the Attach to Unity Editor run configuration and start a debugging session.
    • (Local, Remote)
      1. In the main menu, select Run | Attach to Unity Process.... If the Unity instance is running on a remote machine, in the opened window, click Enter address of remote process and specify machine's IP Address and Port for connecting to the Unity instance.
      2. Select the Unity process in the list and click OK.
  5. Run the application in the Unity editor.
Last modified: 27 December 2017