Search Unity

Bug Sprite can not be put into any Sprite Fields

Discussion in '2D' started by BoredVoid, Apr 22, 2023.

  1. BoredVoid

    BoredVoid

    Joined:
    Feb 29, 2020
    Posts:
    12
    I have 2 Sprites with the exact same settings. The only thing varying is the size, one is 8x8 and the other 32x32. The 8x8 one can't be dragged into any Sprite fields nor can it be found by the sprite search when one clicks on the field. (When i try to drag it into the field it shows this red circle icon with a line)
    Does anyone have any idea on how to fix it?
    upload_2023-4-22_19-39-34.png
    upload_2023-4-22_19-40-1.png
     
  2. karderos

    karderos

    Joined:
    Mar 28, 2023
    Posts:
    376
    theres a difference between sprite and texture, maybe your texture hasnt generated a sprite asset or you are dragging the wrong thing
     
  3. BoredVoid

    BoredVoid

    Joined:
    Feb 29, 2020
    Posts:
    12
    I found a fix. I have to go into the sprite editor for each of them and manually slice them (to the same size of the image)
     
  4. karliss_coldwild

    karliss_coldwild

    Joined:
    Oct 1, 2020
    Posts:
    602
    If your image contains only single sprite, change the "Sprite mode" from "Multiple" to "Single". That way you won't have to manually slice them in sprite editor. "Multiple" mode is for cases where single image contains multiple sprites, and such situations manual slicing is required.