https://github.com/rustydaemon/helpertools-unity
Set of helper tools for Unity3D
https://github.com/rustydaemon/helpertools-unity
unity-asset unity3d
Last synced: 10 days ago
JSON representation
Set of helper tools for Unity3D
- Host: GitHub
- URL: https://github.com/rustydaemon/helpertools-unity
- Owner: RustyDaemon
- License: mit
- Created: 2017-09-10T18:40:52.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-09-19T18:06:20.000Z (over 8 years ago)
- Last Synced: 2025-02-09T11:30:43.805Z (about 1 year ago)
- Topics: unity-asset, unity3d
- Size: 187 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# HelperTools-Unity
## Set of different helper tools for Unity3D.
Utils window

Mesh information script

## You can
1) Check if selected object has `MeshFilter` component.
2) Calculate `vertex` count for the object
3) Calculate `triangles` count for the object
4) Calculate `polygons` count for the object (polygons = triangles / 3)
5) Calculate total amount of `child` objects
6) Add `MeshInformation` script to the object to see its mesh information.
## Installation
### Unity Asset Store.
> soon
### Download unitypackage
- Goto `Unitypackages` folder and download appropriate unitypackage.
- Then double click on it or drag it directly to your Unity3D scene
## Usage
Just use new menu `Rustam Tools`.
## Contributing
Please, do as much PRs as possible. 🐈
## License
Under MIT license.
## Updates
`0.0.4`
* Added `MeshInformation` script.
* Made some improvements.