com.unity.immediate-window icon indicating copy to clipboard operation
com.unity.immediate-window copied to clipboard

The Immediate Window provides a way to rapidly edit and debug code. It is not a full development environment, instead it is to be used for API discovery and rapid prototyping.

Results 3 com.unity.immediate-window issues
Sort by recently updated
recently updated
newest added

"using UnityScript.Scripting;" line removed

I just upgraded to Unity 2020.1.0f1, and unfortunately it broke this package (version 1.1.0-preview.3) with the following error message: ``` [CompilerError] The type or namespace name 'UnityScript' could not be...

I am try to implement this feature https://github.com/JetBrains/resharper-unity/issues/1333 The idea is to write code in Rider, pass it to Rider package and use your ImmediateWindow package to evaluate the result...