2D Toolkit Forum

2D Toolkit => Support => Topic started by: NMD on January 29, 2013, 06:00:19 pm

Title: Upgrade from 1.8 to 1.9
Post by: NMD on January 29, 2013, 06:00:19 pm
Hello,

Two weeks ago a project was dumped on my desk and I was asked to optimize it. So naturally the first thing I did was start switching everything over to tk2d sprites. ;-).

At the time I installed 1.8. So far I've only created some collections and modified a bunch of prefabs to use them. Also implemented an object manager which copies the prefab sprite ID's(and some script info) into preallocated prefabs.

My question is, how do I upgrade this project to 1.9 and will it break anything?

Thanks!
Title: Re: Upgrade from 1.8 to 1.9
Post by: unikronsoftware on January 29, 2013, 08:08:36 pm
Hi,

You can upgrade to 1.9 directly on the Asset Store. Or you could get it from the forum here and Import Package over your current project.

It shouldn't break anything, I generally actively test upgrades from 2 prior versions and I do code with backwards compatibility as a priority, but as a precaution, its always wise to backup your project before upgrading :)

Title: Re: Upgrade from 1.8 to 1.9
Post by: NMD on January 29, 2013, 10:21:28 pm
Hey, Thanks so much for the reply.