Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 2 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 (about 5 years ago)
- Last Synced: 2024-11-03T12:03:35.164Z (2 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.![screenshot01](https://github.com/kiepng/Unity-VariableTileLayout/blob/master/Documents/screenshot01.png)
![screenshot02](https://github.com/kiepng/Unity-VariableTileLayout/blob/master/Documents/screenshot02.png)## Start Axis -> Horizontal
Shorten the graphic width to cellsize.x and determine the height of the cell according to the original ratio.
![screenshot03](https://github.com/kiepng/Unity-VariableTileLayout/blob/master/Documents/screenshot03.gif)## Start Axis -> Vertical
Shorten the graphic height to cellsize.y and determine the width of the cell according to the original ratio.
![screenshot04](https://github.com/kiepng/Unity-VariableTileLayout/blob/master/Documents/screenshot04.gif)## Environment
Unity 2018.2.8f1## License
MIT