We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b98a7d3 commit b6cfdf9Copy full SHA for b6cfdf9
.gitignore
@@ -286,3 +286,4 @@ __pycache__/
286
*.btm.cs
287
*.odx.cs
288
*.xsd.cs
289
+/Dist
README.md
@@ -18,6 +18,14 @@ This is a simple loader that loads and applies Sybaris-compatible patchers witho
18
19
1. Extract the contents of the archive into `UnityDoorstop` folder. Overwrite when asked.
20
21
+## Installing patchers
22
+
23
+Put all Sybaris patchers into `<UnityDoorstop>\Sybaris\patches`.
24
25
+## More information
26
27
+More information can be found on the project's [wiki](https://github.com/NeighTools/SybarisLoader/wiki).
28
29
## Building
30
31
You can build with Visual Studio 2015/2017 with .NET 3.5 installed. All dependencies are handled by NuGet.
0 commit comments