You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -148,7 +148,10 @@ The inspector is used to see detailed information on objects of any type and man
148
148
149
149
* The C# Console uses the `Mono.CSharp.Evaluator` to define temporary classes or run immediate REPL code.
150
150
* You can execute a script automatically on startup by naming it `startup.cs` and placing it in the `sinai-dev-UnityExplorer\Scripts\` folder (this folder will be created where you placed the DLL file).
151
-
* See the "Help" dropdown in the C# console menu for more detailed information.
151
+
* Also you can load/save/compile `cs` files under `sinai-dev-UnityExplorer\Scripts\` folder
152
+
* load : Pressing `Refresh`(renamed Reset) button and selecting dropdown your file name.
153
+
* save : Pressing `Compile` button and automatically saves the file with the file name selected in the dropdown
154
+
* See the "Welcome" dropdown in the C# console menu for more detailed information.
0 commit comments