I'm trying to move my physic based game to the ECS. And ran into a problem with the difference in physics.
To give you an example, I put two identical spheres and boxes with the same parameters. But they behave noticeably differently
⚪ White sphere in built-in world
🟣 Pink sphere in ECS world
How can I solve this problem? Maybe there are other ECS Physics settings