Search Unity

Resolved Clear Assets folder from packages

Discussion in 'Authoring Dev Blitz Day 2023' started by JesOb, Jan 26, 2023.

  1. JesOb

    JesOb

    Joined:
    Sep 3, 2012
    Posts:
    1,109
    Today assets folder of any project heavily trashed with various packages from store.

    Is there any plans to restrict asset store packages to be places into Assets root folder and instead force them into something like Assets/Packages/ ?
     
  2. ThomasLopez

    ThomasLopez

    Unity Technologies

    Joined:
    Jun 8, 2020
    Posts:
    159
    Hi @Jes28 !
    There is currently no plan I'm aware of to do that.

    If the devs are creating a unity package (such as com.unity.splines) then all the code and package resources will be placed in the MyProject/Packages folder but some of the assets will have to live in the Assets folder.

    Regarding the assets from the store, the .unitypackage assets are directly imported in the Assets folder indeed, and that would be the person's responsability to organize it in his/her folder depending on the project organization :)

    Hope that helps.