microsoft / gdk-unity-package

The Unity package for PC GDK developers.
Other
51 stars 18 forks source link

feat: Allow scripts to call build logic to enable custom build pipelines #48

Closed payzer closed 3 years ago

payzer commented 3 years ago

This change addresses issue #47 to make build automation friendlier. Two methods are exposed:

  1. GdkBuild.PreBuild(string pcStandaloneBuildPath)
  2. GdkBuild.PostBuild(string pcStandaloneBuildPath, string gdkBuildOutputFolderPath, bool createPackageForStoreUpload)

Automation can call these static methods before and after building for PC Standalone.