Skip to content

Instantly share code, notes, and snippets.

View andreslunchbox's full-sized avatar

andreslunchbox andreslunchbox

View GitHub Profile
@andreslunchbox
andreslunchbox / BobTheBuilder.cs
Created November 17, 2022 15:45 — forked from hmans/BobTheBuilder.cs
A basic pipeline for performing headless Unity builds for multiple platforms at once.
/* This needs to live in a folder named "Editor", or it won't work. Doesn't have to be named
"BobTheBuilder", though. Name it whatever you want! */
using System;
using UnityEditor;
using UnityEngine;
public class BobTheBuilder
{
/* List of scenes to include in the build */