2D Toolkit Forum

2D Toolkit => Support => Topic started by: Dipso on February 26, 2015, 09:37:26 am

Title: Linked Collection only generates one platform data
Post by: Dipso on February 26, 2015, 09:37:26 am
Hi

I created a Sprite Collection which has two platforms, "2x" and "1x".
I also added one Linked Collection (to be used as a normal map).
When I Commit then it only generates one set of data in the "Linked" folder, for the "1x" platform.

All the "2x" source graphics are in a folder (e.g. "TestSprites"), and all the "1x" source graphics are in a sub folder (e.g. "TestSprites\1x").

I am using "2D Toolkit 2.5 beta 2".

Is there something I missed to be able to generate both platform "Linked" data?


Title: Re: Linked Collection only generates one platform data
Post by: unikronsoftware on February 27, 2015, 12:30:20 am
Can you post a repro case to support, please
Title: Re: Linked Collection only generates one platform data
Post by: Dipso on February 27, 2015, 09:01:56 am
Attached is a repro case.
The Sprite Collection is in the folder "TestSprites".

It was created with Unity 4.6.1.

Title: Re: Linked Collection only generates one platform data
Post by: Dipso on March 10, 2015, 12:36:37 pm
@unikronsoftware

Hi
Have you had time to look at the repro case?

Title: Re: Linked Collection only generates one platform data
Post by: unikronsoftware on March 12, 2015, 11:05:21 am
Hi,

Sorry for the late reply I'd looked at it but totally forgot to reply.
There is an issue with adding things in a particular order. However it is pretty straightforward to fix. Once you've added your platforms, delete the linked collections in the eidtor, delete the linked collections in the project and then re-add them. They should get added properly then.
Title: Re: Linked Collection only generates one platform data
Post by: Dipso on March 12, 2015, 12:39:24 pm
It worked.
Thanks  :)