diff --git a/README.md b/README.md index 6bf41b3..0a47910 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,21 @@ To start you will need to do a DLL Import in unity (universal.prx needs to be pl //allows you to set the temprature ``` + +# Debug +
+ Click to expand + +### Debug notifications +```c# + private static extern void SetDebuggerTrue() + //Shows a debug notifications good old printf testing +``` + +
+ + + # Notifications
Click to expand