Skip to content
This repository has been archived by the owner on Sep 29, 2021. It is now read-only.

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
ghorsington committed Feb 15, 2021
1 parent 7fcbd01 commit 2471072
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# BepInEx basic plugin template

This is a basic template for writing BepInEx 5.3 plugins.
This is a basic template for writing BepInEx 5.4 plugins.
The template comes preconfigured with the following components:

* **BepInEx.Core 5.3** - The core BepInEx library that contains all important core API.
* **HarmonyX 2.0.6** - Harmony fork that is used in BepInEx. With this you can patch game functions at runtime.
* **BepInEx.Analyzers 1.0.1** - Helper Roslyn analyzers for BepInEx.
* **BepInEx.Core 5.4.4** - The core BepInEx library that contains all important core API.
* **HarmonyX 2.2.0** - Harmony fork that is used in BepInEx. With this you can patch game functions at runtime.
* **BepInEx.Analyzers 1.0.4** - Helper Roslyn analyzers for BepInEx.
* **UnityEngine.Core 5.6.0** - Stubbed UnityEngine 5.6 core library. This is usable for game-independent BepInEx plugins. For game plugin development, you should replace this with `UnityEngine.dll` of the game you're modding.
* **Microsoft.Unity.Analyzers 1.8.2** - A collection of Roslyn analyzers for generic Unity programming.

Expand Down

0 comments on commit 2471072

Please sign in to comment.