Skip to content

AgeOfLearning/upackage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

upackage

pypi travis

About

upackage is a python module for generating *.unitypackage from source assets without unity.

Install

pip install upackage

How to use

Given the following setup:

some/path/to/my/content/
some/path/to/my/content/code.dll
some/path/to/my/content/object.prefab
some/path/to/my/content/code.dll.mbd

The command will generate a package that installs the content of "some/path/to/my/content/" into "Assets/content/". It uses the last folder name in the path as the containing folder for the assets.

UPackage.preprocess_assets("some/path/to/my/content")
UPackage.generate_package("some/path/to/my/content", "output.unitypackage")

Command Line Access

The tool also supports CLI access:

upackage some/path/to/my/content output.unitypackage

MetaFiles

*.meta files will be generated if they do not exist for files & folders.

About

upackage is a python module to create Unity packages without Unity.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages