2D Toolkit Forum

2D Toolkit => Releases => Topic started by: unikronsoftware on January 24, 2012, 11:36:00 pm

Title: 2D Toolkit 1.55 FINAL
Post by: unikronsoftware on January 24, 2012, 11:36:00 pm
Title: Re: 2D Toolkit 1.55 FINAL
Post by: FizzPow on February 01, 2012, 12:22:25 am
Can you explain:

Quote
Bake scale option (recursively bakes scale for all children too)

in more detail? I tried playing with this and didn't see that it was doing anything to itself or it's children when I clicked the button.  Using 3.4.2f3.

Edit: Also, is there a list of the new API methods even if undocumented still?
Title: Re: 2D Toolkit 1.55 FINAL
Post by: unikronsoftware on February 01, 2012, 01:20:24 am
The bake scale option transfers transform.scale (using the unity transform widget) to sprite.scale, and sets transform.scale to this 1,1,1. This lets you conveniently use the built in scale widget, and click bake scale once at the end to get dynamic batching working again.

The Api stuff should be done this weekend. There isn't a list, we're simply documenting the relevant ones using XML comments, and creating doxygen docs.

The docs for the new features will probably take a while longer, screenshots always take ages to do.