Search Issue Tracker
Fixed in 2017.2.X
Votes
0
Found in
2017.2.0b1
Issue ID
923225
Regression
No
[2D] Tilemap Palette asset can be dragged into Tilemap Palette Window
Tilemap Palette asset can be dragged into Tilemap Palette Window. Dragging a Tilemap Palette asset into the window 3+ times will generate various errors. Repeated dragging can lead to the Editor locking up.
STEPS TO REPRO:
1. open the Tilemap Palette Window
2. create a new Tilemap in the hierarchy
3. create a new Tilemap Palette
4. drag the Palette asset into the Tile Palette Window
Result: The user is able to drag the Palette asset into the Palette Window. Doing so repeatedly (3+) can cause various errors (see below) and doing so excessively (15+) can cause the editor to lock up.
Expected: The user should not be able to drag the Palette asset into the Palette Window because it is not a Tile, Sprite, or Sprite Texture.
=======
Matrix stack full depth reached
UnityEngine.GUIUtility:ProcessEvent(Int32, IntPtr)
=======
IndexOutOfRangeException: Array index is out of range.
UnityEditorInternal.GridEditorUtility.GenerateCachedGridMesh (UnityEngine.GridLayout gridLayout, Color color, Single screenPixelSize, RectInt bounds) (at C:/buildslave/unity/build/Editor/Mono/Grid/GridEditorUtility.cs:310)
UnityEditor.GridPaintPaletteClipboard.RenderGrid () (at C:/buildslave/unity/build/Modules/TilemapEditor/Editor/Managed/Grid/GridPaintPaletteClipboard.cs:578)
UnityEditor.GridPaintPaletteClipboard.Render () (at C:/buildslave/unity/build/Modules/TilemapEditor/Editor/Managed/Grid/GridPaintPaletteClipboard.cs:535)
UnityEditor.GridPaintPaletteClipboard.OnGUI () (at C:/buildslave/unity/build/Modules/TilemapEditor/Editor/Managed/Grid/GridPaintPaletteClipboard.cs:377)
UnityEditor.GridPaintPaletteWindow.OnClipboardGUI (Rect position) (at C:/buildslave/unity/build/Modules/TilemapEditor/Editor/Managed/Grid/GridPaintPaletteWindow.cs:819)
UnityEditor.GridPaintPaletteWindow.OnGUI () (at C:/buildslave/unity/build/Modules/TilemapEditor/Editor/Managed/Grid/GridPaintPaletteWindow.cs:230)
System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) (at /Users/builduser/buildslave/mono/build/mcs/class/corlib/System.Reflection/MonoMethod.cs:222)
Rethrow as TargetInvocationException: Exception has been thrown by the target of an invocation.
System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) (at /Users/builduser/buildslave/mono/build/mcs/class/corlib/System.Reflection/MonoMethod.cs:232)
System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) (at /Users/builduser/buildslave/mono/build/mcs/class/corlib/System.Reflection/MethodBase.cs:115)
UnityEditor.HostView.Invoke (System.String methodName, System.Object obj) (at C:/buildslave/unity/build/Editor/Mono/HostView.cs:283)
UnityEditor.HostView.Invoke (System.String methodName) (at C:/buildslave/unity/build/Editor/Mono/HostView.cs:276)
UnityEditor.HostView.InvokeOnGUI (Rect onGUIPosition) (at C:/buildslave/unity/build/Editor/Mono/HostView.cs:243)
=======
Matrix stack full depth reached
UnityEngine.GL:PushMatrix()
UnityEditorInternal.GridEditorUtility:DrawGridGizmo(GridLayout, Transform, Color, Mesh&, Material&) (at C:/buildslave/unity/build/Editor/Mono/Grid/GridEditorUtility.cs:246)
UnityEngine.GUIUtility:ProcessEvent(Int32, IntPtr)
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- UI Overlay Image gets darker on each Camera when multiple Cameras are used
- Assertion failed on expression: 'scriptedImporterClass == SCRIPTING_NULL error when opening the standalone profiler window
- Disabled assets in Import Unity Package window aren't tracked but count as being selected by user
- [Windows] Crash on GetManagerFromContext when video is playing and creating High Definition 3D Projects after FMOD failed to switch back to normal output Error appeared
- GC Alloc produced when adding items to MultiColumnListView with Auto Assign Binding
Add comment