Skip to content

This tool provides a simple script editor inside Unity, for those times you just want to make a quick change to your script without opening your IDE.

License

MIT, Unknown licenses found

Licenses found

MIT
LICENSE
Unknown
LICENSE.meta
Notifications You must be signed in to change notification settings

Telroshan/Unity-script-editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unity script editor

Tested on Unity 2019.3.0f1

This tool provides a simple script editor inside Unity, for those times you just want to make a quick change to your script without opening your IDE.

scripteditor

Instead of the standard readonly preview of your script, you can write there, then save or discard your changes.

Note : This tool only applies to monoscripts, thus script assets, so don't worry, it's not going to alter any of your monobehaviour custom editors !

Inspired by a project from LeonBBlack (a.k.a "Benoît le sang")

Install

Unity package (easiest)

Simply download the unity package file in the releases and double click it (or import it in Unity)

Or clone the repo

Download this repo and place it in your Unity project's Assets folder.

You should now be able to edit a script when you select one from your assets.

License

This repo is MIT licensed.

About

This tool provides a simple script editor inside Unity, for those times you just want to make a quick change to your script without opening your IDE.

Resources

License

MIT, Unknown licenses found

Licenses found

MIT
LICENSE
Unknown
LICENSE.meta

Stars

Watchers

Forks

Packages

No packages published

Languages