Hello Guest

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - shortter

Pages: [1]
1
Support / Re: Merging two tk2d games
« on: July 05, 2012, 08:18:44 pm »
You saved me, text serialization did it.  I just had to search replace all the GUID's so that they match on both projects and then importing worked!
This is clearly a Unity thing and not tk2d.
Are you going to Unite Amsterdam?

2
Support / Re: Merging two tk2d games
« on: June 29, 2012, 09:19:00 pm »
Both projects were developed separately and although I could get the tk2d to be the same version on both, the GUID's are different.
I tried a binary search replace but it seems to corrupt the project. Will I have to manually go through the scene and update all the script references?


3
Support / Merging two tk2d games
« on: June 28, 2012, 04:17:32 pm »
I'm having trouble merging several games into one unity 3.5.2 project. I have 3 games that use tk2d and I export them into packages. Next step I import them into a new project. Every time a new package is imported, it severs the connections between the previous game's objects to the tk2d scripts. So although the path remains the same, the links are broken and I am left with non functional "pink" games.
It's really Important that I can automate this. In the future we plan on having many unity games and I need to get a smooth and quick process.
This looks like a namespace conflict, Any suggestions?

Pages: [1]