/UnityPacker

Export Unity package :package:

Primary LanguageC#MIT LicenseMIT

UnityPacker

Export Unity package 📦

Install

Import UnityPacker.unitypackage.

Define Package

Create YourPackageName.pack file.

UnityPacker.pack

Assets/UnityPacker/Editor/UnityPacker.cs
Assets/UnityPacker/Editor/UnityPacker.pack
Assets/Plugins/iOS/UnityPacker

NOTE 📝

  • The paths are relative paths from the project root.
  • The paths can be either files or directories.
  • The paths can not be patterns. (i.e. * will not behave like a wildcard)

Export Packages

UnityEditor Menu > Tools > Packer > Export Packages (Cmd + E)

Export Sources

UnityEditor Menu > Tools > Packer > Export Sources (Cmd + Shift + E)