Skip to content

Tags: danmaster01/UnityDynamicPanels

Tags

v1.3.0

Toggle v1.3.0's commit message
Background sprites are %100 opaque instead of %99 opaque

v1.2.9

Toggle v1.2.9's commit message
A rare bugfix when OnApplicationQuit is canceled by Application.wants…

…ToQuit (closed yasirkula#19)

v1.2.8

Toggle v1.2.8's commit message
Bumped package version

v1.2.7

Toggle v1.2.7's commit message
Added new Input System support (requires manual modifications, see do…

…cumentation)

v1.2.6

Toggle v1.2.6's commit message
- Added OnPanelClosed and OnTabClosed events to PanelNotificationCent…

…er. Once these events are populated, close buttons will show up at the top right corner of each panel and/or tab (see the documentation)(closed yasirkula#6)

- Added OnTabCreated and OnTabDestroyed events to PanelNotificationCenter

v1.2.5

Toggle v1.2.5's commit message
Bumped version

v1.2.4

Toggle v1.2.4's commit message
Added OpenUPM instructions

v1.2.3

Toggle v1.2.3's commit message
- To listen for pointer events, NonDrawingGraphic is now used instead…

… of an Image (results in slightly improved graphics performance)

- Fixed yasirkula#3