Skip to content

Easy way to extract whole folder of unitypackages #24

Description

@themaoci

Hello please include this in usage somewhere for ppl who have alot of packages and want to extract them quickly.

extractor in folder "unitypackage_extractor_64"
files will be outputted to "Extracted" folder
script need to be located in batch file in the folder where unitypackages are located
Recomended version is 1.0 cause of the "big packages freeze" bug

@echo off  
for /f "delims=" %%i in ('dir /b /a-d "*.unitypackage"') do (  
  echo Extracting started for - %%i  
  start unitypackage_extractor_64/extractor.exe "%%i" "Extracted"  
)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions