rje / unishell

Interactive C# Shell for the Unity3d editor
82 stars 7 forks source link

Initial using statements aren't always active #4

Closed rje closed 12 years ago

rje commented 12 years ago

shell should always have:

using UnityEngine; using UnityEditor; using System.Collections; using System.Collections.Generic;