Skip to content

Instantly share code, notes, and snippets.

View BenVella's full-sized avatar

Bennet Vella BenVella

  • Malta
  • 21:30 (UTC +02:00)
View GitHub Profile
@BenVella
BenVella / SceneAutoLoader.cs
Last active February 23, 2024 22:46 — forked from pdcp1/SceneAutoLoader.cs
SceneAutoLoader with additive loading
using System;
using UnityEditor;
using UnityEditor.SceneManagement;
using UnityEngine;
using UnityEngine.SceneManagement;
namespace Editor
{
/// <summary>
/// Scene auto loader.