You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.MD
+12-1Lines changed: 12 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [Unreleased]
8
8
9
+
## [2.3.3]
10
+
## Added
11
+
- Added new plus button for `ItemPicker` allowing you to add new items to the collection from the Drawer itself.
12
+
13
+
## Removed
14
+
- Removed old `itemsGuids` that was marked as obsolete since last year. If you are upgrading from an older version, please update to a previous version before upgrading to 2.3.3.
15
+
16
+
## Changed
17
+
- Small cleanups and fixes
18
+
9
19
## [2.3.2]
10
20
## Added
11
21
- Added tooltip for the Generate Addressables Method toggle
@@ -562,6 +572,7 @@ public bool IsValidConsumable(Consumable consumable)
"description": "A library to help improve the usability of Unity3D Scriptable Objects by grouping them into a collection and exposing them by code or nice inspectors!",
0 commit comments