Search Unity

Unable to load custom packages.

Discussion in 'Package Manager' started by LediiSarepta, Jul 24, 2019.

  1. LediiSarepta

    LediiSarepta

    Joined:
    Jun 29, 2017
    Posts:
    14
    Hey. I have some trouble with getting custom packages to load.
    My editor seems to think they are plugins for some reason.
    Is there something important I have to do to make it become recognizable as a package?

    upload_2019-7-24_11-36-39.png
     
  2. LediiSarepta

    LediiSarepta

    Joined:
    Jun 29, 2017
    Posts:
    14
    Further information about what happened... Importing from a local path and git repo both fails.
    It will show up in the package manager. But the folder in the project view will not be visible til after a Unity restart.
    And assembly definitions will not show any information in the Inspector. Indicating some import error.
     
  3. maximeb_unity

    maximeb_unity

    Unity Technologies

    Joined:
    Mar 20, 2018
    Posts:
    556
    Hi @LediiSarepta

    That's strange, but I suspect this is because your package name ends with ".framework", which may cause your package to be incorrectly interpreted as a native plugin (.framework is a native plugin file extension). A simple workaround would be to change "framework" to something else, but if you don't mind, could you please open a bug report by using Help > Report a Bug... in Unity?