UNITY3D BUILD PIPELINE - How to setup scripts to build Unity3D projects?

Unity3d build pipeline is a very handy UnityEditor.BuildPipeline class that provides you with access to build your Unity3d game to any platforms available through Build Settings.

With the Unity3d build pipeline you can actually expose methods to external scripts to automate the build process from any type of script, this can also be used in conjunction with continuous integration to automate the Unity Build process upon successful code check ins from source control.

The project demonstrated in this video can be downloaded or cloned from:

https://github.com/dilmerv/UnityBuildPipelines

2 Likes

Hi all !

I added a second video where I talk about building Asset Bundles.

Thanks

Again, you should really change Unity3D in the title (videos and thread).

2 Likes

You have a typo visible even in the video’s thumbnail

Thank’s a lot! It’s helped me!

Thanks for the videos Dilmer. They are a great starting point to automating the build process.