GithubHelp home page GithubHelp logo

minagoroshi / unitypkgextractor Goto Github PK

View Code? Open in Web Editor NEW
2.0 1.0 0.0 10 KB

Blazing fast unity package extractor written in Go.

License: MIT License

Go 100.00%
go golang golang-application unity unity3d

unitypkgextractor's Introduction

Unity Package Extractor

This is a command-line tool for extracting files from Unity package files (.unitypackage).

This took took inspiration from https://github.com/Cobertos/unitypackage_extractor. All I did was rewrite it into Go and further optimize it. The original work deserves credit, however this implementation is unquestionably faster.

TODO

  • Add a GUI using either Fyne, Wails, or Gio

Requirements

  • Go 1.16 or later
  • Tar (command-line utility)

Installation

From releases

Navigate to the releases, and download our latest pre-built executable file for your operating system.

From source

To install Unity Package Extractor, please follow these steps:

Clone the repository to your local machine using the following command:

git clone https://github.com/Minagoroshi/unitypkgextractor.git

Navigate to the project directory:

cd unitypkgextractor

Build the project by running the following command:

go build .

You can now use Unity Package Extractor by running the built executable file. Note: Make sure you have Go installed on your machine before proceeding with the installation. If you do not have Go installed, you can download it from the official website: https://golang.org/dl/

Usage

To extract files from a Unity package, either:

  1. Drag and Drop the Unity package file onto the executable file

  2. Run the following command:

unitypkgextractor path/to/package.unitypackage [output/directory]

Replace path/to/package.unitypackage with the actual path to the Unity package file, and output/directory with the desired output directory. If no output directory is specified, the current working directory is used.

Example

unitypkgextractor ~/Downloads/mypkg.unitypackage ~/Documents/MyGame

This will extract the contents of mypkg.unitypackage to the directory ~/Documents/mypkg/Assets.

License

This project is licensed under the MIT License - see the LICENSE file for details.

unitypkgextractor's People

Contributors

minagoroshi avatar

Stargazers

Emerald. avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.