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.


Topics - Mr Oliv

Pages: [1]
1
Support / Feature request: Polygon Tiled Sprite
« on: August 19, 2014, 11:34:37 pm »

Exactly. A Tiled Sprite, but that doesn't have to be a square, but instead can be drawn with a polygon tool. Just like plugins like "Shapes on a plane" or  "Polygon Tool".

The advantage of having this inside 2DTK is to be able to put the shape in a Static Sprite Batcher together with other sprites. If you don't like to build levels using tiles, being able to draw a big shape saves a ton of time. And since all required functionality more or less already exists inside 2DTK hopefully it would be a feasible feature.
 
Thanks for all your hard work on this amazing plugin
/O

2
Support / Line Spacing in Text Mesh
« on: May 04, 2014, 10:55:03 pm »

Hi!

Just a quick question... when adjusting the Line Spacing parameter on Text Meshes, I lose the pixel perfect rendering I've painstakingly set up... What does the Line Spacing value correspond to exactly? Is there any way to calculate it in relation to "pixels per meter" or similar to make sure the text ends up pixel perfect again?

Thanks

3
Support / PNG atlas
« on: January 22, 2014, 06:08:21 pm »

Hi

Just tried saving Sprite Collections as PNG's and got an unexpected result... The build became a lot smaller, but looking at Unity's Profiler, the app actually consumes way more texture memory at runtime.

Unity Atlases
Build Log: Complete Size: 104.3mb
Profiler: Texture size: 101mb

PNG Atlases
Build Log: Complete Size: 48.7mb
Profiler: Texture Size: 173mb

I exported several builds switching back and forth to make suer I did it right. What's going on???

/M

4
Support / Animate Alpha
« on: September 26, 2012, 01:22:43 am »
Hi!

I'm trying to fade in a sprite using the .color property in the tk2dSprite component, but I just can't get it to work... Making a static change works just fine, but when I use the Unity animation component nothing happens. I have the latest 2DTk version installed.

Anyone?

Thanks
Mr O 

Pages: [1]