Hi,
I'm using NGUI with a project that is also using version control. However I have a problem when I follow the update procedure from the documentation (new scene, delete NGUI, extract new version from unity package). When I open the original scene after updating NGUI this way, all NGUI script reference at the various components can no longer be found and I have to drag and drop the NGUI script files at the script location.
Does anyone have an idea why this is happening? Could this be because with version control enabled references are stored using the guids (which are also stored in the .meta files) and after updating NGUI the NGUI files got assigned new guids (since the files first got deleted)? Is there a solution?
Since my current scene uses a ton of NGUI files, dragging and dropping was no longer an option. I solved it by restoring the older version (3.0.2) from a backup and just importing the new version (3.0.3e) over the old version (and then delete UIInputValidator.cs), which replaces the .cs files but keeps the assign guid.
Regards,
Josha