So I use SVN with my projects, and part of that means not including the library in the SVN; you're supposed to let it rebuild when you download a fresh copy. However, if the library is rebuilt when you use NGUI, it removes ALL references to scripts, leading to the structures in the hierarchy having "Monobehaviour" as every component name, and no script referenced in the script line below that. Obviously going through every ui element and reattaching the scripts isn't the solution, but including the library in the SVN leads to constant conflicts and corruptions as files are moved back and forth.
Is there an easier solution I don't know about?