com.wallstop-studios.unity-helpers 2.0.0-rc79.1 → 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 +8 -2
  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 +5 -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 +12 -2
  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 +3 -1
package/Styles.meta CHANGED
@@ -1,3 +1,3 @@
1
- fileFormatVersion: 2
1
+ fileFormatVersion: 2
2
2
  guid: 6407bb69239048b587d81e2e5e96f4d1
3
3
  timeCreated: 1746656364
@@ -1,4 +1,4 @@
1
- namespace WallstopStudios.UnityHelpers.Tests.Attributes
1
+ namespace WallstopStudios.UnityHelpers.Tests.Attributes
2
2
  {
3
3
  using System.Collections;
4
4
  using System.Linq;
@@ -1,4 +1,4 @@
1
- namespace WallstopStudios.UnityHelpers.Tests.Attributes.Components
1
+ namespace WallstopStudios.UnityHelpers.Tests.Attributes.Components
2
2
  {
3
3
  using System.Collections.Generic;
4
4
  using UnityEngine;
@@ -1,4 +1,4 @@
1
- namespace WallstopStudios.UnityHelpers.Tests.Attributes.Components
1
+ namespace WallstopStudios.UnityHelpers.Tests.Attributes.Components
2
2
  {
3
3
  using System.Collections.Generic;
4
4
  using UnityEngine;
@@ -1,4 +1,4 @@
1
- namespace WallstopStudios.UnityHelpers.Tests.Attributes
1
+ namespace WallstopStudios.UnityHelpers.Tests.Attributes
2
2
  {
3
3
  using System.Collections;
4
4
  using System.Linq;
@@ -1,4 +1,4 @@
1
- namespace WallstopStudios.UnityHelpers.Tests.Components
1
+ namespace WallstopStudios.UnityHelpers.Tests.Components
2
2
  {
3
3
  using UnityEngine;
4
4
  using WallstopStudios.UnityHelpers.Core.Attributes;
@@ -1,3 +1,3 @@
1
- fileFormatVersion: 2
1
+ fileFormatVersion: 2
2
2
  guid: aaa52c6bc8884eae8f45a9bb306d2841
3
3
  timeCreated: 1742066326
@@ -1,4 +1,4 @@
1
- namespace WallstopStudios.UnityHelpers.Tests.Components
1
+ namespace WallstopStudios.UnityHelpers.Tests.Components
2
2
  {
3
3
  using UnityEngine;
4
4
  using WallstopStudios.UnityHelpers.Core.Attributes;
@@ -1,3 +1,3 @@
1
- fileFormatVersion: 2
1
+ fileFormatVersion: 2
2
2
  guid: f1cf7d23925e4ee2a7482f99e4153b53
3
3
  timeCreated: 1742066312
@@ -1,4 +1,4 @@
1
- namespace WallstopStudios.UnityHelpers.Tests.DataStructures
1
+ namespace WallstopStudios.UnityHelpers.Tests.DataStructures
2
2
  {
3
3
  using System.Collections.Generic;
4
4
  using Core.DataStructure;
@@ -1,4 +1,4 @@
1
- namespace WallstopStudios.UnityHelpers.Tests.DataStructures
1
+ namespace WallstopStudios.UnityHelpers.Tests.DataStructures
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: e6e1c3d02ef74aabb922aa776a8648f0
3
3
  timeCreated: 1740364919
@@ -1,4 +1,4 @@
1
- namespace WallstopStudios.UnityHelpers.Tests.DataStructures
1
+ namespace WallstopStudios.UnityHelpers.Tests.DataStructures
2
2
  {
3
3
  using System.Collections.Generic;
4
4
  using Core.DataStructure;
@@ -1,4 +1,4 @@
1
- namespace WallstopStudios.UnityHelpers.Tests.DataStructures
1
+ namespace WallstopStudios.UnityHelpers.Tests.DataStructures
2
2
  {
3
3
  using System.Collections.Generic;
4
4
  using System.Linq;
@@ -1,4 +1,4 @@
1
- namespace WallstopStudios.UnityHelpers.Tests.DataStructures
1
+ namespace WallstopStudios.UnityHelpers.Tests.DataStructures
2
2
  {
3
3
  using System.Collections.Generic;
4
4
  using Core.DataStructure;
@@ -1,4 +1,4 @@
1
- namespace WallstopStudios.UnityHelpers.Tests.Extensions
1
+ namespace WallstopStudios.UnityHelpers.Tests.Extensions
2
2
  {
3
3
  using System.Collections.Generic;
4
4
  using System.Linq;
@@ -1,3 +1,3 @@
1
- fileFormatVersion: 2
1
+ fileFormatVersion: 2
2
2
  guid: 31368b65c8f54bed82bc38001ab86cba
3
3
  timeCreated: 1720405525
@@ -1,4 +1,4 @@
1
- namespace WallstopStudios.UnityHelpers.Tests.Extensions
1
+ namespace WallstopStudios.UnityHelpers.Tests.Extensions
2
2
  {
3
3
  using Core.Extension;
4
4
  using NUnit.Framework;
@@ -1,4 +1,4 @@
1
- namespace WallstopStudios.UnityHelpers.Tests.Extensions
1
+ namespace WallstopStudios.UnityHelpers.Tests.Extensions
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: 53f10c10d1a14859a9a8616477fd318a
3
3
  timeCreated: 1741982863
@@ -0,0 +1,58 @@
1
+ namespace WallstopStudios.UnityHelpers.Tests.Extensions
2
+ {
3
+ using System.Collections.Generic;
4
+ using NUnit.Framework;
5
+ using WallstopStudios.UnityHelpers.Core.DataStructure;
6
+ using WallstopStudios.UnityHelpers.Core.Extension;
7
+
8
+ public sealed class IReadonlyListExtensionTests
9
+ {
10
+ [Test]
11
+ public void IndexOfArray()
12
+ {
13
+ IReadOnlyList<int> list = new int[] { 1, 2, 3 };
14
+ int index = list.IndexOf(1);
15
+ Assert.AreEqual(0, index);
16
+ index = list.IndexOf(2);
17
+ Assert.AreEqual(1, index);
18
+ index = list.IndexOf(3);
19
+ Assert.AreEqual(2, index);
20
+ index = list.IndexOf(4);
21
+ Assert.IsTrue(index < 0);
22
+ index = list.IndexOf(-1);
23
+ Assert.IsTrue(index < 0);
24
+ }
25
+
26
+ [Test]
27
+ public void IndexOfList()
28
+ {
29
+ IReadOnlyList<int> list = new List<int>() { 1, 2, 3 };
30
+ int index = list.IndexOf(1);
31
+ Assert.AreEqual(0, index);
32
+ index = list.IndexOf(2);
33
+ Assert.AreEqual(1, index);
34
+ index = list.IndexOf(3);
35
+ Assert.AreEqual(2, index);
36
+ index = list.IndexOf(4);
37
+ Assert.IsTrue(index < 0);
38
+ index = list.IndexOf(-1);
39
+ Assert.IsTrue(index < 0);
40
+ }
41
+
42
+ [Test]
43
+ public void IndexOfCyclicBuffer()
44
+ {
45
+ CyclicBuffer<int> list = new(3) { 1, 2, 3 };
46
+ int index = list.IndexOf(1);
47
+ Assert.AreEqual(0, index);
48
+ index = list.IndexOf(2);
49
+ Assert.AreEqual(1, index);
50
+ index = list.IndexOf(3);
51
+ Assert.AreEqual(2, index);
52
+ index = list.IndexOf(4);
53
+ Assert.IsTrue(index < 0);
54
+ index = list.IndexOf(-1);
55
+ Assert.IsTrue(index < 0);
56
+ }
57
+ }
58
+ }
@@ -0,0 +1,3 @@
1
+ fileFormatVersion: 2
2
+ guid: 0a0c407c4f6d4d7c8349cfbe96783fcf
3
+ timeCreated: 1757613823
@@ -1,4 +1,4 @@
1
- namespace WallstopStudios.UnityHelpers.Tests.Extensions
1
+ namespace WallstopStudios.UnityHelpers.Tests.Extensions
2
2
  {
3
3
  using System;
4
4
  using System.Collections.Generic;
@@ -1,4 +1,4 @@
1
- namespace WallstopStudios.UnityHelpers.Tests.Extensions
1
+ namespace WallstopStudios.UnityHelpers.Tests.Extensions
2
2
  {
3
3
  using System.Collections.Generic;
4
4
  using Core.Extension;
@@ -1,3 +1,3 @@
1
- fileFormatVersion: 2
1
+ fileFormatVersion: 2
2
2
  guid: 610d56fdeadc4caf9d50c75574db4204
3
3
  timeCreated: 1732732306
@@ -1,4 +1,4 @@
1
- namespace WallstopStudios.UnityHelpers.Tests.Extensions
1
+ namespace WallstopStudios.UnityHelpers.Tests.Extensions
2
2
  {
3
3
  using Core.Extension;
4
4
  using NUnit.Framework;
@@ -1,3 +1,3 @@
1
- fileFormatVersion: 2
1
+ fileFormatVersion: 2
2
2
  guid: 522329788bc543aab266b1d91a8e2b47
3
3
  timeCreated: 1720391633
@@ -1,3 +1,3 @@
1
- fileFormatVersion: 2
1
+ fileFormatVersion: 2
2
2
  guid: 3b57270da98c4ce8bb8714dfb1603ee0
3
3
  timeCreated: 1720391613
@@ -1,4 +1,4 @@
1
- namespace WallstopStudios.UnityHelpers.Tests.Helper
1
+ namespace WallstopStudios.UnityHelpers.Tests.Helper
2
2
  {
3
3
  using System.Linq;
4
4
  using NUnit.Framework;
@@ -1,3 +1,3 @@
1
- fileFormatVersion: 2
1
+ fileFormatVersion: 2
2
2
  guid: 35d3b0e1ba0e43bbb9d899a44b36812a
3
3
  timeCreated: 1732492102
@@ -1,4 +1,4 @@
1
- namespace WallstopStudios.UnityHelpers.Tests.Helper
1
+ namespace WallstopStudios.UnityHelpers.Tests.Helper
2
2
  {
3
3
  using NUnit.Framework;
4
4
  using WallstopStudios.UnityHelpers.Core.Helper;
@@ -1,3 +1,3 @@
1
- fileFormatVersion: 2
1
+ fileFormatVersion: 2
2
2
  guid: 67b3a1cde9694bcb8a7bfbdb9bd477f6
3
3
  timeCreated: 1742758560
@@ -1,4 +1,4 @@
1
- namespace WallstopStudios.UnityHelpers.Tests.Helper
1
+ namespace WallstopStudios.UnityHelpers.Tests.Helper
2
2
  {
3
3
  using System.Collections;
4
4
  using Core.Helper;
@@ -1,3 +1,3 @@
1
- fileFormatVersion: 2
1
+ fileFormatVersion: 2
2
2
  guid: 7cff29f44c1e49f1bc4149eeacea7b9b
3
3
  timeCreated: 1732646804
@@ -1,4 +1,4 @@
1
- namespace WallstopStudios.UnityHelpers.Tests.Helper
1
+ namespace WallstopStudios.UnityHelpers.Tests.Helper
2
2
  {
3
3
  using System;
4
4
  using System.Collections;
@@ -1,4 +1,4 @@
1
- namespace WallstopStudios.UnityHelpers.Tests.Helper
1
+ namespace WallstopStudios.UnityHelpers.Tests.Helper
2
2
  {
3
3
  using System;
4
4
  using System.Collections;
@@ -1,4 +1,4 @@
1
- namespace WallstopStudios.UnityHelpers.Tests.Helper
1
+ namespace WallstopStudios.UnityHelpers.Tests.Helper
2
2
  {
3
3
  using Core.Extension;
4
4
  using NUnit.Framework;
@@ -1,3 +1,3 @@
1
- fileFormatVersion: 2
1
+ fileFormatVersion: 2
2
2
  guid: 11e0e2d4098d47159de89eff698b2510
3
3
  timeCreated: 1732563313
@@ -1,3 +1,3 @@
1
- fileFormatVersion: 2
1
+ fileFormatVersion: 2
2
2
  guid: d1cf06665d214b7aa507e42eb1fdfbe4
3
3
  timeCreated: 1732492095
@@ -1,4 +1,4 @@
1
- namespace WallstopStudios.UnityHelpers.Tests.Performance
1
+ namespace WallstopStudios.UnityHelpers.Tests.Performance
2
2
  {
3
3
  using System.Collections.Generic;
4
4
  using Core.DataStructure;
@@ -1,4 +1,4 @@
1
- namespace WallstopStudios.UnityHelpers.Tests.Performance
1
+ namespace WallstopStudios.UnityHelpers.Tests.Performance
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: f29dacd797514874baf87805f3804a39
3
3
  timeCreated: 1752462474
@@ -1,4 +1,4 @@
1
- namespace WallstopStudios.UnityHelpers.Tests.Performance
1
+ namespace WallstopStudios.UnityHelpers.Tests.Performance
2
2
  {
3
3
  using System.Collections.Generic;
4
4
  using Core.DataStructure;
@@ -1,4 +1,4 @@
1
- namespace WallstopStudios.UnityHelpers.Tests.Performance
1
+ namespace WallstopStudios.UnityHelpers.Tests.Performance
2
2
  {
3
3
  using System;
4
4
  using System.Diagnostics;
@@ -1,4 +1,4 @@
1
- namespace WallstopStudios.UnityHelpers.Tests.Performance
1
+ namespace WallstopStudios.UnityHelpers.Tests.Performance
2
2
  {
3
3
  using System;
4
4
  using System.Diagnostics;
@@ -1,4 +1,4 @@
1
- namespace WallstopStudios.UnityHelpers.Tests.Performance
1
+ namespace WallstopStudios.UnityHelpers.Tests.Performance
2
2
  {
3
3
  using System;
4
4
  using System.Collections;
@@ -1,4 +1,4 @@
1
- namespace WallstopStudios.UnityHelpers.Tests.Performance
1
+ namespace WallstopStudios.UnityHelpers.Tests.Performance
2
2
  {
3
3
  using System.Collections.Generic;
4
4
  using Core.DataStructure;
@@ -1,4 +1,4 @@
1
- namespace WallstopStudios.UnityHelpers.Tests.Random
1
+ namespace WallstopStudios.UnityHelpers.Tests.Random
2
2
  {
3
3
  using WallstopStudios.UnityHelpers.Core.Random;
4
4
 
@@ -1,3 +1,3 @@
1
- fileFormatVersion: 2
1
+ fileFormatVersion: 2
2
2
  guid: 45efbe46a3704e97b7d86757c8528a5c
3
3
  timeCreated: 1732482168
@@ -1,4 +1,4 @@
1
- namespace WallstopStudios.UnityHelpers.Tests.Random
1
+ namespace WallstopStudios.UnityHelpers.Tests.Random
2
2
  {
3
3
  using WallstopStudios.UnityHelpers.Core.Random;
4
4
 
@@ -1,3 +1,3 @@
1
- fileFormatVersion: 2
1
+ fileFormatVersion: 2
2
2
  guid: b501a5a45d604444bd01ff39d35de6e7
3
3
  timeCreated: 1752465449
@@ -1,4 +1,4 @@
1
- namespace WallstopStudios.UnityHelpers.Tests.Random
1
+ namespace WallstopStudios.UnityHelpers.Tests.Random
2
2
  {
3
3
  using WallstopStudios.UnityHelpers.Core.Random;
4
4
 
@@ -1,4 +1,4 @@
1
- namespace WallstopStudios.UnityHelpers.Tests.Random
1
+ namespace WallstopStudios.UnityHelpers.Tests.Random
2
2
  {
3
3
  using System;
4
4
  using System.Collections.Generic;
@@ -1,4 +1,4 @@
1
- namespace WallstopStudios.UnityHelpers.Tests.Random
1
+ namespace WallstopStudios.UnityHelpers.Tests.Random
2
2
  {
3
3
  using WallstopStudios.UnityHelpers.Core.Random;
4
4
 
@@ -1,3 +1,3 @@
1
- fileFormatVersion: 2
1
+ fileFormatVersion: 2
2
2
  guid: 6998ef56b2d04d58977cd95f226c6f50
3
3
  timeCreated: 1735610612
@@ -1,4 +1,4 @@
1
- namespace WallstopStudios.UnityHelpers.Tests.Random
1
+ namespace WallstopStudios.UnityHelpers.Tests.Random
2
2
  {
3
3
  using WallstopStudios.UnityHelpers.Core.Random;
4
4
 
@@ -1,4 +1,4 @@
1
- namespace WallstopStudios.UnityHelpers.Tests.Random
1
+ namespace WallstopStudios.UnityHelpers.Tests.Random
2
2
  {
3
3
  using WallstopStudios.UnityHelpers.Core.Random;
4
4
 
@@ -1,4 +1,4 @@
1
- namespace WallstopStudios.UnityHelpers.Tests.Random
1
+ namespace WallstopStudios.UnityHelpers.Tests.Random
2
2
  {
3
3
  using System;
4
4
  using WallstopStudios.UnityHelpers.Core.Random;
@@ -1,4 +1,4 @@
1
- namespace WallstopStudios.UnityHelpers.Tests.Random
1
+ namespace WallstopStudios.UnityHelpers.Tests.Random
2
2
  {
3
3
  using WallstopStudios.UnityHelpers.Core.Random;
4
4
 
@@ -1,4 +1,4 @@
1
- namespace WallstopStudios.UnityHelpers.Tests.Random
1
+ namespace WallstopStudios.UnityHelpers.Tests.Random
2
2
  {
3
3
  using WallstopStudios.UnityHelpers.Core.Random;
4
4
 
@@ -1,3 +1,3 @@
1
- fileFormatVersion: 2
1
+ fileFormatVersion: 2
2
2
  guid: 700b0f9e94074d7fb2177d37ff9bcd4f
3
3
  timeCreated: 1732481488
@@ -1,4 +1,4 @@
1
- namespace WallstopStudios.UnityHelpers.Tests.Random
1
+ namespace WallstopStudios.UnityHelpers.Tests.Random
2
2
  {
3
3
  using WallstopStudios.UnityHelpers.Core.Random;
4
4
 
@@ -1,4 +1,4 @@
1
- namespace WallstopStudios.UnityHelpers.Tests.Random
1
+ namespace WallstopStudios.UnityHelpers.Tests.Random
2
2
  {
3
3
  using WallstopStudios.UnityHelpers.Core.Random;
4
4
 
@@ -1,3 +1,3 @@
1
- fileFormatVersion: 2
1
+ fileFormatVersion: 2
2
2
  guid: 533b6ecf4c3d4115ad733f59afa8618f
3
3
  timeCreated: 1735610645
@@ -1,4 +1,4 @@
1
- namespace WallstopStudios.UnityHelpers.Tests.Serialization
1
+ namespace WallstopStudios.UnityHelpers.Tests.Serialization
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: 6ccca5065f724d8d8c35a8228317e5ea
3
3
  timeCreated: 1730847840
@@ -1,3 +1,3 @@
1
- fileFormatVersion: 2
1
+ fileFormatVersion: 2
2
2
  guid: f8d204ab204344dc9099d505a15f872f
3
3
  timeCreated: 1730847832
@@ -1,4 +1,4 @@
1
- namespace WallstopStudios.UnityHelpers.Tests.Utils
1
+ namespace WallstopStudios.UnityHelpers.Tests.Utils
2
2
  {
3
3
  using System.Collections;
4
4
  using System.Collections.Generic;
@@ -1,3 +1,3 @@
1
- fileFormatVersion: 2
1
+ fileFormatVersion: 2
2
2
  guid: 5cbbc68f2b7c4c7d8b2fc2324a429130
3
3
  timeCreated: 1720397409
@@ -1,3 +1,3 @@
1
- fileFormatVersion: 2
1
+ fileFormatVersion: 2
2
2
  guid: 07d3ff4fdf554c119ebd3f49fcaa09a3
3
3
  timeCreated: 1720397402
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "com.wallstop-studios.unity-helpers",
3
- "version": "2.0.0-rc79.1",
3
+ "version": "2.0.0-rc79.3",
4
4
  "displayName": "Unity Helpers",
5
5
  "description": "Various Unity Helper Library",
6
6
  "dependencies": {},
@@ -45,3 +45,5 @@
45
45
 
46
46
 
47
47
 
48
+
49
+