Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Eldoir/DrawGizmo
A simple plugin to display a gizmo on any GameObject, using a cube, a sphere or a custom sprite.
https://github.com/Eldoir/DrawGizmo
Last synced: 3 months ago
JSON representation
A simple plugin to display a gizmo on any GameObject, using a cube, a sphere or a custom sprite.
- Host: GitHub
- URL: https://github.com/Eldoir/DrawGizmo
- Owner: Eldoir
- License: mit
- Created: 2018-12-19T09:54:36.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-21T23:28:56.000Z (about 5 years ago)
- Last Synced: 2024-07-14T04:39:28.981Z (4 months ago)
- Language: C#
- Size: 253 KB
- Stars: 8
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-unity-open-source-on-github - DrawGizmo - Display a gizmo on any GameObject (Gizmo)
README
# DrawGizmo
A simple plugin to display a gizmo on any GameObject, using a cube, a sphere or a custom sprite.
Especially useful for spotting empty GameObjects in the Scene view.
## Getting Started
For a quick import into an existing project, just get the [UnityPackage](DrawGizmoPackage.unitypackage).
The DrawGizmo folder is an empty project with only the plugin imported and some examples! :)
## Screenshots
![Demo Scene](Screenshots/Example.PNG)
## Notes
* Last tested with [Unity 2018.3.1f1](https://unity3d.com/unity/whats-new/2018.3.1).
## Authors
* **[Arthur Cousseau](https://www.linkedin.com/in/arthurcousseau/)**
## License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details
## Notes
There isn't a "Radius" field for DrawGizmo when the selected Gizmo Type is "Sprite".
You can change the size of the sprite by clicking on the **Gizmos** button in the Scene view, and using the slider next to the **3D Icons** checkbox. More info at [Unity - Manual: Gizmos menu](https://docs.unity3d.com/Manual/GizmosMenu.html)