2D Toolkit Forum

2D Toolkit => Support => Topic started by: Static1991 on June 11, 2015, 05:28:01 pm

Title: 2D Toolkit Menu Not Visible Unity 5.1
Post by: Static1991 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
Title: Re: 2D Toolkit Menu Not Visible Unity 5.1
Post by: unikronsoftware 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.
Title: Re: 2D Toolkit Menu Not Visible Unity 5.1
Post by: fallingbrickwork 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.
Title: Re: 2D Toolkit Menu Not Visible Unity 5.1
Post by: unikronsoftware 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
Title: Re: 2D Toolkit Menu Not Visible Unity 5.1
Post by: Static1991 on June 18, 2015, 01:26:25 pm
Excellent, Thanks Unikron :)
Title: Re: 2D Toolkit Menu Not Visible Unity 5.1
Post by: unikronsoftware on June 18, 2015, 02:46:19 pm
Btw, its fixed in the latest release