As you build your game, Unity stores a lot of metadata about your assets, such as import settings and links to other assets, among other information. If you want to transfer your assets into a different project and preserve all this information, you can export your assets into one of these containers:
.unitypackage
extension. Asset packages are a handy way of sharing and re-using Unity projects and collections of assets. More info