21 commenti (21 commenti)0 reazioni (0 reazioni)0 assegnatari (0 assegnatari)C#287 fork (287 fork)auto 404
BugCoreHelp WantedUnit Tests
Metriche repository
- Star
- 1425 stelle (1425 stelle)
- Metriche merge PR
- Metriche PR in attesa (Metriche PR in attesa)
Descrizione
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.
Guida contributor
- Direzione di ricerca
- Esamina l'implementazione esistente di PickShapes in RigidBody.cs per comprenderne i difetti, scrivi un test unitario fallito per dimostrare il problema, poi implementa una versione corretta e ottimizzata per il picking di forma rettangolare.
- Tech stack
- csharp
- Dominio
- game devbackend
- Tipo issue
- Bug
- Prerequisiti
- C#Unit TestingPhysics