Search Unity

"No Sprite Editor Window Registered," Yet I have the 2D Sprite Package.

Discussion in 'Package Manager' started by Holleringo, Apr 1, 2020.

  1. Holleringo

    Holleringo

    Joined:
    Jan 4, 2020
    Posts:
    3
    I've done some looking and I see this is a common issue, but it always seems to be caused by something different. I've figured out that by going to Users/[myname]/appdata/local/unity/cache/packages/packages.unity.com , the 2D sprite package is not there. Where can I get it directly? Or how do I fix this?
     
  2. maximeb_unity

    maximeb_unity

    Unity Technologies

    Joined:
    Mar 20, 2018
    Posts:
    549
    Hi @Holleringo,

    The *com.unity.2d.sprite* package is a built-in package available directly inside the Editor installation directory. You don't need to move it or copy it from there. Normally all you need to do is to add it to your project though the Packages window (where it is named *2D Sprite*).

    However if that doesn't work (since your post subject says you already do have it), please check if there might be errors in your project that prevent loading the package code, such as compilation errors. If you can't find anything or need additional help, I suggest you open a bug report by using "Help > Report a bug" in the Editor, so we can more easily diagnose and reproduce your issue. Thanks!
     
  3. wechat_os_Qy06wFuUaeGLAU16DZXxUy-EI

    wechat_os_Qy06wFuUaeGLAU16DZXxUy-EI

    Joined:
    Apr 9, 2020
    Posts:
    1
    Have you solved it? I have a similar problem