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
+24-3Lines changed: 24 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,11 +5,31 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
5
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
6
[Unreleased]
7
7
8
+
## [2.5.0] - 04/12/2025
9
+
## Changed
10
+
- Fixed issue with the `TreeView` and the unity version compatibility by @RoyTheunissenhttps://github.com/brunomikoski/ScriptableObjectCollection/pull/182
11
+
- LongGuids are now displayed via their base64 string by @RoyTheunissenhttps://github.com/brunomikoski/ScriptableObjectCollection/pull/184
12
+
-`IndirectReferences` are not generated per item type, so it can filter what type of items can be displayed on the picker
13
+
- Fixed issue where renaming one asset on the CollectionEditor could cause some issues
14
+
- Fixed `IndirectReference` not properly saving items from the dropdown when used inside arrays
15
+
- Fixed overall issues with the `CollectionItemQuery.cs`
16
+
- Fixed Item picker not respecting the inheritance of items when displayin the picker
17
+
-**GUID** are now not serialized when invalid, so it doesn't get reserialized in invalid states (https://github.com/brunomikoski/ScriptableObjectCollection/issues/183)
18
+
19
+
20
+
## Added
21
+
- Added the option to omit labels in arrays and lists by @RoyTheunissenhttps://github.com/brunomikoski/ScriptableObjectCollection/pull/181
22
+
- Added indirect conversion between `IndirectReference` and Item type so they can used as regular SOCItem
23
+
- Menu for generating Static Access for all the collection under the `Tools/ScriptableObjectCollection` menu
24
+
- Menu for generating Indirect Reference file for all the collection under the `Tools/ScriptableObjectCollection` menu
25
+
- Added extra validation for valid filenames when creating new collections/items
26
+
-
27
+
8
28
## [2.4.2] - 07/10/2025
9
29
## Changed
10
-
* Fixed the assembly definition search not checking for consistent fold… by @RoyTheunissen in https://github.com/brunomikoski/ScriptableObjectCollection/pull/177
11
-
* Set up menu paths so they update if you rename the collection by @RoyTheunissen in https://github.com/brunomikoski/ScriptableObjectCollection/pull/178
12
-
* Feature/small fixes by @brunomikoski in https://github.com/brunomikoski/ScriptableObjectCollection/pull/179
30
+
- Fixed the assembly definition search not checking for consistent fold… by @RoyTheunissen in https://github.com/brunomikoski/ScriptableObjectCollection/pull/177
31
+
- Set up menu paths so they update if you rename the collection by @RoyTheunissen in https://github.com/brunomikoski/ScriptableObjectCollection/pull/178
32
+
- Feature/small fixes by @brunomikoski in https://github.com/brunomikoski/ScriptableObjectCollection/pull/179
13
33
14
34
15
35
## [2.4.1] - 21/08/2025
@@ -655,6 +675,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