21 comments (21 comments)0 reactions (0 reactions)0 assignees (0 assignees)C#287 forks (287 forks)auto 404
BugCoreHelp WantedUnit Tests
Repository metrics
- Stars
- 1,425 stars (1,425 stars)
- PR merge metrics
- PR metrics pending (PR metrics pending)
Description
The current implementation of RigidBody.PickShapes is hacky at best and doesn't work properly.
- Write a unit test that proves the implementation doesn't work in all cases.
- Implement a version that works, and (ideally) does so faster.
Contributor guide
- Research direction
- Examine the existing PickShapes implementation in RigidBody.cs to understand its flaws, write a failing unit test to demonstrate the issue, then implement a corrected and optimized version for Rect shaped picking.
- Tech stack
- csharp
- Domain
- game devbackend
- Issue type
- Bug
- Prerequisites
- C#Unit TestingPhysics