The project I'm working on is entrenched with javascript, so to make NGUI work with it I've been doing the
workaround of moving the Interaction, Internal, Tweening, and UI folders to be in the Plugins folder so they compile in the right order. After upgrading to 3.0.6rc from 3.0.5 though I'm now getting the following:
Assets/Plugins/NGUI/Internal/NGUITools.cs(358,34): error CS0117: `UnityEditor.Undo' does not contain a definition for `RecordObject'
Any idea what to do?
(I deleted all NGUI scripts/folders and imported the package, as stated in the instructions)