unishell icon indicating copy to clipboard operation
unishell copied to clipboard

Interactive C# Shell for the Unity3d editor

Results 7 unishell issues
Sort by recently updated
recently updated
newest added

I can install the package and open the interactive shell without apparent problem. But when I type anything into the command line and hit enter, it just disappears and nothing...

Howdy - is this project still supported, and if not do you know of an alternative interactive shell? In Unity 4.6.3 I'm receiving the following error when I open the...

Better layout and a monospace font would go a long way.

enhancement

from @greniermichael on twitter be able to save out a function written in the shell context to a file that can be reloaded later.

enhancement

from @greniermichael on twitter my notes: could also have a button in there to clear active vars

enhancement

Should be able to cycle through viable completions or get a popup list to choose from.

bug

On lines like ``` var go = GameObje ``` hitting ctrl+space doesn't seem to autocomplete even though there is a clear tab completion. This may be a limitation of the...

bug