Skip to content

Commit

Permalink
Updated Readme about Dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Lachee committed Jun 7, 2022
1 parent 26892fe commit d193b3d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,10 @@ This package builder _requires_ the `.meta` files unity generates to properly pa
This tool will automatically scan selected assets for dependecies. This is slow and can be inefficient if you are including everything within the glob pattern.
Use the `--skip-dependecy-check` flag to skip this check if you're including everything with the package anyways and/or don't mind if the package contains missing assets.

The `--asset-root` flag determines from which folder to start scanning dependencies from. By default this is the Assets folder (so packages are automatically excluded, speeding up the process), but if you have a larger project (or a Package project), it is benificial to be more precise to limit the number of scripts and assets that need to be scanned for dependency.

_The exclusion rule will still work on assets found with the dependency analysis._


## Maintenance
This is a project I am using personally. I made it soley for this project. If you have any issues please make a new github issue, but I might not respond. I dont plan to actively maintain this as much as I do with my other library.

0 comments on commit d193b3d

Please sign in to comment.