Welcome to AlternativeRealities - Home of AutoWallpaper

UnityScript Editor is a specially designed editor for the Unity 3D javascript language.

UnityScript Editor

Changes History

2.7– 22-September-2011

  • Corrected a problem with certain characters in tool tips that would cause a crash.

2.6.9– 6-August-2011

  • Added option to use online documentation rather than locally installed.

2.6.8– 18-June-2011

  • When selecting colours for the editor scheme the current colour is now passed to the dialog.
  • Changing the editor font now changes the line number font as well

2.6.7– 6-June-2011

  • Added option to change the colour of the indentation guide line.

2.6.6– 24-April-2011

  • Improved indentation rules for more complex if statement layouts.
  • Fixed a replacement glitch with intelliprompts when creating variables that do not have spaces between colons.

2.6.5– 5-February-2011

  • Reconnected Zoom in and Out menu items with their code. Scaling the font size up and down is possible again.
  • Corrected an intelliprompt glitch that occurred when a function was retyped and brackets appeared in the line after the function.

2.6.4– 29-January-2011

  • Corrected indentation when }else{ is in same line as the start of the if
  • Fixed capitalisation in Mathf function
  • Corrected an issue where the colour schemes weren’t applying to open documents correctly.
  • Added and improved Comment/Un-Comment block (Ctrl+Shift+Alt+L)
  • Added ‘Function’ key word to intelliprompt. On Handlers will be added at a later date.
  • Investigating correction intelliprompt issue (not currently resolved)
  • Added comma as an intelliprompt cancelling character; this fixes issues where the intelliprompt completes incorrectly whilst entering function and method parameters.
  • Made some internal improvements to how the error log is handled from Unity.
  • Added semi-colon as an intelliprompt cancellation key

2.6.0– 30-December-2010

  • Added shortcut key for Comment Multiple lines
  • Scheme colours are now fully editable within USE>Preferences, with this the dark, grey and mline schemes have been removed. You will need to reconfigure the editor to your liking.
  • Added new Project Files List window that only displays categorized script files; Javascript, C-Sharp, Boo, Shaders, generic text files. As with other file list windows you can double click to open the file.
  • USE will now jump on top when a file is double clicked from within Unity.
  • Added prevention method to hopefully stop USE from locking up in rare occasions when going from a running game in Unity back to USE.
  • Added iPhone intelliprompt support files.

2.5.5 – 19-December-2010

  • Changed help docking window to use pre-installed documentation instead of web version (which doesn’t work in IE very well).
  • Added preference option to specify Unity documentation location if Unity isn’t installed in default place
  • Added ESC key press cancels Intelliprompt

2.5.4 – 12-December-2010

  • Added an option to disable the error log handling from within UnityScript Editor. This should prevent lockups on rare machine configurations.
  • Added new metroline style scheme
  • Adjusted coloring in Dark scheme to match Unity Pro more

2.5.3 – 4-December-2010

  • Drag and drop code fixed
  • Syntax highlighting tweaks to change colours in some schemes so that strings and numbers are easier to identify
  • Some options had become disconnected with their settings (capitalisation, auto brackets, etc).
  • Added Glen Darling as a supporter

2.5.2 – 28-November-2010

  • Added and corrected support for .py, .txt, .shader files
  • Corrected a glitch when double clicking the same file twice in Unity
  • Known Issue: An error appears after USE is quit saying that flash.ocx is missing. This application doesn’t use flash, you can safely ignore the error for the time being.

2.5.0 – 20-November-2010

  • Completely revamped UI, now with dockable tool panels.
  • Added user guide browser within interface
  • Fixed Save As menu option
  • Completely rewritten Unity integration to massively improve stability when moving back and forth between the editor and Unity3D
  • New editing options: comment line, comment block, duplicate line, transpose line up and down
  • Added secondary file explorer for access to whole system even when working at a project level
  • Open CScript and other text files in USE (no highlighting)

2.0.8 – 29-August-2010

  • Made spacebar autocompletion permanently off – removed option.

2.0.7 – 19-August-2010

  • Fixed mouse wheel operation.

2.0.6 – 15-August-2010

  • Added option to prevent intelliprompt from firing when the spacebar is pressed (User Suggestion)
  • Added option to increase and decrease font size by holding Left Control and rolling the mouse wheel up and down. This feature does not save the new font size and when the editor is quit and reloaded it will revert to your previous setting. (User Suggestion)

2.0.5 – 14-August-2010

  • Added true and false definition files to prevent auto complete issue with ;
  • Corrected a bug whereby files located manually in the project file browser couldn’t be opened.

2.0.2 – 20-June-2010

  • Added case : exception for intelliprompt

2.0.1 – 20-June-2010

  • Corrected word wrap functionality

2.0.0 – 19-June-2010

  • Added indentation support for }else{

1.9.8 – 14-June-2010

  • Restored variable dot syntax support

1.9.7 – 14-June-2010

  • Removed horizontal scrollbars when not needed from right most panels
  • Single line comments no longer allow intelliprompts.

1.9.0 – 12-June-2010

  • Re-engineered intelliprompt system designed to allow full support as you type
  • Added 3 color schemes for the main editor area

1.7.5 – 6-June-2010

  • Corrected tab issues with updated indentation system
  • Added support for intelliprompts after a parameter based entry such as .Find(“”).

1.7.0 – 5-June-2010

  • Added automatic script formatting
  • Massive improvement and bulletproofing of automatically closing braces and brackets (optional)
  • Added Project File viewer so you can load in new files quickly and easily
  • Added definition contributions from SirLancelot
  • Corrected intelliprompt icons and description tips

1.6.11 – 3-June-2010

  • Fixed Find and replace toolbar button

1.6.10 – 2-June-2010

  • Corrected double down glitch with variable intellitprompts
  • Selected text is now taken into find and replace dialog
  • Clicking away while an intelliprompt is open no longer completes the word at the new location

1.6.8 – 1-June-2010

  • Corrected backspace intelliprompt mishaps
  • Improved intelliprompts where a parameter/attribute is not selected and then the list is redisplayed

1.6.6 – 31-May-2010

  • Corrected backspace triggering intelliprompts under some situations
  • Fixed find and replace
  • Reduced number of blank lines created with new function drop down
  • Corrected Physics.Raycast spelling error.

1.6.5 – 31-May-2010

  • Corrected a problem with double clicking variables and functions
  • Removed Find from Search menu

1.6.0 – 29-May-2010

  • Completely re-written intelliprompt routines to resolve outstanding oddities.
  • Other Functions drop down corrected.

1.5.3 – 28-May-2010

  • Added new improvements to the way As you type intelliprompts work.

1.5.2 – 27-May-2010

  • Corrected as you type intelliprompt handling so that = and space characters do not automatically select the top most item in the list.

1.5.0 – 26-May-2010

  • Improved error line indication
  • Improved processing of error log listing
  • Optional as you type variable and keyword list display (disabled by default)
  • Fixed function tooltip guide staying up too long
  • Selected keyword look up definition fixed

1.4.0 – 23-May-2010

  • Added full memberlist for variable declaration type
  • Error lines are now highlighted in the editor and process automatically
  • When jumping to an error line it is now not shown at the very top and the caret is in the line
  • Double clicking an error log entry in USE will jump to the document (or load it) and the error if possible.

1.3.5 – 22-May-2010

  • Fixed variables and functions not showing for first document loaded
  • Fixed variable and function handling when comments are in the same line
  • implemented intelliprompt list for variable declarations.

1.3.0 – 21-May-2010

  • Changed autocorrect to only correct items that are definitely ok
  • Added Functions list side panel for quick access to functions
  • Added auto indenting and outdenting for { and }
  • Added Create Local and Global variable options when right-clicking a variable that hasn’t been declared.

1.2.0 – 19-May-2010

  • Changed installer to automatically replace built-in UniSciTe, and then restore after uninstall
  • Added ability to jump directly to the line flagged as an error in Unity
  • Added new preferences window and corrected font not setting correctly

1.1.0 – 15-May-2010

  • Intelliprompt member lists now display function and property description alongside the selected item.
  • Extended the definition files to include more information
  • Added option to toggle intelliprompt member list sorting

1.0.0 – 27-Apr-2010

  • Initial release.