Skip to content

Instantly share code, notes, and snippets.

View Felina-Lain's full-sized avatar

Felina Felina-Lain

View GitHub Profile
@Felina-Lain
Felina-Lain / ExportPackage.cs
Created February 28, 2020 12:03 — forked from IJEMIN/ExportPackage.cs
Unity Export Package with Tag and Layers and Input Settings
// 단순 유니티 패키지 제작용 스크립트
using UnityEngine;
using System.Collections;
using UnityEditor;
public static class ExportPackage {