Search Unity

Remove Asset Package

Discussion in 'Package Manager' started by LamiaZlogonje, Sep 21, 2018.

  1. LamiaZlogonje

    LamiaZlogonje

    Joined:
    May 14, 2018
    Posts:
    2
    How do I delete an asset package like book of the dead, out of my project since I'm not using any of the items from that package? But need to continue with the project as is.
     
  2. okcompute_unity

    okcompute_unity

    Unity Technologies

    Joined:
    Jan 16, 2017
    Posts:
    756
    Hi @LamiaZlogonje ,

    As far as I know, there is no way. This is one problem the new Package Manager is trying to solve.

    You need to search in the project and do the clean-up manually.

    Sorry,

    Pascal
     
  3. LaneFox

    LaneFox

    Joined:
    Jun 29, 2011
    Posts:
    7,519
    Since you can't really control where external assets get imported in your Assets folder it's best to separate your own stuff into folders like /Assets/MyProjectName/*Materials*Textures*Models*etc.. so that it is easier to identify and clean out 3rd party content from the project.
     
    gigamochi likes this.
  4. FaisalNaseer2k4

    FaisalNaseer2k4

    Joined:
    Aug 22, 2019
    Posts:
    8
    I have tried to remove the AudienceNetwork Package from the assets but when ever my project builds it comes up with the error of missing assemblies.. I have removed it from the compilation assemblies but unable to remove it properly
     
  5. Leshiy25RUS

    Leshiy25RUS

    Joined:
    Aug 25, 2021
    Posts:
    1
    Could you explain, how did you deleted from the compilation assemblies? I have the same errors. Just imported the asset and got this. I don't know what to do to fix those errors..