Skip to content

olavim/UnityDebugExtension

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unity Debug Extension

A Visual Studio extension for debugging Unity games.

Features

Adds Run Command and Attach Unity Debugger command under the Debug menu.

The command is quite configurable. Choose your behaviour in Tools -> Options -> UnityDebugExtension.

You can:

  • Configure where the debugger connects (IP-address and port).
  • Configure an optional executable to run. The debugger will be attached while this script runs (with a configurable delay). This enables you to, for example, run your game and attach the debugger with a single click.
  • Configure an optional setup executable to run before the main executable is ran and the debugger is attached. This enabled you to, for example, run a build script before the main executable is ran and debugger is attached.

Dependencies

About

Visual Studio 2022 Extension

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages