com.wallstop-studios.unity-helpers 2.0.0-rc79.2 → 2.0.0-rc79.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (322) hide show
  1. package/.github/dependabot.yml +6 -0
  2. package/Editor/AnimationEventEditor.cs +1 -1
  3. package/Editor/AssetProcessors/SpriteLabelProcessor.cs +1 -1
  4. package/Editor/CustomDrawers/IntDropdownDrawer.cs +1 -1
  5. package/Editor/CustomDrawers/StringInListeDrawer.cs +1 -1
  6. package/Editor/CustomDrawers/WShowIfPropertyDrawer.cs +1 -1
  7. package/Editor/CustomEditors/MatchColliderToSpriteEditor.cs +1 -1
  8. package/Editor/CustomEditors/MatchColliderToSpriteEditor.cs.meta +1 -1
  9. package/Editor/CustomEditors/PersistentDirectoryGUI.cs +1 -1
  10. package/Editor/CustomEditors/PersistentDirectoryGUI.cs.meta +1 -1
  11. package/Editor/CustomEditors/PolygonCollider2DOptimizerEditor.cs +1 -1
  12. package/Editor/CustomEditors/SourceFolderEntryDrawer.cs +1 -1
  13. package/Editor/CustomEditors/SourceFolderEntryDrawer.cs.meta +1 -1
  14. package/Editor/CustomEditors.meta +1 -1
  15. package/Editor/Extensions/SerializedPropertyExtensions.cs +1 -1
  16. package/Editor/Extensions/UnityExtensions.cs +1 -1
  17. package/Editor/FitTextureSizeWindow.cs +1 -1
  18. package/Editor/PersistentDirectorySettings.cs +1 -1
  19. package/Editor/PersistentDirectorySettings.cs.meta +1 -1
  20. package/Editor/PrefabChecker.cs +1 -1
  21. package/Editor/Sprites/AnimationCopier.cs +1 -1
  22. package/Editor/Sprites/AnimationCopier.cs.meta +1 -1
  23. package/Editor/Sprites/AnimationCreator.cs +1 -1
  24. package/Editor/Sprites/AnimationViewerWindow.cs +1 -1
  25. package/Editor/Sprites/ProjectAnimationSettings.cs +1 -1
  26. package/Editor/Sprites/ScriptableSpriteAtlas.cs +1 -1
  27. package/Editor/Sprites/ScriptableSpriteAtlas.cs.meta +1 -1
  28. package/Editor/Sprites/ScriptableSpriteAtlasEditor.cs +1 -1
  29. package/Editor/Sprites/ScriptableSpriteAtlasEditor.cs.meta +1 -1
  30. package/Editor/Sprites/SpriteCropper.cs +1 -1
  31. package/Editor/Sprites/SpritePivotAdjustor.cs +1 -1
  32. package/Editor/Sprites/SpriteSettingsApplier.cs +1 -1
  33. package/Editor/Sprites/SpriteSettingsApplier.cs.meta +1 -1
  34. package/Editor/Sprites/SpriteSheetAnimationCreator.cs +1 -1
  35. package/Editor/Sprites/TextureResizerWizard.cs +1 -1
  36. package/Editor/Sprites/TextureResizerWizard.cs.meta +1 -1
  37. package/Editor/Sprites/TextureSettingsApplier.cs +1 -1
  38. package/Editor/Sprites/TextureSettingsApplier.cs.meta +1 -1
  39. package/Editor/Sprites.meta +1 -1
  40. package/Editor/Tools/ImageBlurTool.cs +1 -1
  41. package/Editor/Tools/ImageBlurTool.cs.meta +1 -1
  42. package/Editor/Tools.meta +1 -1
  43. package/Editor/Utils/DxReadOnlyPropertyDrawer.cs +1 -1
  44. package/Editor/Utils/EditorUtilities.cs +1 -1
  45. package/Editor/Utils/ScriptableObjectSingletonCreator.cs +1 -1
  46. package/Editor/Visuals/EnhancedImageEditor.cs +1 -1
  47. package/Editor/Visuals.meta +1 -1
  48. package/Runtime/Binaries/System.Text.Encodings.Web.xml +1 -1
  49. package/Runtime/Binaries/System.Text.Json.xml +1 -1
  50. package/Runtime/Core/Attributes/AnimationEventAttribute.cs +1 -1
  51. package/Runtime/Core/Attributes/ChildComponentAttribute.cs +1 -1
  52. package/Runtime/Core/Attributes/DxReadOnlyAttribute.cs +1 -1
  53. package/Runtime/Core/Attributes/EnumDisplayNameAttribute.cs +1 -1
  54. package/Runtime/Core/Attributes/IntDropdownAttribute.cs +1 -1
  55. package/Runtime/Core/Attributes/KSerializableAttribute.cs +1 -1
  56. package/Runtime/Core/Attributes/NotNullAttribute.cs +1 -1
  57. package/Runtime/Core/Attributes/ParentComponent.cs +1 -1
  58. package/Runtime/Core/Attributes/RelationalComponentExtensions.cs +1 -1
  59. package/Runtime/Core/Attributes/SiblingComponentAttribute.cs +1 -1
  60. package/Runtime/Core/Attributes/ValidateAssignmentAttribute.cs +1 -1
  61. package/Runtime/Core/Attributes/WShowIfAttribute.cs +1 -1
  62. package/Runtime/Core/DataStructure/Adapters/FastVector2Int.cs +1 -1
  63. package/Runtime/Core/DataStructure/Adapters/FastVector3Int.cs +1 -1
  64. package/Runtime/Core/DataStructure/Adapters/KGuid.cs +1 -1
  65. package/Runtime/Core/DataStructure/Adapters/KVector2.cs +1 -1
  66. package/Runtime/Core/DataStructure/Circle.cs +1 -1
  67. package/Runtime/Core/DataStructure/CyclicBuffer.cs +1 -1
  68. package/Runtime/Core/DataStructure/ISpatialTree.cs +1 -1
  69. package/Runtime/Core/DataStructure/KDTree.cs +1 -1
  70. package/Runtime/Core/DataStructure/QuadTree.cs +1 -1
  71. package/Runtime/Core/DataStructure/RTree.cs +1 -1
  72. package/Runtime/Core/DataStructure/StringWrapper.cs +1 -1
  73. package/Runtime/Core/DataStructure/TimedCache.cs +1 -1
  74. package/Runtime/Core/DataStructure/Trie.cs +1 -1
  75. package/Runtime/Core/Extension/AnimatorExtensions.cs +1 -1
  76. package/Runtime/Core/Extension/AsyncOperationExtensions.cs +1 -1
  77. package/Runtime/Core/Extension/CircleExtensions.cs +1 -1
  78. package/Runtime/Core/Extension/ColorExtensions.cs +1 -1
  79. package/Runtime/Core/Extension/DictionaryExtensions.cs +1 -1
  80. package/Runtime/Core/Extension/DirectionExtensions.cs +1 -1
  81. package/Runtime/Core/Extension/EnumExtensions.cs +1 -1
  82. package/Runtime/Core/Extension/HashSetExtensions.cs +1 -1
  83. package/Runtime/Core/Extension/IEnumerableExtensions.cs +1 -1
  84. package/Runtime/Core/Extension/IListExtensions.cs +1 -1
  85. package/Runtime/Core/Extension/IReadonlyListExtensions.cs +37 -0
  86. package/Runtime/Core/Extension/IReadonlyListExtensions.cs.meta +3 -0
  87. package/Runtime/Core/Extension/RandomExtensions.cs +1 -1
  88. package/Runtime/Core/Extension/StringExtensions.cs +1 -1
  89. package/Runtime/Core/Extension/UnityExtensions.cs +1 -1
  90. package/Runtime/Core/Extension/WallstopStudiosLogger.cs +1 -1
  91. package/Runtime/Core/Helper/ArrayConverter.cs +1 -1
  92. package/Runtime/Core/Helper/ArrayConverter.cs.meta +1 -1
  93. package/Runtime/Core/Helper/AssignUtilities.cs +1 -1
  94. package/Runtime/Core/Helper/DirectoryHelper.cs +1 -1
  95. package/Runtime/Core/Helper/DirectoryHelper.cs.meta +1 -1
  96. package/Runtime/Core/Helper/Enumerables.cs +1 -1
  97. package/Runtime/Core/Helper/FileHelper.cs +1 -1
  98. package/Runtime/Core/Helper/FormattingHelpers.cs +1 -1
  99. package/Runtime/Core/Helper/Geometry.cs +1 -1
  100. package/Runtime/Core/Helper/Helpers.cs +1 -1
  101. package/Runtime/Core/Helper/IterationHelpers.cs +1 -1
  102. package/Runtime/Core/Helper/LifetimeHelpers.cs +1 -1
  103. package/Runtime/Core/Helper/LineHelper.cs +1 -1
  104. package/Runtime/Core/Helper/Logging/UnityLogTagFormatter.cs +1 -1
  105. package/Runtime/Core/Helper/Objects.cs +1 -1
  106. package/Runtime/Core/Helper/Partials/LogHelpers.cs +1 -1
  107. package/Runtime/Core/Helper/Partials/LogHelpers.cs.meta +1 -1
  108. package/Runtime/Core/Helper/Partials/MathHelpers.cs +1 -1
  109. package/Runtime/Core/Helper/Partials/MathHelpers.cs.meta +1 -1
  110. package/Runtime/Core/Helper/Partials/ObjectHelpers.cs +1 -1
  111. package/Runtime/Core/Helper/Partials/ObjectHelpers.cs.meta +1 -1
  112. package/Runtime/Core/Helper/Partials/TransformHelpers.cs +1 -1
  113. package/Runtime/Core/Helper/Partials/TransformHelpers.cs.meta +1 -1
  114. package/Runtime/Core/Helper/Partials.meta +1 -1
  115. package/Runtime/Core/Helper/PathHelper.cs +1 -1
  116. package/Runtime/Core/Helper/PathHelper.cs.meta +1 -1
  117. package/Runtime/Core/Helper/ReflectionHelpers.cs +1 -1
  118. package/Runtime/Core/Helper/ReflectionHelpers.cs.meta +1 -1
  119. package/Runtime/Core/Helper/SceneHelper.cs +1 -1
  120. package/Runtime/Core/Helper/SpriteHelpers.cs +1 -1
  121. package/Runtime/Core/Helper/StringInList.cs +1 -1
  122. package/Runtime/Core/Helper/UnityMainThreadDispatcher.cs +1 -1
  123. package/Runtime/Core/Helper/WallMath.cs +1 -1
  124. package/Runtime/Core/Math/Line.cs +1 -1
  125. package/Runtime/Core/Math/Parabola.cs +1 -1
  126. package/Runtime/Core/Math/PointPolygonCheck.cs +1 -1
  127. package/Runtime/Core/Math/Range.cs +1 -1
  128. package/Runtime/Core/Math/XXHash.cs +1 -1
  129. package/Runtime/Core/Model/Direction.cs +1 -1
  130. package/Runtime/Core/OneOf/FastOneOf.cs +1 -1
  131. package/Runtime/Core/OneOf/None.cs +1 -1
  132. package/Runtime/Core/Random/AbstractRandom.cs +1 -1
  133. package/Runtime/Core/Random/DotNetRandom.cs +1 -1
  134. package/Runtime/Core/Random/DotNetRandom.cs.meta +1 -1
  135. package/Runtime/Core/Random/IRandom.cs +1 -1
  136. package/Runtime/Core/Random/IllusionFlow.cs +1 -1
  137. package/Runtime/Core/Random/IllusionFlow.cs.meta +1 -1
  138. package/Runtime/Core/Random/LinearCongruentialGenerator.cs +1 -1
  139. package/Runtime/Core/Random/NativePcgRandom.cs +1 -1
  140. package/Runtime/Core/Random/PRNG.cs +1 -1
  141. package/Runtime/Core/Random/PRNG.cs.meta +1 -1
  142. package/Runtime/Core/Random/PcgRandom.cs +1 -1
  143. package/Runtime/Core/Random/PerlinNoise.cs +1 -1
  144. package/Runtime/Core/Random/PerlinNoise.cs.meta +1 -1
  145. package/Runtime/Core/Random/RandomState.cs +1 -1
  146. package/Runtime/Core/Random/RandomUtilities.cs +1 -1
  147. package/Runtime/Core/Random/RomuDuo.cs +1 -1
  148. package/Runtime/Core/Random/RomuDuo.cs.meta +1 -1
  149. package/Runtime/Core/Random/SplitMix64.cs +1 -1
  150. package/Runtime/Core/Random/SquirrelRandom.cs +1 -1
  151. package/Runtime/Core/Random/SystemRandom.cs +1 -1
  152. package/Runtime/Core/Random/ThreadLocalRandom.cs +1 -1
  153. package/Runtime/Core/Random/UnityRandom.cs +1 -1
  154. package/Runtime/Core/Random/WyRandom.cs +1 -1
  155. package/Runtime/Core/Random/WyRandom.cs.meta +1 -1
  156. package/Runtime/Core/Random/XorShiftRandom.cs +1 -1
  157. package/Runtime/Core/Random/XoroShiroRandom.cs +1 -1
  158. package/Runtime/Core/Random/XoroShiroRandom.cs.meta +1 -1
  159. package/Runtime/Core/Serialization/JsonConverters/ColorConverter.cs +1 -1
  160. package/Runtime/Core/Serialization/JsonConverters/GameObjectConverter.cs +1 -1
  161. package/Runtime/Core/Serialization/JsonConverters/Matrix4x4Converter.cs +1 -1
  162. package/Runtime/Core/Serialization/JsonConverters/TypeConverter.cs +1 -1
  163. package/Runtime/Core/Serialization/JsonConverters/Vector2Converter.cs +1 -1
  164. package/Runtime/Core/Serialization/JsonConverters/Vector3Converter.cs +1 -1
  165. package/Runtime/Core/Serialization/JsonConverters/Vector4Converter.cs +1 -1
  166. package/Runtime/Core/Serialization/Serializer.cs +1 -1
  167. package/Runtime/Core/Threading/SingleThreadedThreadPool.cs +1 -1
  168. package/Runtime/Tags/Attribute.cs +1 -1
  169. package/Runtime/Tags/AttributeEffect.cs +1 -1
  170. package/Runtime/Tags/AttributeModification.cs +1 -1
  171. package/Runtime/Tags/AttributeUtilities.cs +1 -1
  172. package/Runtime/Tags/AttributesComponent.cs +1 -1
  173. package/Runtime/Tags/CollisionSenses.cs +1 -1
  174. package/Runtime/Tags/CosmeticEffectComponent.cs +1 -1
  175. package/Runtime/Tags/CosmeticEffectData.cs +1 -1
  176. package/Runtime/Tags/EffectHandle.cs +1 -1
  177. package/Runtime/Tags/EffectHandler.cs +1 -1
  178. package/Runtime/Tags/ModificationAction.cs +1 -1
  179. package/Runtime/Tags/ModifierDurationType.cs +1 -1
  180. package/Runtime/Tags/TagHandler.cs +1 -1
  181. package/Runtime/Utils/AnimationEventEqualityComparer.cs +1 -1
  182. package/Runtime/Utils/AnimatorEnumStateMachine.cs +1 -1
  183. package/Runtime/Utils/Ascii85.cs +1 -1
  184. package/Runtime/Utils/Ascii85.cs.meta +1 -1
  185. package/Runtime/Utils/Buffers.cs +1 -1
  186. package/Runtime/Utils/CenterPointOffset.cs +1 -1
  187. package/Runtime/Utils/CenterPointOffset.cs.meta +1 -1
  188. package/Runtime/Utils/ChildSpawner.cs +1 -1
  189. package/Runtime/Utils/CircleLineRenderer.cs +1 -1
  190. package/Runtime/Utils/CollisionProxy.cs +1 -1
  191. package/Runtime/Utils/CoroutineHandler.cs +1 -1
  192. package/Runtime/Utils/CoroutineHandler.cs.meta +1 -1
  193. package/Runtime/Utils/DeferredDisposalResult.cs +1 -1
  194. package/Runtime/Utils/LZMA.cs +1 -1
  195. package/Runtime/Utils/LZMA.cs.meta +1 -1
  196. package/Runtime/Utils/MatchColliderToSprite.cs +1 -1
  197. package/Runtime/Utils/MatchColliderToSprite.cs.meta +1 -1
  198. package/Runtime/Utils/MatchTransform.cs +1 -1
  199. package/Runtime/Utils/MatchTransform.cs.meta +1 -1
  200. package/Runtime/Utils/Oscillator.cs +1 -1
  201. package/Runtime/Utils/PolygonCollider2DOptimizer.cs +1 -1
  202. package/Runtime/Utils/RuntimeSingleton.cs +1 -1
  203. package/Runtime/Utils/ScriptableObjectSingleton.cs +1 -1
  204. package/Runtime/Utils/SerializedStringComparer.cs +1 -1
  205. package/Runtime/Utils/SetTextureImportData.cs +1 -1
  206. package/Runtime/Utils/SevenZip/Common.meta +1 -1
  207. package/Runtime/Utils/SevenZip.meta +1 -1
  208. package/Runtime/Utils/SpriteRendererMetadata.cs +1 -1
  209. package/Runtime/Utils/SpriteRendererMetadata.cs.meta +1 -1
  210. package/Runtime/Utils/SpriteRendererSyncer.cs +1 -1
  211. package/Runtime/Utils/SpriteRendererSyncer.cs.meta +1 -1
  212. package/Runtime/Utils/StartTracker.cs +1 -1
  213. package/Runtime/Utils/StartTracker.cs.meta +1 -1
  214. package/Runtime/Utils/TextureScale.cs +1 -1
  215. package/Runtime/Utils/TextureScale.cs.meta +1 -1
  216. package/Runtime/Utils/TypeNameSorter.cs +1 -1
  217. package/Runtime/Utils/UnityObjectNameComparer.cs +1 -1
  218. package/Runtime/Utils/UnityObjectNameComparer.cs.meta +1 -1
  219. package/Runtime/Visuals/AnimatedSpriteLayer.cs +1 -1
  220. package/Runtime/Visuals/AnimatedSpriteLayer.cs.meta +1 -1
  221. package/Runtime/Visuals/UGUI/EnhancedImage.cs +1 -1
  222. package/Runtime/Visuals/UGUI/EnhancedImage.cs.meta +1 -1
  223. package/Runtime/Visuals/UGUI.meta +1 -1
  224. package/Runtime/Visuals/UIToolkit/LayeredImage.cs +1 -1
  225. package/Runtime/Visuals/UIToolkit/MultiFileSelectorElement.cs +1 -1
  226. package/Runtime/Visuals/UIToolkit.meta +1 -1
  227. package/Styles/Elements/Progress/ArcedProgressBar.cs +1 -1
  228. package/Styles/Elements/Progress/ArcedProgressBar.cs.meta +1 -1
  229. package/Styles/Elements/Progress/CircularProgressBar.cs +1 -1
  230. package/Styles/Elements/Progress/CircularProgressBar.cs.meta +1 -1
  231. package/Styles/Elements/Progress/GlitchProgressBar.cs +1 -1
  232. package/Styles/Elements/Progress/GlitchProgressBar.cs.meta +1 -1
  233. package/Styles/Elements/Progress/LiquidProgressBar.cs +1 -1
  234. package/Styles/Elements/Progress/LiquidProgressBar.cs.meta +1 -1
  235. package/Styles/Elements/Progress/MarchingAntsProgressBar.cs +1 -1
  236. package/Styles/Elements/Progress/MarchingAntsProgressBar.cs.meta +1 -1
  237. package/Styles/Elements/Progress/RegularProgressBar.cs +1 -1
  238. package/Styles/Elements/Progress/RegularProgressBar.cs.meta +1 -1
  239. package/Styles/Elements/Progress/WigglyProgressBar.cs +1 -1
  240. package/Styles/Elements/Progress/WigglyProgressBar.cs.meta +1 -1
  241. package/Styles/Elements/Progress.meta +1 -1
  242. package/Styles/Elements.meta +1 -1
  243. package/Styles/USS/ArcedProgressBar.uss +1 -1
  244. package/Styles/USS/ArcedProgressBar.uss.meta +1 -1
  245. package/Styles/USS/CirclularProgressBar.uss +1 -1
  246. package/Styles/USS/CirclularProgressBar.uss.meta +1 -1
  247. package/Styles/USS/RegularProgressBar.uss +1 -1
  248. package/Styles/USS/RegularProgressBar.uss.meta +1 -1
  249. package/Styles/USS/WigglyProgressBar.uss +1 -1
  250. package/Styles/USS/WigglyProgressBar.uss.meta +1 -1
  251. package/Styles/USS.meta +1 -1
  252. package/Styles.meta +1 -1
  253. package/Tests/Runtime/Attributes/ChildComponentTests.cs +1 -1
  254. package/Tests/Runtime/Attributes/Components/ExpectChildSpriteRenderers.cs +1 -1
  255. package/Tests/Runtime/Attributes/Components/ExpectParentSpriteRenderers.cs +1 -1
  256. package/Tests/Runtime/Attributes/ParentComponentTests.cs +1 -1
  257. package/Tests/Runtime/Components/RelationalComponentTesterComplex.cs +1 -1
  258. package/Tests/Runtime/Components/RelationalComponentTesterComplex.cs.meta +1 -1
  259. package/Tests/Runtime/Components/RelationalComponentsTesterSimple.cs +1 -1
  260. package/Tests/Runtime/Components.meta +1 -1
  261. package/Tests/Runtime/DataStructures/BalancedKDTreeTests.cs +1 -1
  262. package/Tests/Runtime/DataStructures/CyclicBufferTests.cs +1 -1
  263. package/Tests/Runtime/DataStructures/CyclicBufferTests.cs.meta +1 -1
  264. package/Tests/Runtime/DataStructures/QuadTreeTests.cs +1 -1
  265. package/Tests/Runtime/DataStructures/SpatialTreeTests.cs +1 -1
  266. package/Tests/Runtime/DataStructures/UnbalancedKDTreeTests.cs +1 -1
  267. package/Tests/Runtime/Extensions/DictionaryExtensionTests.cs +1 -1
  268. package/Tests/Runtime/Extensions/DictionaryExtensionTests.cs.meta +1 -1
  269. package/Tests/Runtime/Extensions/EnumExtensionTests.cs +1 -1
  270. package/Tests/Runtime/Extensions/IListExtensionTests.cs +1 -1
  271. package/Tests/Runtime/Extensions/IListExtensionTests.cs.meta +1 -1
  272. package/Tests/Runtime/Extensions/IReadonlyListExtensionTests.cs +58 -0
  273. package/Tests/Runtime/Extensions/IReadonlyListExtensionTests.cs.meta +3 -0
  274. package/Tests/Runtime/Extensions/LoggingExtensionTests.cs +1 -1
  275. package/Tests/Runtime/Extensions/RandomExtensionTests.cs +1 -1
  276. package/Tests/Runtime/Extensions/RandomExtensionTests.cs.meta +1 -1
  277. package/Tests/Runtime/Extensions/StringExtensionTests.cs +1 -1
  278. package/Tests/Runtime/Extensions/StringExtensionTests.cs.meta +1 -1
  279. package/Tests/Runtime/Extensions.meta +1 -1
  280. package/Tests/Runtime/Helper/ArrayConverterTests.cs +1 -1
  281. package/Tests/Runtime/Helper/ArrayConverterTests.cs.meta +1 -1
  282. package/Tests/Runtime/Helper/FormattingHelperTests.cs +1 -1
  283. package/Tests/Runtime/Helper/FormattingHelperTests.cs.meta +1 -1
  284. package/Tests/Runtime/Helper/ObjectHelperTests.cs +1 -1
  285. package/Tests/Runtime/Helper/ObjectHelperTests.cs.meta +1 -1
  286. package/Tests/Runtime/Helper/ReflectionHelperTests.cs +1 -1
  287. package/Tests/Runtime/Helper/SceneHelperTests.cs +1 -1
  288. package/Tests/Runtime/Helper/WallMathTests.cs +1 -1
  289. package/Tests/Runtime/Helper/WallMathTests.cs.meta +1 -1
  290. package/Tests/Runtime/Helper.meta +1 -1
  291. package/Tests/Runtime/Performance/KDTreePerformanceTests.cs +1 -1
  292. package/Tests/Runtime/Performance/ListExtensionPerformanceTests.cs +1 -1
  293. package/Tests/Runtime/Performance/ListExtensionPerformanceTests.cs.meta +1 -1
  294. package/Tests/Runtime/Performance/QuadTreePerformanceTests.cs +1 -1
  295. package/Tests/Runtime/Performance/RandomPerformanceTests.cs +1 -1
  296. package/Tests/Runtime/Performance/RelationComponentPerformanceTests.cs +1 -1
  297. package/Tests/Runtime/Performance/SpatialTreePerformanceTest.cs +1 -1
  298. package/Tests/Runtime/Performance/UnbalancedKDTreeTests.cs +1 -1
  299. package/Tests/Runtime/Random/DotNetRandomTests.cs +1 -1
  300. package/Tests/Runtime/Random/DotNetRandomTests.cs.meta +1 -1
  301. package/Tests/Runtime/Random/IllusionFlowTests.cs +1 -1
  302. package/Tests/Runtime/Random/IllusionFlowTests.cs.meta +1 -1
  303. package/Tests/Runtime/Random/LinearCongruentialGeneratorTests.cs +1 -1
  304. package/Tests/Runtime/Random/RandomTestBase.cs +1 -1
  305. package/Tests/Runtime/Random/RomuDuoRandomTests.cs +1 -1
  306. package/Tests/Runtime/Random/RomuDuoRandomTests.cs.meta +1 -1
  307. package/Tests/Runtime/Random/SplitMix64RandomTests.cs +1 -1
  308. package/Tests/Runtime/Random/SquirrelRandomTests.cs +1 -1
  309. package/Tests/Runtime/Random/SystemRandomTests.cs +1 -1
  310. package/Tests/Runtime/Random/UnityRandomTests.cs +1 -1
  311. package/Tests/Runtime/Random/WyRandomTests.cs +1 -1
  312. package/Tests/Runtime/Random/WyRandomTests.cs.meta +1 -1
  313. package/Tests/Runtime/Random/XorShiftRandomTests.cs +1 -1
  314. package/Tests/Runtime/Random/XoroShiroRandomTests.cs +1 -1
  315. package/Tests/Runtime/Random/XoroShiroRandomTests.cs.meta +1 -1
  316. package/Tests/Runtime/Serialization/JsonSerializationTest.cs +1 -1
  317. package/Tests/Runtime/Serialization/JsonSerializationTest.cs.meta +1 -1
  318. package/Tests/Runtime/Serialization.meta +1 -1
  319. package/Tests/Runtime/Utils/SpriteRendererMetadataTests.cs +1 -1
  320. package/Tests/Runtime/Utils/SpriteRendererMetadataTests.cs.meta +1 -1
  321. package/Tests/Runtime/Utils.meta +1 -1
  322. package/package.json +2 -1
@@ -0,0 +1,6 @@
1
+ version: 2
2
+ updates:
3
+ - package-ecosystem: "github-actions"
4
+ directory: "/"
5
+ schedule:
6
+ interval: "weekly"
@@ -1,4 +1,4 @@
1
- namespace WallstopStudios.UnityHelpers.Editor
1
+ namespace WallstopStudios.UnityHelpers.Editor
2
2
  {
3
3
  #if UNITY_EDITOR
4
4
  using System;
@@ -1,4 +1,4 @@
1
- namespace WallstopStudios.UnityHelpers.Editor.AssetProcessors
1
+ namespace WallstopStudios.UnityHelpers.Editor.AssetProcessors
2
2
  {
3
3
  #if UNITY_EDITOR
4
4
  using System;
@@ -1,4 +1,4 @@
1
- namespace WallstopStudios.UnityHelpers.Editor.CustomDrawers
1
+ namespace WallstopStudios.UnityHelpers.Editor.CustomDrawers
2
2
  {
3
3
  using Core.Attributes;
4
4
  using UnityEditor;
@@ -1,4 +1,4 @@
1
- namespace WallstopStudios.UnityHelpers.Editor.CustomDrawers
1
+ namespace WallstopStudios.UnityHelpers.Editor.CustomDrawers
2
2
  {
3
3
  #if UNITY_EDITOR
4
4
  using System;
@@ -1,4 +1,4 @@
1
- namespace WallstopStudios.UnityHelpers.Editor.CustomDrawers
1
+ namespace WallstopStudios.UnityHelpers.Editor.CustomDrawers
2
2
  {
3
3
  #if UNITY_EDITOR
4
4
  using System;
@@ -1,4 +1,4 @@
1
- namespace WallstopStudios.UnityHelpers.Editor.CustomEditors
1
+ namespace WallstopStudios.UnityHelpers.Editor.CustomEditors
2
2
  {
3
3
  #if UNITY_EDITOR
4
4
  using UnityEditor;
@@ -1,3 +1,3 @@
1
- fileFormatVersion: 2
1
+ fileFormatVersion: 2
2
2
  guid: 47c2b6576aee42869685c6b9c1d565bd
3
3
  timeCreated: 1720738619
@@ -1,4 +1,4 @@
1
- namespace WallstopStudios.UnityHelpers.Editor.CustomEditors
1
+ namespace WallstopStudios.UnityHelpers.Editor.CustomEditors
2
2
  {
3
3
  #if UNITY_EDITOR
4
4
  using System;
@@ -1,3 +1,3 @@
1
- fileFormatVersion: 2
1
+ fileFormatVersion: 2
2
2
  guid: a69ae57f9bf6403dbed0cc02c1f164b4
3
3
  timeCreated: 1746915833
@@ -1,4 +1,4 @@
1
- namespace WallstopStudios.UnityHelpers.Editor.CustomEditors
1
+ namespace WallstopStudios.UnityHelpers.Editor.CustomEditors
2
2
  {
3
3
  #if UNITY_EDITOR
4
4
  using UnityEditor;
@@ -1,4 +1,4 @@
1
- namespace WallstopStudios.UnityHelpers.Editor.CustomEditors
1
+ namespace WallstopStudios.UnityHelpers.Editor.CustomEditors
2
2
  {
3
3
  #if UNITY_EDITOR
4
4
  using System;
@@ -1,3 +1,3 @@
1
- fileFormatVersion: 2
1
+ fileFormatVersion: 2
2
2
  guid: 30a7a4de43c24796aaabe10a9929fcdf
3
3
  timeCreated: 1746913161
@@ -1,3 +1,3 @@
1
- fileFormatVersion: 2
1
+ fileFormatVersion: 2
2
2
  guid: 2edcc08721b94e54b6d2795c2000eee6
3
3
  timeCreated: 1720738611
@@ -1,4 +1,4 @@
1
- namespace WallstopStudios.UnityHelpers.Editor.Extensions
1
+ namespace WallstopStudios.UnityHelpers.Editor.Extensions
2
2
  {
3
3
  #if UNITY_EDITOR
4
4
  using System;
@@ -1,4 +1,4 @@
1
- namespace WallstopStudios.UnityHelpers.Editor.Extensions
1
+ namespace WallstopStudios.UnityHelpers.Editor.Extensions
2
2
  {
3
3
  #if UNITY_EDITOR
4
4
  using System.Linq;
@@ -1,4 +1,4 @@
1
- namespace WallstopStudios.UnityHelpers.Editor
1
+ namespace WallstopStudios.UnityHelpers.Editor
2
2
  {
3
3
  #if UNITY_EDITOR
4
4
  using System.Collections.Generic;
@@ -1,4 +1,4 @@
1
- namespace WallstopStudios.UnityHelpers.Editor
1
+ namespace WallstopStudios.UnityHelpers.Editor
2
2
  {
3
3
  #if UNITY_EDITOR
4
4
  using System;
@@ -1,3 +1,3 @@
1
- fileFormatVersion: 2
1
+ fileFormatVersion: 2
2
2
  guid: c86a641278ae47599e2061241a0a74f6
3
3
  timeCreated: 1746915782
@@ -1,4 +1,4 @@
1
- namespace WallstopStudios.UnityHelpers.Editor
1
+ namespace WallstopStudios.UnityHelpers.Editor
2
2
  {
3
3
  #if UNITY_EDITOR
4
4
  using System;
@@ -1,4 +1,4 @@
1
- namespace WallstopStudios.UnityHelpers.Editor.Sprites
1
+ namespace WallstopStudios.UnityHelpers.Editor.Sprites
2
2
  {
3
3
  #if UNITY_EDITOR
4
4
  using System;
@@ -1,3 +1,3 @@
1
- fileFormatVersion: 2
1
+ fileFormatVersion: 2
2
2
  guid: 40462f0dd8a4429e983409e3374ae66e
3
3
  timeCreated: 1720665801
@@ -1,4 +1,4 @@
1
- namespace WallstopStudios.UnityHelpers.Editor.Sprites
1
+ namespace WallstopStudios.UnityHelpers.Editor.Sprites
2
2
  {
3
3
  #if UNITY_EDITOR
4
4
  using System;
@@ -1,4 +1,4 @@
1
- // ReSharper disable HeapView.CanAvoidClosure
1
+ // ReSharper disable HeapView.CanAvoidClosure
2
2
  namespace WallstopStudios.UnityHelpers.Editor.Sprites
3
3
  {
4
4
  #if UNITY_EDITOR
@@ -1,4 +1,4 @@
1
- namespace WallstopStudios.UnityHelpers.Editor.Sprites
1
+ namespace WallstopStudios.UnityHelpers.Editor.Sprites
2
2
  {
3
3
  #if UNITY_EDITOR
4
4
  using UnityEngine;
@@ -1,4 +1,4 @@
1
- namespace WallstopStudios.UnityHelpers.Editor.Sprites
1
+ namespace WallstopStudios.UnityHelpers.Editor.Sprites
2
2
  {
3
3
  #if UNITY_EDITOR
4
4
  using System;
@@ -1,3 +1,3 @@
1
- fileFormatVersion: 2
1
+ fileFormatVersion: 2
2
2
  guid: 5a2c530c49c04db98f514086203d1c9d
3
3
  timeCreated: 1746910984
@@ -1,4 +1,4 @@
1
- namespace WallstopStudios.UnityHelpers.Editor.Sprites
1
+ namespace WallstopStudios.UnityHelpers.Editor.Sprites
2
2
  {
3
3
  #if UNITY_EDITOR
4
4
  using System;
@@ -1,3 +1,3 @@
1
- fileFormatVersion: 2
1
+ fileFormatVersion: 2
2
2
  guid: 2a8f0685b47e4e3697ff19800eddc3dd
3
3
  timeCreated: 1746911361
@@ -1,4 +1,4 @@
1
- namespace WallstopStudios.UnityHelpers.Editor.Sprites
1
+ namespace WallstopStudios.UnityHelpers.Editor.Sprites
2
2
  {
3
3
  #if UNITY_EDITOR
4
4
  using System;
@@ -1,4 +1,4 @@
1
- namespace WallstopStudios.UnityHelpers.Editor.Sprites
1
+ namespace WallstopStudios.UnityHelpers.Editor.Sprites
2
2
  {
3
3
  #if UNITY_EDITOR
4
4
  using System;
@@ -1,4 +1,4 @@
1
- // ReSharper disable CompareOfFloatsByEqualityOperator
1
+ // ReSharper disable CompareOfFloatsByEqualityOperator
2
2
  namespace WallstopStudios.UnityHelpers.Editor.Sprites
3
3
  {
4
4
  #if UNITY_EDITOR
@@ -1,3 +1,3 @@
1
- fileFormatVersion: 2
1
+ fileFormatVersion: 2
2
2
  guid: d9b66c9d9bef484c9c916fc474d24c86
3
3
  timeCreated: 1720665873
@@ -1,4 +1,4 @@
1
- // ReSharper disable HeapView.CanAvoidClosure
1
+ // ReSharper disable HeapView.CanAvoidClosure
2
2
  namespace WallstopStudios.UnityHelpers.Editor.Sprites
3
3
  {
4
4
  #if UNITY_EDITOR
@@ -1,4 +1,4 @@
1
- namespace WallstopStudios.UnityHelpers.Editor.Sprites
1
+ namespace WallstopStudios.UnityHelpers.Editor.Sprites
2
2
  {
3
3
  #if UNITY_EDITOR
4
4
  using System;
@@ -1,3 +1,3 @@
1
- fileFormatVersion: 2
1
+ fileFormatVersion: 2
2
2
  guid: 7c92d51f5bf348dfac9d569358f42c13
3
3
  timeCreated: 1720666783
@@ -1,4 +1,4 @@
1
- namespace WallstopStudios.UnityHelpers.Editor.Sprites
1
+ namespace WallstopStudios.UnityHelpers.Editor.Sprites
2
2
  {
3
3
  #if UNITY_EDITOR
4
4
  using System;
@@ -1,3 +1,3 @@
1
- fileFormatVersion: 2
1
+ fileFormatVersion: 2
2
2
  guid: 23e3474825574ecfa1084d4d4ca83ebd
3
3
  timeCreated: 1720666563
@@ -1,3 +1,3 @@
1
- fileFormatVersion: 2
1
+ fileFormatVersion: 2
2
2
  guid: 047a84383e254687a6110295f9a67349
3
3
  timeCreated: 1746910939
@@ -1,4 +1,4 @@
1
- namespace WallstopStudios.UnityHelpers.Editor.Tools
1
+ namespace WallstopStudios.UnityHelpers.Editor.Tools
2
2
  {
3
3
  using System;
4
4
  using System.Collections.Generic;
@@ -1,3 +1,3 @@
1
- fileFormatVersion: 2
1
+ fileFormatVersion: 2
2
2
  guid: 00ed1d951b9b4c9799f81af2fac5ed53
3
3
  timeCreated: 1752523817
package/Editor/Tools.meta CHANGED
@@ -1,3 +1,3 @@
1
- fileFormatVersion: 2
1
+ fileFormatVersion: 2
2
2
  guid: 8f5ae51fef654b7c89c699d01e7a918e
3
3
  timeCreated: 1752523806
@@ -1,4 +1,4 @@
1
- namespace WallstopStudios.UnityHelpers.Editor.Utils
1
+ namespace WallstopStudios.UnityHelpers.Editor.Utils
2
2
  {
3
3
  #if UNITY_EDITOR
4
4
  using UnityEditor;
@@ -1,4 +1,4 @@
1
- namespace WallstopStudios.UnityHelpers.Editor.Utils
1
+ namespace WallstopStudios.UnityHelpers.Editor.Utils
2
2
  {
3
3
  #if UNITY_EDITOR
4
4
  using System;
@@ -1,4 +1,4 @@
1
- namespace WallstopStudios.UnityHelpers.Editor.Utils
1
+ namespace WallstopStudios.UnityHelpers.Editor.Utils
2
2
  {
3
3
  #if UNITY_EDITOR
4
4
  using System;
@@ -1,4 +1,4 @@
1
- /*
1
+ /*
2
2
  Original implementation provided by JWoe
3
3
  */
4
4
  namespace WallstopStudios.UnityHelpers.Editor.Visuals
@@ -1,3 +1,3 @@
1
- fileFormatVersion: 2
1
+ fileFormatVersion: 2
2
2
  guid: 7755ce29cad84a99bc77c38557294e11
3
3
  timeCreated: 1752518910
@@ -1,4 +1,4 @@
1
- <?xml version="1.0" encoding="utf-8"?>
1
+ <?xml version="1.0" encoding="utf-8"?>
2
2
  <doc>
3
3
  <assembly>
4
4
  <name>System.Text.Encodings.Web</name>
@@ -1,4 +1,4 @@
1
- <?xml version="1.0" encoding="utf-8"?>
1
+ <?xml version="1.0" encoding="utf-8"?>
2
2
  <doc>
3
3
  <assembly>
4
4
  <name>System.Text.Json</name>
@@ -1,4 +1,4 @@
1
- namespace WallstopStudios.UnityHelpers.Core.Attributes
1
+ namespace WallstopStudios.UnityHelpers.Core.Attributes
2
2
  {
3
3
  using System;
4
4
  using System.Collections.Generic;
@@ -1,4 +1,4 @@
1
- namespace WallstopStudios.UnityHelpers.Core.Attributes
1
+ namespace WallstopStudios.UnityHelpers.Core.Attributes
2
2
  {
3
3
  using System;
4
4
  using System.Collections;
@@ -1,4 +1,4 @@
1
- namespace WallstopStudios.UnityHelpers.Core.Attributes
1
+ namespace WallstopStudios.UnityHelpers.Core.Attributes
2
2
  {
3
3
  using PropertyAttribute = UnityEngine.PropertyAttribute;
4
4
 
@@ -1,4 +1,4 @@
1
- namespace WallstopStudios.UnityHelpers.Core.Attributes
1
+ namespace WallstopStudios.UnityHelpers.Core.Attributes
2
2
  {
3
3
  using System;
4
4
 
@@ -1,4 +1,4 @@
1
- namespace WallstopStudios.UnityHelpers.Core.Attributes
1
+ namespace WallstopStudios.UnityHelpers.Core.Attributes
2
2
  {
3
3
  using UnityEngine;
4
4
 
@@ -1,4 +1,4 @@
1
- namespace WallstopStudios.UnityHelpers.Core.Attributes
1
+ namespace WallstopStudios.UnityHelpers.Core.Attributes
2
2
  {
3
3
  using System;
4
4
 
@@ -1,4 +1,4 @@
1
- namespace WallstopStudios.UnityHelpers.Core.Attributes
1
+ namespace WallstopStudios.UnityHelpers.Core.Attributes
2
2
  {
3
3
  using System;
4
4
  using System.Collections.Generic;
@@ -1,4 +1,4 @@
1
- namespace WallstopStudios.UnityHelpers.Core.Attributes
1
+ namespace WallstopStudios.UnityHelpers.Core.Attributes
2
2
  {
3
3
  using System;
4
4
  using System.Collections;
@@ -1,4 +1,4 @@
1
- namespace WallstopStudios.UnityHelpers.Core.Attributes
1
+ namespace WallstopStudios.UnityHelpers.Core.Attributes
2
2
  {
3
3
  using UnityEngine;
4
4
 
@@ -1,4 +1,4 @@
1
- namespace WallstopStudios.UnityHelpers.Core.Attributes
1
+ namespace WallstopStudios.UnityHelpers.Core.Attributes
2
2
  {
3
3
  using System;
4
4
  using System.Collections;
@@ -1,4 +1,4 @@
1
- namespace WallstopStudios.UnityHelpers.Core.Attributes
1
+ namespace WallstopStudios.UnityHelpers.Core.Attributes
2
2
  {
3
3
  using System;
4
4
  using System.Collections;
@@ -1,4 +1,4 @@
1
- namespace WallstopStudios.UnityHelpers.Core.Attributes
1
+ namespace WallstopStudios.UnityHelpers.Core.Attributes
2
2
  {
3
3
  using System;
4
4
  using System.Linq;
@@ -1,4 +1,4 @@
1
- namespace WallstopStudios.UnityHelpers.Core.DataStructure.Adapters
1
+ namespace WallstopStudios.UnityHelpers.Core.DataStructure.Adapters
2
2
  {
3
3
  using System;
4
4
  using System.Runtime.CompilerServices;
@@ -1,4 +1,4 @@
1
- namespace WallstopStudios.UnityHelpers.Core.DataStructure.Adapters
1
+ namespace WallstopStudios.UnityHelpers.Core.DataStructure.Adapters
2
2
  {
3
3
  using System;
4
4
  using System.Runtime.CompilerServices;
@@ -1,4 +1,4 @@
1
- namespace WallstopStudios.UnityHelpers.Core.DataStructure.Adapters
1
+ namespace WallstopStudios.UnityHelpers.Core.DataStructure.Adapters
2
2
  {
3
3
  using System;
4
4
  using System.Runtime.Serialization;
@@ -1,4 +1,4 @@
1
- namespace WallstopStudios.UnityHelpers.Core.DataStructure.Adapters
1
+ namespace WallstopStudios.UnityHelpers.Core.DataStructure.Adapters
2
2
  {
3
3
  using System;
4
4
  using System.Runtime.Serialization;
@@ -1,4 +1,4 @@
1
- namespace WallstopStudios.UnityHelpers.Core.DataStructure
1
+ namespace WallstopStudios.UnityHelpers.Core.DataStructure
2
2
  {
3
3
  using System;
4
4
  using Extension;
@@ -1,4 +1,4 @@
1
- namespace WallstopStudios.UnityHelpers.Core.DataStructure
1
+ namespace WallstopStudios.UnityHelpers.Core.DataStructure
2
2
  {
3
3
  using System;
4
4
  using System.Collections;
@@ -1,4 +1,4 @@
1
- namespace WallstopStudios.UnityHelpers.Core.DataStructure
1
+ namespace WallstopStudios.UnityHelpers.Core.DataStructure
2
2
  {
3
3
  using System.Collections.Generic;
4
4
  using UnityEngine;
@@ -1,4 +1,4 @@
1
- namespace WallstopStudios.UnityHelpers.Core.DataStructure
1
+ namespace WallstopStudios.UnityHelpers.Core.DataStructure
2
2
  {
3
3
  using System;
4
4
  using System.Collections.Generic;
@@ -1,4 +1,4 @@
1
- namespace WallstopStudios.UnityHelpers.Core.DataStructure
1
+ namespace WallstopStudios.UnityHelpers.Core.DataStructure
2
2
  {
3
3
  using System;
4
4
  using System.Collections.Generic;
@@ -1,4 +1,4 @@
1
- namespace WallstopStudios.UnityHelpers.Core.DataStructure
1
+ namespace WallstopStudios.UnityHelpers.Core.DataStructure
2
2
  {
3
3
  using System;
4
4
  using System.Collections.Generic;
@@ -1,4 +1,4 @@
1
- namespace WallstopStudios.UnityHelpers.Core.DataStructure
1
+ namespace WallstopStudios.UnityHelpers.Core.DataStructure
2
2
  {
3
3
  using System;
4
4
  using System.Collections.Concurrent;
@@ -1,4 +1,4 @@
1
- namespace WallstopStudios.UnityHelpers.Core.DataStructure
1
+ namespace WallstopStudios.UnityHelpers.Core.DataStructure
2
2
  {
3
3
  using System;
4
4
  using Helper;
@@ -1,4 +1,4 @@
1
- namespace WallstopStudios.UnityHelpers.Core.DataStructure
1
+ namespace WallstopStudios.UnityHelpers.Core.DataStructure
2
2
  {
3
3
  using System;
4
4
  using System.Collections.Generic;
@@ -1,4 +1,4 @@
1
- namespace WallstopStudios.UnityHelpers.Core.Extension
1
+ namespace WallstopStudios.UnityHelpers.Core.Extension
2
2
  {
3
3
  using UnityEngine;
4
4
 
@@ -1,4 +1,4 @@
1
- namespace WallstopStudios.UnityHelpers.Core.Extension
1
+ namespace WallstopStudios.UnityHelpers.Core.Extension
2
2
  {
3
3
  using System;
4
4
  using System.Collections.Concurrent;
@@ -1,4 +1,4 @@
1
- namespace WallstopStudios.UnityHelpers.Core.Extension
1
+ namespace WallstopStudios.UnityHelpers.Core.Extension
2
2
  {
3
3
  using System.Collections.Generic;
4
4
  using DataStructure;
@@ -1,4 +1,4 @@
1
- namespace WallstopStudios.UnityHelpers.Core.Extension
1
+ namespace WallstopStudios.UnityHelpers.Core.Extension
2
2
  {
3
3
  using System.Collections.Generic;
4
4
  using System.ComponentModel;
@@ -1,4 +1,4 @@
1
- namespace WallstopStudios.UnityHelpers.Core.Extension
1
+ namespace WallstopStudios.UnityHelpers.Core.Extension
2
2
  {
3
3
  using System;
4
4
  using System.Collections.Concurrent;
@@ -1,4 +1,4 @@
1
- namespace WallstopStudios.UnityHelpers.Core.Extension
1
+ namespace WallstopStudios.UnityHelpers.Core.Extension
2
2
  {
3
3
  using System;
4
4
  using System.Collections.Generic;
@@ -1,4 +1,4 @@
1
- // ReSharper disable StaticMemberInGenericType
1
+ // ReSharper disable StaticMemberInGenericType
2
2
  namespace WallstopStudios.UnityHelpers.Core.Extension
3
3
  {
4
4
  using System;
@@ -1,4 +1,4 @@
1
- namespace WallstopStudios.UnityHelpers.Core.Extension
1
+ namespace WallstopStudios.UnityHelpers.Core.Extension
2
2
  {
3
3
  using System.Collections.Generic;
4
4
 
@@ -1,4 +1,4 @@
1
- namespace WallstopStudios.UnityHelpers.Core.Extension
1
+ namespace WallstopStudios.UnityHelpers.Core.Extension
2
2
  {
3
3
  using System;
4
4
  using System.Collections.Concurrent;
@@ -1,4 +1,4 @@
1
- namespace WallstopStudios.UnityHelpers.Core.Extension
1
+ namespace WallstopStudios.UnityHelpers.Core.Extension
2
2
  {
3
3
  using System;
4
4
  using System.Collections.Generic;