Modifying a package

What is the official way to modify a package? It doesn’t seem obvious to me.

1 Like

Bump.

I can’t believe that I am the only person wondering this? Is this not a super obvious feature?

copy it to the Packages folder in the project (it’s called an embedded package)

1 Like

Do you mean the Assets folder? They’re already in the Packages folder (obviously).

no they are linked to it via the AssetDatabase. they are physically in the Library folder (if you open Packages/ in the finder, you will see there is only the manifest there)

Yes, currently the way to develop a package is to copy/move it to your project’s Packages folder.

6 Likes

Is it possible/advisable to import a package into the Assets folder?

1 Like

Hi @_Daniel ,

No, you should never import a package in Assets unless you don’t want it to be treated like a package.

2 Likes

Thanks for this!