https://github.com/mitay-walle/com.mitay-walle.grid-raw-image
Unity3d UI Grid Raw Image Custom graphic for uGUI Single-object/texture Grid image, excelent for tile-based inventory, with: extrude edges (inner outer) | skip cells | resize rectTransform to fit | valid raycasting for input
https://github.com/mitay-walle/com.mitay-walle.grid-raw-image
custom-graphics uguicomponent ui-components unity3d upm-package
Last synced: 8 months ago
JSON representation
Unity3d UI Grid Raw Image Custom graphic for uGUI Single-object/texture Grid image, excelent for tile-based inventory, with: extrude edges (inner outer) | skip cells | resize rectTransform to fit | valid raycasting for input
- Host: GitHub
- URL: https://github.com/mitay-walle/com.mitay-walle.grid-raw-image
- Owner: mitay-walle
- License: mit
- Created: 2024-04-04T23:14:48.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-15T23:06:08.000Z (over 1 year ago)
- Last Synced: 2025-02-09T22:33:13.781Z (10 months ago)
- Topics: custom-graphics, uguicomponent, ui-components, unity3d, upm-package
- Language: C#
- Homepage:
- Size: 450 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Funding: FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
# Unity3d UI Grid Raw Image
Custom graphic for uGUI. Single-object/texture Grid image, excelent for tile-based (tetris-like) inventory
[Youtube usage video](https://youtu.be/E7Ouh1k3No0?si=mEKckcfdjrP_Yf0Z)








## Features:
- 1 texture / 1 GameObject / 1 drawcall
- skip cells
- valid raycasting by geometry for input
- resize rectTransform to fit
- extrude edges (inner outer)
- Non-rectangle cells
- script-based, no custom shader
## TODO
- cell-outline mode
- shape-outline mode
- SpriteBorder support