Nice Script Editor

Nice Script Editor is a script editor designed for Unity.


It uses Roslyn as a parser to provide reliable parsing results.

The text editor is implemented using controls within Unity.


It's lightweight, convenient and efficient.

You can get a Visual Studio-like coding experience in Unity.

You can write code freely without switching to an external editor.


Features

  • Rename
  • Semantic and syntax highlighting
  • Code completions
  • Code folding
  • Goto definition
  • Find symbol, references
  • Error highlighting
  • Multiple line editing
  • Quick fix
  • Member display list

... and much more.


  • Set breakpoints and synchronization, launch debugger from Unity, Synchronize the debugging position after debugging is completed
  • Display and edit two document windows at the same time, split vertical/horizontal.
  • Display the preview icon when the mouse is placed on the path of a string.
  • When editing code, Right-click menu, Select Object/File to enter the path.
  • Color string preview, and color editing tools can be used to edit color values.

NOTE:

  • You need to have .NET SDK (6.0 or higher version) installed on your computer before using this tool.
  • Support Unity 2019 or higher version

Feedback and Questions