Skip to content

Haoming02/Unity-Assets-Utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unity Assets Utils

A series of blazingly fast utilities that trivializes datamining Unity assets

How to Use

  • Download the built .exe from Release

Features

  • Byte Trimmer

    • Trim the files to the UnityFS header and remove the leading dummy bytes
    • Support both variants with one header and two headers
    • Edit the files in-place; File is untouched if no header is found
  • Flatten Folder

    • Move all files under subdirectories up to the project folder
    • The subdirectories are deleted afterwards

Caution

Be sure to verify the project path, as this operation has no depth limit and no undo

  • Filter by Content

    • List out the filename of all files, of which the content contains the specified filter
  • Filter by Filename

    • List out the file and folder names, which contain the specified filter

About

A series of blazingly fast utilities that trivializes datamining Unity assets

Topics

Resources

License

Stars

Watchers

Forks

Languages