Search Issue Tracker
By Design
Votes
0
Found in
2017.1.0b3
Issue ID
907094
Regression
Yes
Asset store package "2D Toolkit" hierarchy menu no longer showing
Asset store package "2D Toolkit" hierarchy menu no longer showing
1. Create a new 2D project
2. Open Asset Store
3. Download "2D Toolkit" by Unikron Software Ltd
4. Once downloaded, right-click at Hierarchy > 2D Object
Expected result: Sprite/Sprite Mask/tk2d
Observed result: Sprite/Sprite Mask
Occurring on: 2017.1.0a1 onwards until 2017.1.0b3 (current latest)
Not occurring: 5.6.0f3s2, 5.5.3f1
Screenshots attached in comments to show what it looks like.
I have emailed Unikron Software about this, in case it's something on their end that they should fix.
Comments (1)
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- "Assertion failed on expression" errors appear when selecting specific Tile Palette GameObjects
- “CommandBuffer: built-in render texture type 3 not found while executing” warning is displayed in URP project
- Player build logs a "material with shader doesn't have a '_MainTex' property" error when instantiating a specific amount of specific prefabs
- The LayerMask parameter is ignored when using Physics2D.GetRayIntersection method
- The Tilemap GameObject causes other Tilemap GameObjects to become invisible when its “Mask Interaction” is set to “Visible Inside Mask”
unikronsoftware
May 24, 2017 21:43
Found the issue with this, was missing the UNITY_2017 define (expected UNITY_6_0).
MenuItem("GameObject/Create Other/tk2d/Thing") stopped working in Unity 4.6
Will post a tk2d update today with this fix