#Diagnose parent warning
5 messages · Page 1 of 1 (latest)
I luckily found the cause by commenting stuff
still interested in knowing if there's a better way
You can google it( bevy B0004 ) and you will come across the bevy common errors page, specifically this one:
https://bevyengine.org/learn/errors/#b0004
According to the error, you should add to the parent process SpatialBundle::default() as it only contains what is needed for one entity.
Yeah I know what the warning means, I want to figure out what entity pair is causing it