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

Pages: [1]
1
Support / Re: Issue with latest version and Flash
« on: December 06, 2013, 05:12:32 pm »
To answer my own question, 1.92 final is building with no issues. :)

2
Support / Re: Issue with latest version and Flash
« on: December 06, 2013, 05:01:51 pm »
Thanks for the quick reply. I totally understand about dropping Flash support since Unity did. The flash exporter still shows for me in 4.3, I guess because I bought a license for it previously.

Could you tell me the last version that you'd think would be compatible with flash? It looks like you confirmed Flash was working back in March in this thread http://2dtoolkit.com/forum/index.php?topic=256.0 . Version 1.9 maybe?

3
Support / Issue with latest version and Flash
« on: December 06, 2013, 04:05:44 am »
I am having an issue when trying to build to Flash on Unity 4.31 with the lastest tk2d from the asset store.

This is the build error I get:

Code: [Select]
Assets/TK2DROOT/tk2dTileMap/Code/tk2dTileMap.cs(197,17): error CS0103: The name `BuilderUtil' does not exist in the current context

It works fine when building to PC. Thanks for the help!

4
Support / Re: Jagged Line Issue
« on: June 03, 2013, 08:10:35 pm »
Thanks I figured that might be the case. Yes it does happen a bit on the top too. I'll try to use a softer edge as you say.

5
Support / Jagged Line Issue
« on: June 02, 2013, 06:39:02 pm »
Thanks for this great product! I've been having an issue with jagged lines on a sprite. Wondering if it's possible to improve, or just inevitable because of the thinness of the line. I've tried different settings for the images in 2d toolkit without any changes.

Current settings are: Premultiplied alpha, Bilinear Uncompressed, Clamp, No Mip Maps.

I use a tk2dcamera and it happens whether pixel perfect or not. Its only a problem on the bottom side of the character, when rotated.

Thanks for any help.


6
Releases / Re: 2D Toolkit UI 1.0 Beta 5
« on: May 05, 2013, 09:02:53 pm »
Loving the UI Toolkit, already used it successfully for my ludum game. Fast and easy, thanks.

7
Releases / Re: 2D Toolkit 1.92 beta 3
« on: March 21, 2013, 06:40:20 pm »
No problems here. Windows Xp, unity 4.0.0f7 beta2 --> beta3

8
Support / Re: Camera Overrides and Unity Target Resolution
« on: March 21, 2013, 05:30:38 pm »
Thanks for the reply Unikron.

Turns out I needed to specifically add ipod4 to the quality settings in Xcode. Now the tk2d camera override is detecting the screen at 480x320.

9
Support / Camera Overrides and Unity Target Resolution
« on: March 20, 2013, 05:34:07 pm »
I'm running into some performance issues on the dreaded iphone 4. After doing some profiling I'm pretty sure its a gpu/fill rate issue. So I'm trying a few different things..

When I change the Target Resolution in the player settings to best performance it seems like the tk2dcamera overrides are still detecting the device's resolution as 960x640. Do they detect the native res no matter what the target resolution is set to?

Another idea I came up with was to use the tk2d platform options and load in lower res images that stretch specifically for the iphone 4. I haven't totally wrapped my head around the fill rate stuff though. Would that help with this issue in your opinion? Thanks!

10
Support / Re: caching 2d toolkit commands
« on: January 28, 2013, 06:41:41 am »
Thanks a lot for the quick response and good info.

11
Support / caching 2d toolkit commands
« on: January 27, 2013, 06:04:52 pm »
I've been using 2d Toolkit for a mobile game and so far everything is working great. Performance even better than I'd hoped.

One thing that I'm curious about is if it's beneficial to cache different commands in the start function instead of calling something like Play("animation") directly in update. I was reading on Unity's forum that calling strings frequently can be slow. I'm already doing this with thisTransform = this.transform for example.

Thanks!

12
Releases / Re: 2D Toolkit 1.90 beta 2
« on: January 22, 2013, 06:58:56 pm »
Awesome thanks.

13
Releases / Re: 2D Toolkit 1.90 beta 2
« on: January 21, 2013, 04:16:44 am »
Working great thanks. I'm having one problem. When I try to delete a point of a polygon collider by click holding and pressing either delete or backspace, I am taken back to the first sprite of the collection on the list. Using the newest version of unity 4 and Windows XP. Thanks.

14
Releases / Re: 2D Toolkit 1.90 beta 1
« on: January 12, 2013, 07:57:51 am »
Awesome this looks like a great update. Thanks.

Pages: [1]