Skip to content

Releases: pocketgems/com.pocketgems.scriptableobject.flatbuffer

v4.6.2

24 Dec 21:38
e3b18b7

Choose a tag to compare

[4.6.2] - 2025-12-24

Changed

  • Moved the version key in the package.json to a different location.

v4.6.1

24 Dec 21:24
78bd9fc

Choose a tag to compare

[4.6.1] - 2025-12-24

Changed

  • MenuItem code is code generated in one file to reduce git diffs when an info is added/removed.

v4.6.0

24 Dec 21:21
b88f601

Choose a tag to compare

[4.6.0] - 2025-07-24

Added

  • Support to add pre-build events to the ParameterBuildProcessor
  • Validation warning if the sum of info validators is too lon
  • Support for selecting and copying of validation error messages in the window.

Changed

  • Optimize the validation performance for checking addressables existance.

v4.5.1

24 Dec 21:19
a9b17e6

Choose a tag to compare

[4.5.1] - 2025-04-29

Fixes

  • Fix support for multiple parameter managers initalized at once.

v4.5.0

24 Dec 21:17
6655829

Choose a tag to compare

[4.5.0] - 2025-03-18

Added

  • InfoExists and HasAssignedValue getters added to the ParameterReference<T>
  • Support for AssetReferenceGameObject
  • Versioning for code gen.
  • Support to pass in infos to the Error and Warn methods in validators.

Fixed

  • Unclear error message when trying to set an incorrect scriptable object by name in a csv.

v4.4.0

24 Dec 21:14
852738d

Choose a tag to compare

[4.4.0] - 2025-03-11

Added

  • Support for circular references of structs if using a IReadOnlyList

Changed

  • The "Regenerate Code" menu item opens the external code gen project if available to avoid confusion.

v4.3.2

24 Dec 21:11
0167096

Choose a tag to compare

[4.3.2] - 2025-01-24

  • Disable the Unity LTS2020 property drawer recursive property crash workaround. It appears to work in LTS2022.

v4.3.1

24 Dec 21:09
e0b0cc9

Choose a tag to compare

[4.3.1] - 2025-01-06

Fixed

  • ReadOnlyListContainer now throws IndexOutOfRangeException when accessed out of range.

v4.3.0

24 Dec 20:59
ac56231

Choose a tag to compare

[4.3.0] - 2024-11-22

Added

  • Warning and Error severity levels for ValidatorError
  • Updated UI to display and filter warnings & errors.
  • Some missing coverage.
  • Built-in warnings for slow validation execution.

Changed

  • Only mark data generation as an error for ValidaitonError with severity error.
  • Missing validators are considered warnings. This reduces the noisiness of compilation errors causing this.
  • Do not force open the Validation window for warnings.

v4.2.1

24 Dec 20:56
eb2cbd5

Choose a tag to compare

[4.2.1] - 2024-11-19

Fixed

  • Issue where nested structs in scriptable object drawers have glitching UI.
  • Disable autosaving toggle wasn't fully disabling.