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
{{ message }}
This repository was archived by the owner on May 9, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -91,6 +91,7 @@ The inspector is used to see detailed information on objects of any type and man
91
91
### C# Console
92
92
93
93
* The C# Console uses the `Mono.CSharp.Evaluator` to define temporary classes or run immediate REPL code.
94
+
* You can execute a script automatically on startup by naming it `startup.cs` and placing it in the `UnityExplorer\Scripts\` folder (this folder will be created where you placed the DLL file).
94
95
* See the "Help" dropdown in the C# console menu for more detailed information.
0 commit comments