Dragging multiple Sprite Assets in the Hierarchy only offers to create an Animation and not separate GameObjects
Unity: 2D
As Designed
6.1.X
6.0.X
2022.3.X
2021.3.X
Multiple Sprites can be created if the Alt/Option is held while doing the drag and drop.
How to reproduce:
1. Create a new 2D Unity Project
2. In the Project window, create at least two Sprite Assets (right-click -> Create -> 2D -> Sprites)
3. Select the created Sprite Assets and drag them to the Hierarchy
4. Observe the pop-up window
Expected results: Unity offers to create either an Animation or GameObjects
Actual results: Unity offers to create only an Animation