-
-
Notifications
You must be signed in to change notification settings - Fork 58
Expand file tree
/
Copy pathpackage.json
More file actions
10 lines (10 loc) · 592 Bytes
/
package.json
File metadata and controls
10 lines (10 loc) · 592 Bytes
1
2
3
4
5
6
7
8
9
10
{
"name": "com.yasirkula.dynamicpanels",
"displayName": "Dynamic Panels",
"version": "1.3.4",
"documentationUrl": "https://github.com/yasirkula/UnityDynamicPanels",
"changelogUrl": "https://github.com/yasirkula/UnityDynamicPanels/releases",
"licensesUrl": "https://github.com/yasirkula/UnityDynamicPanels/blob/master/LICENSE.txt",
"description": "This asset helps you create dynamic panels using Unity's UI system. These panels can be dragged around, resized, docked to canvas edges or to one another and stacked next to each other as separate tabs.",
"hideInEditor": false
}