Skip to content

Releases: quabug/BlobEditor

v1.4.1

15 Mar 10:42
6e473d9
Compare
Choose a tag to compare
remove `ScriptableObject.Update()` from `OnGUI` of `PropertyDrawer` w…

v1.4.0

25 Aug 14:18
a80a500
Compare
Choose a tag to compare
Update package.json

v1.3.1

25 Aug 08:26
7e4205b
Compare
Choose a tag to compare
compact inspector view of BlobAsset with single variable. (#12)

v1.3.0

24 Aug 18:15
020ccfb
Compare
Choose a tag to compare
dynamic builders (#11)

- support `enum` type.
- support `struct` without builder.
- support `BlobArray<>` with element builder only (without `ArrayBuilder`)
  e.g. `BlobArray<BlobArray<BlobArray<int>>>` is valid now with only `IntBuilder`
- support `BlobPtr<>` without `PtrBuilder`

v1.2.0

18 Aug 10:25
3826ba3
Compare
Choose a tag to compare
support single blob asset (#10)

e.g. BlobAsset<int>, BlobAsset<BlobArray<BlobString>>, BlobAsset<AnimationCurveBlob>

Note: upgrade from version 1.1 will lose data, you should either recreate data manually or use BlobAssetV1

v1.1.2

14 Aug 14:38
ea47a81
Compare
Choose a tag to compare
use `GetFieldOffset` instead of `Marshal.OffsetOf` to avoid bug on IL…

v1.1.1

13 Aug 20:20
702092c
Compare
Choose a tag to compare
AnimationCurve (#7)

* builder of `AnimationCurve`

* update version

v1.1.0

12 Aug 08:56
57c1de6
Compare
Choose a tag to compare
Rename builders / add `BlobAsset` (#6)

* rename builder and add `BlobAsset`

* Update README.md

* update builder description.

* update version

v1.0.0

11 Aug 17:01
fb499e2
Compare
Choose a tag to compare
Create release-upm.yml