https://github.com/ivanmurzak/unity-nondrawinggraphic
UI component which doesn't have drawing event at all. But still can receive click events. More optimized to have something invisible and clickable in Unity UI.
https://github.com/ivanmurzak/unity-nondrawinggraphic
unity unity-ui unity2d unity3d unity3d-plugin
Last synced: 3 months ago
JSON representation
UI component which doesn't have drawing event at all. But still can receive click events. More optimized to have something invisible and clickable in Unity UI.
- Host: GitHub
- URL: https://github.com/ivanmurzak/unity-nondrawinggraphic
- Owner: IvanMurzak
- License: mit
- Created: 2023-03-02T05:35:17.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-03-31T12:08:44.000Z (3 months ago)
- Last Synced: 2025-03-31T13:32:19.910Z (3 months ago)
- Topics: unity, unity-ui, unity2d, unity3d, unity3d-plugin
- Language: Batchfile
- Homepage:
- Size: 44.9 KB
- Stars: 9
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Non Drawing Graphic
 [](https://openupm.com/packages/extensions.unity.nondrawinggraphic/)  [](https://stand-with-ukraine.pp.ua)
Unity UI component which doesn't have drawing event at all. But still can receive click events. More optimized to have something invisible and clickable in Unity UI.
# Usage
Add `NonDrawingGraphic` component to UI Game Object under Canvas in Unity Scene.

# Installation
When you package is distributed, you can install it into any Unity project.
- [Install OpenUPM-CLI](https://github.com/openupm/openupm-cli#installation)
- Open command line in Unity project folder
- Execute the command
```
openupm add extensions.unity.nondrawinggraphic
```