Tasharen Entertainment Forum

Support => NGUI 3 Support => Topic started by: vexir on May 21, 2014, 05:05:45 PM

Title: Upgrading NGUI From Git
Post by: vexir on May 21, 2014, 05:05:45 PM
Hey there,

I've been upgrading NGUI in my projects by opening up a sample scene from the project that you have in GitHub and exporting a package from there, deleting the old NGUI, and importing the package I just made.

Is there a better process to upgrade NGUI, or is that how we need to be doing it? Your readme says upgrade by just pulling latest from the repo, but that would only work if I had the NGUI repo submoduled into my own.
Title: Re: Upgrading NGUI From Git
Post by: ArenMook on May 21, 2014, 05:18:08 PM
Straight-up copy. The project in git has visible metadata files, so it's safe to copy the entire Assets/NGUI folder (or its parts) into another project without having to include the Library folder.
Title: Re: Upgrading NGUI From Git
Post by: vexir on May 21, 2014, 05:42:16 PM
Fantastic. Thanks!