File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,11 @@ All notable changes to this project will be documented in this file.
33
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6+ [ Unreleased]
7+ ## Changed
8+ - Fixed issue when creating multiple items without renaming it would cause a null reference.
9+ - Removed Synchronize Assets button from the Collection Editor, this is already happening multiple times
10+ - Renamed Generator button to Run Generator instead of Generate Items since was misleading
611
712## [ 2.4.0] - 24/05/2025
813## Changed
@@ -712,4 +717,4 @@ public bool IsValidConsumable(Consumable consumable)
712717[ 1.1.1 ] : https://github.com/badawe/ScriptableObjectCollection/releases/tag/v1.1.1
713718[ 1.1.0 ] : https://github.com/badawe/ScriptableObjectCollection/releases/tag/v1.1.0
714719[ 1.0.1 ] : https://github.com/badawe/ScriptableObjectCollection/releases/tag/v1.0.1
715- [ 1.0.0 ] : https://github.com/badawe/ScriptableObjectCollection/releases/tag/v1.0.0
720+ [ 1.0.0 ] : https://github.com/badawe/ScriptableObjectCollection/releases/tag/v1.0.0
You can’t perform that action at this time.
0 commit comments