An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# MeasureTape
![GitHub package.json version (branch)](https://img.shields.io/github/package-json/v/kalucky0/MeasureTape/upm)
![GitHub](https://img.shields.io/github/license/kalucky0/MeasureTape)
![GitHub issues](https://img.shields.io/github/issues/kalucky0/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).