Author Topic: Upgrading NGUI From Git  (Read 5079 times)

vexir

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 1
  • Posts: 47
    • View Profile
Upgrading NGUI From Git
« 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.

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: Upgrading NGUI From Git
« Reply #1 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.

vexir

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 1
  • Posts: 47
    • View Profile
Re: Upgrading NGUI From Git
« Reply #2 on: May 21, 2014, 05:42:16 PM »
Fantastic. Thanks!