https://github.com/kalucky0/MeasureTape
MeasureTape is a Unity Editor extension that gives you the ability to measure gameobjects in your scene.
https://github.com/kalucky0/MeasureTape
editor package plugin unity
Last synced: about 1 year ago
JSON representation
MeasureTape is a Unity Editor extension that gives you the ability to measure gameobjects in your scene.
- Host: GitHub
- URL: https://github.com/kalucky0/MeasureTape
- Owner: kalucky0
- License: mit
- Created: 2020-07-30T13:26:46.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-06-08T20:23:49.000Z (about 3 years ago)
- Last Synced: 2024-11-10T18:44:05.729Z (over 1 year ago)
- Topics: editor, package, plugin, unity
- Language: C#
- Homepage:
- Size: 26.4 KB
- Stars: 8
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
# MeasureTape



**MeasureTape** is a Unity Editor extension that gives you the ability to measure gameobjects in your scene.
## Instalation
```json
{
"dependencies": {
"dev.kalucky0.measuretape": "https://github.com/kalucky0/MeasureTape.git#upm"
}
}
```
## License
This project is under [MIT license](https://github.com/kalucky0/MeasureTape/blob/master/LICENSE.md).