Hello Guest

Author Topic: tk2d does not appear in in the Hierarchy Window  (Read 3484 times)

pako

  • 2D Toolkit
  • Newbie
  • *
  • Posts: 17
    • View Profile
tk2d does not appear in in the Hierarchy Window
« on: December 30, 2015, 11:29:14 am »
This is probably related with an upgrade to Unity 4.7.

There is no tk2d submenu under the 2D Object submenu, after clicking Clicking the Create button in the in the Hierarchy Window.

Is there a quick fix for this?


UPDATE: Fixed it by adding UNITY_4_7 || at the beginning of the #if condition, in tk2dMenu.cs line 4.
« Last Edit: December 30, 2015, 11:36:59 am by pako »

unikronsoftware

  • Administrator
  • Hero Member
  • *****
  • Posts: 9709
    • View Profile
Re: tk2d does not appear in in the Hierarchy Window
« Reply #1 on: December 31, 2015, 01:34:29 pm »
That should be fixed in the latest release, but yes thats all thats needed.