Skip to content

Releases: RageAgainstThePixel/com.utilities.extensions

com.utilities.extensions 1.3.8

18 Nov 13:33
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

What's Changed

  • com.utilities.extensions 1.3.8 by @StephenHodgson in #37
    • added additional inspector attributes
      • ReadonlyAttribute: to make a serialized field read-only in the inspector
      • RenderScriptableObjectAttribute: to make a scriptable object serialized field render its child properties in a foldout
    • Renamed Editor.Extensions.ObjectExtensions -> Editor.Extensions.UnityObjectExtensions to match runtime counterpart
    • added Extensions.UnityObjectExtensions.TryFindObjectFromInstanceId to get an object by id if its instance is valid

Full Changelog: 1.3.7...1.3.8

com.utilities.extensions 1.3.7

03 Nov 18:07
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

What's Changed

  • com.utilities.extensions 1.3.7 by @StephenHodgson in #36
    • Added stream.WriteAsync(NativeArray<byte> array, int offset, int count, CancellationToken cancellationToken)

Full Changelog: 1.3.6...1.3.7

com.utilities.extensions 1.3.6

02 Nov 01:28
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

What's Changed

  • com.utilities.extensions 1.3.6 by @StephenHodgson in #35
    • Add MemoryStream.ToNativeArray extension method
    • Add NativeArray.CopyFrom(dest, src, start, length) extension method

Full Changelog: 1.3.4...1.3.6

com.utilities.extensions 1.3.4

31 Oct 12:50

Choose a tag to compare

What's Changed

  • Added NativeArrayExtensions.ToBase64String and NativeArrayExtensions.FromBase64String for minimal allocations when converting to/from base64 strings

Full Changelog: 1.3.3...1.3.4

com.utilities.extensions 1.3.3

27 Oct 00:50

Choose a tag to compare

What's Changed

  • Add NativeArrayExtensions.AsSpan for pre unity 6 support

Full Changelog: 1.3.2...1.3.3

com.utilities.extensions 1.3.2

21 Oct 19:28

Choose a tag to compare

What's Changed

  • hotfix min unity version 2021.3

Full Changelog: 1.3.1...1.3.2

com.utilities.extensions 1.3.1

21 Oct 17:50

Choose a tag to compare

What's Changed

  • updated workflows and unit tests
  • updated unity editor to 2021.3.45f2 (88f88f591b2e)
  • updated package dependencies

Full Changelog: 1.3.0...1.3.1

com.utilities.extensions 1.3.0

01 Jul 02:16

Choose a tag to compare

What's Changed

  • add upgrade/downgrade component helper utility
  • added a LoadSceneButton behavior extension for uGUI button class
  • removed the hard dependency on uGUI from the package

Full Changelog: 1.2.1...1.3.0

com.utilities.extensions 1.2.1

01 Jul 00:19

Choose a tag to compare

What's Changed

  • added SceneReferenceAttribute and SceneReferencePropertyDrawer

Full Changelog: 1.2.0...1.2.1

com.utilities.extensions 1.2.0

07 Mar 16:37

Choose a tag to compare

What's Changed

  • refactored addressables extensions with modernized async patterns
  • updated editor to latest 2021 LTS
  • updated package deps
  • updated workflows

Full Changelog: 1.1.17...1.2.0