AdvancedPlayerController icon indicating copy to clipboard operation
AdvancedPlayerController copied to clipboard

Auto Build Unity Package File

Open sakshaat opened this issue 8 years ago • 1 comments

I think it might be beneficial to auto-build a Unity Package in order to easily import this package into other projects.

NOTE: We also have to make sure that all of our scene specific prefabs and other things are not included in the packages.

sakshaat avatar Nov 15 '17 05:11 sakshaat

This may be helpful: screen shot 2017-11-19 at 3 04 12 pm

We could probably use this with a pre-push hook in git to make sure a new Package File is built every time we push a new version.

src: https://docs.unity3d.com/412/Documentation/Manual/CommandLineArguments.html

Helpful: https://forum.unity.com/threads/exportpackage-command-line-in-unity-3-5-7.210480/

sakshaat avatar Nov 19 '17 20:11 sakshaat