16 Commits

Author SHA1 Message Date
e3845a2f5c fix: colliders broken after previous commit 2025-04-09 12:25:56 +03:00
26a80452bc fix: collider2Ds not updating collider after new assignment 2025-04-08 23:18:33 +03:00
66b46e3d36 fix: 2D shape collider parametered constructor not creating a copy of the given shape 2025-04-07 22:37:23 +03:00
d1129c95df chore!: renamed Shape2D.Box to Square for consistency 2025-04-05 17:25:50 +03:00
183966d239 refactor: moved 2D primitives from Physics2D to Core 2025-03-17 21:57:09 +03:00
9ecf0b900f refactor: renamed primitives 2025-03-17 21:54:43 +03:00
9af44d48b3 refactor: code styles enforced with .editorconfig 2025-03-17 21:32:37 +03:00
1ffddab2c1 fix: Collider2DShapeBehaviour.ShapeWorld Create Copy of Shape.Box 2024-01-27 21:50:55 +03:00
2ca243d79c fix: Shape & Circle Colliders Parametered Constructs Null Transform Error 2024-01-27 21:15:17 +03:00
6a104d8abd fix: Collider2DShapeBehaviour TransformShape ref Requirement 2024-01-27 20:34:58 +03:00
15788f2eca refactor: Improved Shape & Circle Code Readability 2024-01-27 20:20:28 +03:00
ab2489f6cf feat: Shape & Circle Collider Constructors 2024-01-27 20:19:55 +03:00
0ba8927858 perf: Collider2DBase NeedsRecalculation Field 2024-01-25 22:00:49 +03:00
00b80f1a01 feat: Collider2DBehaviourBase 2024-01-25 20:42:49 +03:00
385defd8e6 refactor: Possible Bugs 2024-01-25 16:08:50 +03:00
ed15238dcd BREAKING CHANGE: New ICollider 2024-01-24 17:35:14 +03:00