short for Immediate ScriptDoesn't work in .Net 4.xThe 'Lite' Version contains all the funtionality as the Pro, except it's in DLL form. If you are looking for the source code, try this:
IMScriptQuickly write short code snippets, or IMScripts, which allow you to execute repetitive editor tasks with a simple click.You really quickly just want to evenly distribute GameObjects, but don't want to startup your scripting IDE? Quickly write an IMScript and execute it, no need to:1. Create a new script2. Wait for Visual Studio (or other IDE) to open3. Write your code4. Wait for recompileuntil you can execute your code.If you like the script you have, or reuse it often, you may even save it for later, or share it with your colleagues and friends. Simply load an IMScript file to load up all your code snippets and start using them.
*Note: This is not a full scripting environment, and does not offer code-completion (hoping to find a solution for this in the future). Under certain circumstances this may not work as expected and will refuse to compile