How to include "Localization" of "package manager" in .unityPackage?

I’ve created a sample app to provide to my clients.
Since the customer wants the source code also with the product, I have to provide “.unitypackage”.
Afterexporting it as “.unitypackage”, I made an empty project and tested it, and found that the “Localization” package included during development was missing.
Of course, you can add it through “Package Manager”, but I want to make it a little easier for customers, so I would like the “Localization” package to be included in the “.unitypackage” I made.
What should I do?

Does checking the ‘include dependencies’ box when exporting help?

Try distributing it as a package instead. You can then add dependencies on other packages.

1 Like