Releases: boxfriend/Utils
Analyzers Now Included
This version includes roslyn analyzers that use Microsoft.CodeAnalysis 4.3.1 so the minimum Unity version must change. I'm just defaulting to 6000 for that because I'm not sure if 2022 includes that version of CodeAnalysis.
Other features included in this release are the Tags and Layers generator which will (mostly) automatically create classes with constants for each tag and layer in the project. The source generator for ObservableProperty is included in this release as well to allow for generating properties that raise events when their value changes.
v1.0.9-hotfix
Fixed missing meta file
v1.0.9
Fixed Extension classes
TransformExtensions has been added to the Boxfriend.Extensions namespace and Vector2Extensions has been made public
ObjectPoolCircular can now return all back to pool
v1.0.7 increment package version
fixed a stupid bug
v1.0.6 increment package number
updated AudioManager for use in 2023.2+
AudioManager can now accept a prefab for the audio source to be created, this will be useful when using third party libraries like SteamAudio that requires extra components on the AudioSource objects.
AudioManager will also accept an AudioResource for the Play methods on 2023.2+ to support AudioRandomContainers and other future AudioResources
Minor update to SingletonBehaviour and AudioManager
v1.0.4 Remove unnecessary override
meta files will be my downfall
v1.0.3 update package version
for really real this time
TODO: remember to update package version correctly to prevent further build issues