-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Labels
gamepriority: mediumA "should" issue, whenever we have the time to solve itA "should" issue, whenever we have the time to solve it
Description
Este caso se debería poder optimizar reutilizando la lista de colliders:
- Sabiendo que si un collider choca con otro, el otro también choca con él
- Ahora se está iterando todos los visuales por cada uno, pero en este ejemplo termina armando siempre la misma lista de colliders
Ahora es medio paja hacerlo porque cada colisión es independiente del resto, habría que cambiar el modelo actual para centralizar el manejo de los colliders. Prefiero hacerlo en la próxima iteración.
Originally posted by @PalumboN in #328 (comment)
Metadata
Metadata
Assignees
Labels
gamepriority: mediumA "should" issue, whenever we have the time to solve itA "should" issue, whenever we have the time to solve it