A Unity editor plugin to edit files right from the Project View
Instant editor is an editor utility that allows to instantly edit text file in your Unity project without leaving the editor. When this might be useful? Basically anytime you want to make small adjustment to some code/config file and have to open IDE just to delete/replace a single word.
Watch the video: https://www.youtube.com/watch?v=gYtBAEVRU5E&feature=youtu.be
Limitations:
- The file size limitation that can be opened is 16K characters maximum. The asset WON'T work for larger files.
- Tab width is quite big (aesthetic issue)
FEATURES:
- Instantly edit files in without opening your IDE!
- Highly customizable (window size, color, font size)
- Source code included