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 - kartast

Pages: [1]
1
Support / PNG atlas affecting multiple sprite collections
« on: December 09, 2013, 09:17:11 am »
Hi,

I have a weird problem when I try to use PNG atlas. I want to use PNG atlas to reduce the size.
I have like 10 sprite collections, and whenever I commit each sprite collections, it seems it will affect other sprite collections, the material get all scrambled between sprite collections.

Am I doing it right? basically I just click use png and commit.. sometime it works without affecting other sprite collections, but I can never get all sprite collections with correct atlas..

2
Support / Re: Scrollable Area setup help.
« on: September 30, 2013, 02:51:31 am »
I have a tk2dcamera, and i Add tk 2d ui camera script into it. When I press play, tk2duimanager is added into the scene automatically. click also doesn't work.
How can I ensure I got it setup correctly?

3
Support / Scrollable Area setup help.
« on: September 29, 2013, 12:39:46 pm »
I am trying to get scrollable area working. I drag scrollableArea_Horizontal prefab to the scene, add some sprites as child of Contents. Set the visible length to be shorter than content length. But when I play, it wouldn't respond to my touches. I try to copy and paste from scrollable area scene example but it doesn't work either. Any setup necessary to make it scroll?

4
Support / Re: Rendering order of child sprites
« on: September 29, 2013, 12:35:29 pm »
I found the problem to this. For some reason when I drag an object to be child, the child scale become (0,0,0) and the parent z scale will be 0. Setting it to 1 will fix it. Thanks

5
Support / Re: Rendering order of child sprites
« on: September 07, 2013, 09:35:05 am »
Empty parent game object is not in random position, but the children are all in (0,0) x and y.
If I create a new child, it will render in front of others, regardless of the z position.

6
Support / Rendering order of child sprites
« on: September 07, 2013, 05:03:52 am »
Hi,

I have a group of sprites which rendered in the correct order when not group.
But when I group them under empty game object, I cannot set the order at which they are rendered. Not by z position or by render layer in 2.2 beta 1.
Can you help me with this?
I need to group them to animate the objects together

Thanks

7
Support / Docset documentation
« on: September 05, 2013, 04:43:10 am »
Does 2dToolkit have docset documentation url? besides the HTML script reference for offline browsing? I would like to use it with Dash app for mac, for easier browsing..

Pages: [1]