-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
22 lines (22 loc) · 915 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "com.nosuchstudio.ui.bidirectionalhorizontallayoutgroup",
"displayName": "Bidirectionl Horizontal Layout Group",
"version": "1.3.0",
"unity": "2019.1",
"description": "Bidirectionl Horizontal Layout Group helps you layout your UI controls in Right-to-left or Left-to-right order. Unity UI contains a HorizontalLayoutGroup which does the layout only from Left-To-Right. This package is perfect if you need to layout in RTL. For example if your UI is in an RTL language such as Arabic, Persian, Hebrew, etc. or if the user can change the language.",
"keywords": [
"Layout",
"LayoutGroup",
"RTL",
"Horizontal"
],
"author": {
"name": "hk1ll3r",
"email": "[email protected]",
"url": "https://github.com/hk1ll3r"
},
"repository": {
"type": "git",
"url": "https://github.com/hk1ll3r/BidirectionalHorizontalLayoutGroup.git"
}
}