https://github.com/mtakada216/Unity-VariableTileLayout
UI components for tile layout like Pinterenst.
https://github.com/mtakada216/Unity-VariableTileLayout
c-sharp pinterest-like ugui ui unity
Last synced: 5 months ago
JSON representation
UI components for tile layout like Pinterenst.
- Host: GitHub
- URL: https://github.com/mtakada216/Unity-VariableTileLayout
- Owner: mtakada216
- License: mit
- Created: 2018-10-06T10:18:48.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-12T07:35:12.000Z (over 5 years ago)
- Last Synced: 2024-11-03T12:03:35.164Z (5 months ago)
- Topics: c-sharp, pinterest-like, ugui, ui, unity
- Language: C#
- Homepage:
- Size: 9.97 MB
- Stars: 70
- Watchers: 2
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-unity-open-source-on-github - Unity-VariableTileLayout - Tile layout like Pinterenst (Layout)
README
# Unity-VariableTileLayout
UI Components that can create a [Pintrest](https://www.pinterest.com/) style tile layout.
## Start Axis -> Horizontal
Shorten the graphic width to cellsize.x and determine the height of the cell according to the original ratio.
## Start Axis -> Vertical
Shorten the graphic height to cellsize.y and determine the width of the cell according to the original ratio.
## Environment
Unity 2018.2.8f1## License
MIT