File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
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 ) .
66
7+
8+ ## [ 1.2.1]
9+ ## Changed
10+ - Fixed Indirect code generation and serialization of editor references.
11+
712## [ 1.2.0]
813## Changed
914 - Fixed issue with the wizzard that was not generating the target Scriptable Object
@@ -107,6 +112,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
107112## [ Unreleased]
108113 - Add a setup wizzard for first time settings creation
109114
115+ [ 1.2.1 ] : https://github.com/badawe/ScriptableObjectCollection/releases/tag/v1.2.1
110116[ 1.2.0 ] : https://github.com/badawe/ScriptableObjectCollection/releases/tag/v1.2.0
111117[ 1.1.9 ] : https://github.com/badawe/ScriptableObjectCollection/releases/tag/v1.1.9
112118[ 1.1.8 ] : https://github.com/badawe/ScriptableObjectCollection/releases/tag/v1.1.8
Original file line number Diff line number Diff line change 11{
22 "name" : " com.brunomikoski.scriptableobjectcollection" ,
33 "displayName" : " Scriptable Object Collection" ,
4- "version" : " 1.2.0 " ,
4+ "version" : " 1.2.1 " ,
55 "unity" : " 2018.4" ,
66 "description" : " Scriptable Object Collection" ,
77 "keywords" : [
You can’t perform that action at this time.
0 commit comments