unity-shell
unity-shell copied to clipboard
Write and execute code in an intuitive "shell" with autocompletion, for the Unity Editor.
I installed (dragged into Assets) in Unity 2020.1.2f1 and received the following errors ``` Assets/UnityShell/Editor/Scripts/ShellEvaluator.cs(27,34): error CS0122: 'CompilerContext' is inaccessible due to its protection level Assets/UnityShell/Editor/Scripts/ShellEvaluator.cs(27,54): error CS0122: 'CompilerSettings' is...
I plan to do this in a fork of this repo :)
This is a WIP, feedback is appreciated. It appears that Unity now, as of 2021.2.0f13, auto-magically restricts the file to Editor use by default.