https://github.com/moshisora/guid-finder
cli-tool to find referenced file for unity
https://github.com/moshisora/guid-finder
cli guid javascript unity
Last synced: about 2 months ago
JSON representation
cli-tool to find referenced file for unity
- Host: GitHub
- URL: https://github.com/moshisora/guid-finder
- Owner: moshisora
- License: mit
- Created: 2018-02-14T16:27:16.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-15T16:08:19.000Z (over 8 years ago)
- Last Synced: 2025-03-17T17:18:27.092Z (over 1 year ago)
- Topics: cli, guid, javascript, unity
- Language: JavaScript
- Size: 5.86 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# guid-finder
cli-tool to find referenced file for unity
# Getting Started
`guid-finder` is cli-tool to find referenced file for unity.
Recursively search the specified path and search for the file referring to the target guid.
## Install
```
$ npm install -g guid-finder
```
## Usage
```
$ guidf -g [guid] -p [path]
```
- [guid]: The guid specified by the Unity you want to search.
- [path]: Search target path.
## Options
### -g, --guid
type: `string` : required
Target guid you want to search.
### -p, --path
type: `string` : optional
Search target path.
If not specified, the current directory will be used.
### -V, --version
Show version.
### -h, --help
Show options.
# Example
```
$ guidf -g 61a8c645ea58d43279eefb1183bbc0b4 -p ./
```
```
searching...
test/unity-project/Assets/Scenes/TopScene.unity
test/unity-project/Assets/Scenes/Used.prefab
```
# TODO
- Testing
- Support search by filename
# License
The MIT License (MIT)
Copyright 2018~ moshisora