Hello Guest

Author Topic: 2D Toolkit Menu Not Visible Unity 5.1  (Read 6392 times)

Static1991

  • 2D Toolkit
  • Newbie
  • *
  • Posts: 15
    • View Profile
2D Toolkit Menu Not Visible Unity 5.1
« on: June 11, 2015, 05:28:01 pm »
Hi,

After updating to Unity 5.1 today I can no longer access the 2D Toolkit game object creation menu.   The menu used to be inside - Game Object -> 2D Object - 2D Toolkit.

Am I missing something or is this a new bug from the new version?

Regards,

Stuart
Hyper Luminal Games

unikronsoftware

  • Administrator
  • Hero Member
  • *****
  • Posts: 9709
    • View Profile
Re: 2D Toolkit Menu Not Visible Unity 5.1
« Reply #1 on: June 12, 2015, 11:05:09 am »
Hi,

That's a bug in tk2d - it is in GameObject > Create Other > tk2d > ...
This will be fixed in the next version.

fallingbrickwork

  • 2D Toolkit
  • Newbie
  • *
  • Posts: 30
    • View Profile
    • Montague's Mount
Re: 2D Toolkit Menu Not Visible Unity 5.1
« Reply #2 on: June 15, 2015, 04:30:48 pm »
Is there a quick code fix I can do for this whilst awaiting the new version? or is the new version coming around the corner as I type  ;)

- Matt.

unikronsoftware

  • Administrator
  • Hero Member
  • *****
  • Posts: 9709
    • View Profile
Re: 2D Toolkit Menu Not Visible Unity 5.1
« Reply #3 on: June 15, 2015, 05:42:32 pm »
I'm going to try and get this released tonight, but the fix is easy enough.
tk2dMenu.cs, line 4, change to
Code: [Select]
#if UNITY_4_6 || UNITY_5_0 || UNITY_5_1  || UNITY_5_2  || UNITY_5_3  || UNITY_5_4  || UNITY_5_5  || UNITY_5_6  || UNITY_5_7  || UNITY_5_8  || UNITY_5_9 || UNITY_6_0

Static1991

  • 2D Toolkit
  • Newbie
  • *
  • Posts: 15
    • View Profile
Re: 2D Toolkit Menu Not Visible Unity 5.1
« Reply #4 on: June 18, 2015, 01:26:25 pm »
Excellent, Thanks Unikron :)

unikronsoftware

  • Administrator
  • Hero Member
  • *****
  • Posts: 9709
    • View Profile
Re: 2D Toolkit Menu Not Visible Unity 5.1
« Reply #5 on: June 18, 2015, 02:46:19 pm »
Btw, its fixed in the latest release