Skip to content

Commit efa9ba3

Browse files
committed
Update README
1 parent 2523bd3 commit efa9ba3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ This plugin uses a modified version of the Mono Compiler Service (mcs) that allo
66
The compiler relies on `System.Reflection.Emit` being present! As such, Unity games using .NET Standard API (i.e. has `netstandard.dll` in the `Managed` folder)
77
will not be able to run this plugin!
88

9+
**Now scripts ignore visibility checks!** Thanks to [custom MCS](https://github.com/denikson/mcs-unity), you can now access private members (methods, fields) via scripts!
10+
911
## Why
1012

1113
Because sometimes I'm lazy to open Visual Studio and write proper plugins.

0 commit comments

Comments
 (0)