Skip to content

Commit cd309f3

Browse files
Bruno MikoskiBruno Mikoski
authored andcommitted
fix: meta files
1 parent 225fdb6 commit cd309f3

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

CHANGELOG.MD

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,21 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66
[Unreleased]
7+
8+
## [2.4.1] - 21/08/2025
79
## Changed
810
- Fixed issue when creating multiple items without renaming it would cause a null reference.
911
- Removed Synchronize Assets button from the Collection Editor, this is already happening multiple times
1012
- Renamed Generator button to Run Generator instead of Generate Items since was misleading
13+
- Fixed use of `AssetPathExists` on older Unity versions
14+
- Removed Syncronize Button (was not needed anymore)
15+
- Fixed generator not refreshing CollectionEditor after running the generator
16+
- Fixed unique name generation for new items
17+
-
18+
19+
## Added
20+
- Added new label options to make the picker smaller
21+
-
1122

1223
## [2.4.0] - 24/05/2025
1324
## Changed
@@ -637,6 +648,8 @@ public bool IsValidConsumable(Consumable consumable)
637648
### Added
638649
- First initial working version
639650

651+
[2.4.1]: https://github.com/badawe/ScriptableObjectCollection/releases/tag/v2.4.1
652+
[2.4.0]: https://github.com/badawe/ScriptableObjectCollection/releases/tag/v2.4.0
640653
[2.3.9]: https://github.com/badawe/ScriptableObjectCollection/releases/tag/v2.3.9
641654
[2.3.8]: https://github.com/badawe/ScriptableObjectCollection/releases/tag/v2.3.8
642655
[2.3.7]: https://github.com/badawe/ScriptableObjectCollection/releases/tag/v2.3.7

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "com.brunomikoski.scriptableobjectcollection",
33
"displayName": "Scriptable Object Collection",
4-
"version": "2.4.0",
4+
"version": "2.4.1",
55
"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": [
@@ -28,4 +28,4 @@
2828
"path": "Samples~/AddressablesCollection"
2929
}
3030
]
31-
}
31+
}

0 commit comments

Comments
 (0)