Releases: RageAgainstThePixel/com.utilities.extensions
Releases · RageAgainstThePixel/com.utilities.extensions
com.utilities.extensions 1.3.8
Immutable
release. Only release title and notes can be modified.
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 inspectorRenderScriptableObjectAttribute: to make a scriptable object serialized field render its child properties in a foldout
- Renamed
Editor.Extensions.ObjectExtensions->Editor.Extensions.UnityObjectExtensionsto match runtime counterpart - added
Extensions.UnityObjectExtensions.TryFindObjectFromInstanceIdto get an object by id if its instance is valid
- added additional inspector attributes
Full Changelog: 1.3.7...1.3.8
com.utilities.extensions 1.3.7
Immutable
release. Only release title and notes can be modified.
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)
- Added
Full Changelog: 1.3.6...1.3.7
com.utilities.extensions 1.3.6
Immutable
release. Only release title and notes can be modified.
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
What's Changed
- Added
NativeArrayExtensions.ToBase64StringandNativeArrayExtensions.FromBase64Stringfor minimal allocations when converting to/from base64 strings
Full Changelog: 1.3.3...1.3.4
com.utilities.extensions 1.3.3
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
com.utilities.extensions 1.3.1
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
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
What's Changed
- added SceneReferenceAttribute and SceneReferencePropertyDrawer
Full Changelog: 1.2.0...1.2.1
com.utilities.extensions 1.2.0
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