We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d67bf42 commit 4155cb7Copy full SHA for 4155cb7
README.md
@@ -0,0 +1,13 @@
1
+# MeasureTape
2
+**MeasureTape** is a Unity Editor extension that gives you the ability to measure gameobjects in your scene.
3
+
4
+## Instalation
5
+<https://docs.unity3d.com/Packages/[email protected]/manual/index.html>
6
7
+```json
8
+{
9
+ "dependencies": {
10
+ "dev.kalucky0.measuretape": "https://github.com/kalucky0/MeasureTape.git#upm"
11
+ }
12
+}
13
+```
0 commit comments