Hello Guest

Author Topic: 2D Toolkit 1.55 FINAL  (Read 9761 times)

unikronsoftware

  • Administrator
  • Hero Member
  • *****
  • Posts: 9709
    • View Profile
2D Toolkit 1.55 FINAL
« on: January 24, 2012, 11:36:00 pm »
  • FEATURE: Sliced sprites (9 slice)
  • Secondary character padding to change spacing on instances.
  • Bug fixes with alignment, right and center alignment now works as expected.
  • Fixes and deprecation warnings in Unity 3.5
  • Workarounds for Flash exporter
  • Text serialization in Unity 3.5 now works properly
  • Supports larger character sets
  • JavaScript 1 click install (2D Toolkit Main Menu > Set Up For JavaScript)
  • Bake scale option (recursively bakes scale for all children too)
  • Static sprite batcher works as expected with sprites scaled using Unitys Transform widget
  • Random animation wrap modes (Random Single and Random Looped, both start from a random frame in the series)
  • Custom pad amounts for sprite collection and individual sprites within the collection
  • API: Get trimmed & untrimmed bounds from sprite
  • GUIButton down and up events, also autofire event which fires every frame while the button is held down
  • API: Animation API improvements, multiple forms of Play, also override start time
  • Multiline textmesh works and aligns as expected now, each line is aligned correctly
  • API: More API improvements and helper functions
« Last Edit: January 24, 2012, 11:44:36 pm by admin »

FizzPow

  • Newbie
  • *
  • Posts: 3
    • View Profile
    • FizzPow Games
Re: 2D Toolkit 1.55 FINAL
« Reply #1 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?
« Last Edit: February 01, 2012, 12:25:01 am by FizzPow »
Michael - Follow me on Twitter
Founder of FizzPow Games
BowQuest: PandaMania! | Mummy's Treasure | Rocket Ride (Coming Soon!)

unikronsoftware

  • Administrator
  • Hero Member
  • *****
  • Posts: 9709
    • View Profile
Re: 2D Toolkit 1.55 FINAL
« Reply #2 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.