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

Pages: [1]
1
Support / Re: How can use Assetbundle?
« on: June 18, 2013, 07:20:28 am »
I just sent the mail (support@unikronsoftware.com)
Please check ans reply.  :)

2
Support / Re: How can use Assetbundle?
« on: June 17, 2013, 05:25:16 pm »
ok.
I will send you an example tomorrow.  :)


3
Support / Re: How can use Assetbundle?
« on: June 17, 2013, 05:09:29 pm »
no. not "-".
I know that.

i mean, another collection name.

for example
I made SpriteCollection 'a' before.
and I load assetbundle, this Collection's name is 'b'.

when I play sprite, i think the sprite's collection name is 'b'!
but showing 'a' or another name (another collection names)

4
Support / Re: How can use Assetbundle?
« on: June 17, 2013, 04:42:29 pm »
thank for reply.

I mean, the name is tk2dSpriteCollectionData's SpriteCollection name in assetbundle.

for example...

I put the tk2dSpriteCollectionData to the assetbundle.
this tk2dSpriteCollctionData's SpriteCollection name is 'enemy_01'.

and I load the assetbundle, play sprite.
I think, this sprite's collection name is 'enemy_01'.
but this collection name is another name!

did I do something wrong...?

I'm bad at english. but please understand me.  :)

5
Support / Re: How can use Assetbundle?
« on: June 17, 2013, 12:54:21 pm »
thanks.

now it works very well.
but i still wonder why Anim Lib (tk2dSpriteAnimator) is different from original name in assetbundles.

current Anim Lib name is another thing. (another tk2dSpriteAnimation's name)

do i ignore it?  :'(

6
Support / Re: How can use Assetbundle?
« on: June 17, 2013, 12:07:12 pm »
ok. i'll wait, thx  :D

7
Support / Re: How can use Assetbundle?
« on: June 17, 2013, 12:00:05 pm »
using 2D Toolkit Version 2 final

8
Support / How can use Assetbundle?
« on: June 17, 2013, 11:53:38 am »
hi
i want to use assetbundle of 2dtoolkit.
how can i do?

i already put the "tk2dSpriteCollectionData" component to the assetbundle, and load.

 BuildPipeline.BuildAssetBundle(Selection.activeObject, Selection.objects, path,
            BuildAssetBundleOptions.CompleteAssets | BuildAssetBundleOptions.CollectDependencies);

but, i don't know how to use this object in assetbundle.

whenever i use a sprite, it worked well.
but, when i try to open the tk2dSprite component,  unity to give me a message.
"Unable to find sprite collection. this is a serious problem."
and the process box too. (Rebuilding Index/ Scanning project folder)

help me plz. T_T

Pages: [1]