• Stars
    star
    449
  • Rank 97,328 (Top 2 %)
  • Language
    C#
  • License
    MIT License
  • Created over 6 years ago
  • Updated about 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Write and execute code in an intuitive "shell" with autocompletion, for the Unity Editor.

unity-shell

Write and execute code in an intuitive "shell" with autocompletion, for the Unity Editor.

Any feedback or suggestions? Just write me, create an Issue or a PR ;)

How it looks and works like:

Imgur

.NET 4.x Runtime support

If your Unity project is using the .NET 4.x runtime (set in the Player Settings), you'll need to enable the Editor platform for Mono.CSharp.4.x.dll and disable it for Mono.CSharp.3.5.dll by selecting them in the Project view and modifying the Include Platforms in the Inspector.

Inspired by UniShell