Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoxiao921 committed Mar 7, 2022
1 parent 42affcf commit 843d18b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# UnityModExtension

Visual Studio 2019 Extension that provides a button command under the Debug top level menu.
Visual Studio 2022 Extension that provides a button command under the Debug top level menu.

The button starts the specified target executable and launch the debugger on a process that listens to the given port. (Default 55555)

This extension was made for BepInEx plugins for Unity games in mind.

For this extension to work properly you also need :
- The [Tools for Unity Extension](https://docs.microsoft.com/en-us/visualstudio/gamedev/unity/get-started/getting-started-with-visual-studio-tools-for-unity?pivots=windows) installed.
- [A debug version of the mono runtime dll that is used by the unity game](https://github.com/dnSpyEx/dnSpy/wiki/Debugging-Unity-Games)
- [Doorstop 4, make sure the port in the doorstop config ini matches the extension settings](https://cdn.discordapp.com/attachments/950162181427695627/950163300816125982/BepInEx_x64_5.4.19.0_Doorstop_4.zip)

0 comments on commit 843d18b

Please sign in to comment.