Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 732 Bytes

File metadata and controls

17 lines (13 loc) · 732 Bytes

Changelog

[1.0.1] - 2026-03-10

Fixed

  • Add missing RendererExtensions.cs.meta preventing the file from being included in UPM package resolution

[1.0.0] - 2026-03-02

Added

  • Initial release — split from AnkleBreaker-Utils monolithic package
  • 24 built-in type extension classes (AnimationCurve, Collider, Color, Color32, ContentSizeFitter, DateTime, Debug, Dictionary, Enumerable, EventSystem, Float, GameObject, Int, LayerMask, List, Object, Quaternion, Queue, RectTransform, SkinnedMeshRenderer, String, Texture2D, Transform, UInt)
  • PositionRotation AB type extensions
  • FlagsHelper generic bitwise operations
  • AB_Random extended random utilities
  • PositionRotation serializable struct
  • Runtime unit tests