Giter VIP home page Giter VIP logo

uabeafc's Introduction

日本語(JP)

UABEA for Command (Early Access)

Simple import/export on the command line to Unity's Assets and AssetBundles. UABEAfC was created based on nesrak1/UABEA.

It is intended for use when calling from other applications or batch processing with .bat files. For other uses, it would be more convenient to use UABEA or other tools.

Since it is based on UABEA code, what UABEA cannot do, UABEAfC cannot do either.
RawData, Texture2D, and TextAsset import/export are supported.
LZ4 and LZMA compression formats are supported. If the specified AssetBundle is compressed, it is automatically decomp or comp(repack).

Command

UABEfC [Asset]
Show a list of Asset or bundle contents. The process shows the ItemName of each file. It's required for import/exoprt argument.

UABEfC [Asset] -export [ItemName]
Export the file that matches ItemName in Asset.

UABEfC [Asset] -import [ItemName] [ImportFile]
Import 'ImportFile' as ItemName into Asset.

Example

UABEfC "C:\Sample\resources.assets" -export "SampleData:0:11"
UABEfC "C:\Sample\resources.assets" -import "SampleTexture:0:27" "C:\Sample\texture.png"
UABEfC "C:\Sample\AssetBundle" -import "CAB-123456789/objectsxml:0:144" "C:\Sample\test.xml"

[ItemName] consists of the element "BundleArchiveName/FileName:FileId:PathId". If it is not a bundle, the "/" can be omitted.

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.