Skip to content

Commit b893de4

Browse files
committed
fix: meta files
1 parent f177431 commit b893de4

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

CHANGELOG.MD

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [2.3.2]
10+
## Added
11+
- Added tooltip for the Generate Addressables Method toggle
12+
13+
## Changed
14+
- Changed the Save method for the SOCSettings to be less expensive
15+
- Fixed issue when the Addressables Settings haven't been created yet
16+
- Organized Methods/Properties on the Collection
17+
- Bumped minimum supported version to 2022.2
18+
919
## [2.3.1]
1020
### Added
1121
- Added Addressables support again, now you if addressables is available on your project and the collection is set to non auto loaded, and the collection is set to use addressables, will write some helper code on the static file to load the collectiom from the addressables.
@@ -552,6 +562,7 @@ public bool IsValidConsumable(Consumable consumable)
552562
### Added
553563
- First initial working version
554564

565+
[2.3.2]: https://github.com/badawe/ScriptableObjectCollection/releases/tag/v2.3.2
555566
[2.3.1]: https://github.com/badawe/ScriptableObjectCollection/releases/tag/v2.3.1
556567
[2.3.0]: https://github.com/badawe/ScriptableObjectCollection/releases/tag/v2.3.0
557568
[2.2.4]: https://github.com/badawe/ScriptableObjectCollection/releases/tag/v2.2.4

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "com.brunomikoski.scriptableobjectcollection",
33
"displayName": "Scriptable Object Collection",
4-
"version": "2.3.1",
5-
"unity": "2021.2",
4+
"version": "2.3.2",
5+
"unity": "2022.2",
66
"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!",
77
"keywords": [
88
"scriptable object",

0 commit comments

Comments
 (0)