Skip to content

Commit 608caba

Browse files
authored
Don't hide the plugin in Packages
1 parent 0a298ff commit 608caba

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@
22
"name": "com.yasirkula.dynamicpanels",
33
"displayName": "Dynamic Panels",
44
"version": "1.2.4",
5-
"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."
6-
}
5+
"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.",
6+
"hideInEditor": false
7+
}

0 commit comments

Comments
 (0)