#Diagnose parent warning

5 messages · Page 1 of 1 (latest)

cyan iris
#

Is there a way to see which entity / parent is affected on hierarchy warnings?

valid_parent_check_plugin: warning[B0004]: An entity with the ComputedVisibility component has a parent without ComputedVisibility
cyan iris
#

I luckily found the cause by commenting stuff

#

still interested in knowing if there's a better way

primal scaffold
#

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.

cyan iris
#

Yeah I know what the warning means, I want to figure out what entity pair is causing it