Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.
Dismiss Notice
Join us now in the Performance Profiling Dev Blitz Day 2023 - Q&A forum where you can connect with our teams behind the Memory and CPU Profilers and the Frame Debugger.

Resolved Clear Assets folder from packages

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

  1. Jes28

    Jes28

    Joined:
    Sep 3, 2012
    Posts:
    989
    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:
    30
    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.