• Stars
    star
    201
  • Rank 194,491 (Top 4 %)
  • Language
    Python
  • License
    MIT License
  • Created almost 12 years ago
  • Updated 7 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Simple script to extract the contents of a UnityPackage into a readable file/folder structure.

UnityPackage Extractor

Extracts files/folders from a .unitypackage file, reading the 'pathname' files it contains to build a "readable" file/folder structure which all the files will be extracted and renamed to match.

Usage

extractunitypackage.py input_file [output_path]

input_file should be a .unitypackage file. The part of the filename before the extension will be used as the name of the directory that the packages contents will be extracted to.

output_path is an optional path where the package's files will be extracted to. If omitted, the current working directory is used. If specified, the path should already exist.

Disclaimer

This is a pretty bare-bones script which does a very, very minimal amount of error checking. I take no responsibility if you lose files, your computer blows up, etc, as a result of using this script.

More Repositories

1

AppleWirelessKeyboard

Based on the original AppleWirelessKeyboard helper utility (http://uxsoft.cz/projects/applewirelesskeyboard/), this includes some small changes that allow it to be better used with an Apple wired keyboard.
C#
130
star
2

clj-htmltopdf

Simple Clojure wrapper for Open HTML to PDF
Clojure
46
star
3

Llanfair

Java speedrun timer. Fork of the official version at http://jenmaarai.com/llanfair/
Java
33
star
4

libdgl

A "retro" C game development library, developed with Watcom C targeting MS-DOS and VGA Mode 13h.
C
22
star
5

ack3d

Fixed up DOS version of Lary Myer's ACK-3D engine (1995) and some demo projects.
C
19
star
6

clj-hl7-fhir

Clojure
12
star
7

fte

FTE: The Folding Text Editor (fork for DOS / DOS4GW)
C++
11
star
8

fruit-popper

MS-DOS game where you battle your opponent to see who can pop the most fruit in the time available!
Pascal
7
star
9

clj-figlet

A Clojure library to generate text banners in an 'ASCII Art' style using FIGlet fonts
Clojure
7
star
10

gc-ascii-keyboard

Example for reading key presses from a Gamecube ASCII Keyboard Controller with devkitPPC and libogc
C
7
star
11

clj-metasearch

Helper functions for searching through Clojure namespaces for Vars containing specific bits of metadata.
Clojure
6
star
12

gwen-dotnet

Fork of gwen-dotnet (a .NET port of GWEN) which allows building as a PCL.
C#
5
star
13

chocolate-doom-wii

Port of Chocolate Doom to the Wii
C
5
star
14

electroncljs

Leiningen template for creating Electron apps with ClojureScript
Clojure
4
star
15

webtools.reagent

Various helper functions and other things specifically for use in ClojureScript/Reagent applications.
Clojure
3
star
16

clj-pebble

Clojure wrapper for the Pebble Java templating engine.
Clojure
3
star
17

TrueTypeSharp

A fork of the original TrueTypeSharp by Illusory Studios LLC. Contains small changes to allow building as a Portable Class Library.
C#
3
star
18

yawt

Yet Another Web Template -- An opinionated Leiningen template for Clojure web apps.
Clojure
2
star
19

views.reagent

Reagent plugin for the views library, providing real-time component updates to server-side changes to data.
Clojure
2
star
20

psoserv_fuzziqer_docker

Dockerfile and related scripts for running the Fuzziqer Software "newserv" Phantasy Star Online (PSO) server software.
Dockerfile
2
star
21

Blarg.GameFramework

C# port of my C++ gamedev framework stuff.
C#
2
star
22

gdx-toolbox

Java
2
star
23

MyGameFramework

Current version of my base framework sources, assets and build scripts which I use in various game projects.
C
2
star
24

mtgcoll

Clojure
2
star
25

clj-jtwig

Twig templating in Clojure. A wrapper for Jtwig (http://jtwig.org/)
Clojure
2
star
26

tiles3-basic-example

Very basic working example 3D tile top-down realtime action "game".
Java
2
star
27

Md2ToMesh

CLI conversion tool which simply converts MD2 models to my own custom .mesh format
C++
1
star
28

Ms3dToMesh

C++
1
star
29

MeshConverter

Model format converter to my own custom .MESH format
C++
1
star
30

MonsterDefense

Unfinished game project of mine from 2011/2012.
C++
1
star
31

AssimpToMesh

CLI conversion tool using Assimp to parse input files and spits out my own custom .mesh format
C++
1
star
32

SoftwareRasterizer

2D/3D graphics software rasterizer toy project for funsies.
C
1
star
33

PortableGL

C# Portable Class Library OpenGL bindings with backends to various platform implementations.
C#
1
star
34

clj-image2ascii

Tools for turning images into ASCII equivalents.
Java
1
star