# Objective Fixes #17024 ## Solution ## Testing By adding ``` if let Some(mut cmd) = commands.get_entity( *equipment_link_node ){ cmd.insert(Visibility::Inherited); // a hack for now } ``` in my build after .set_parent() , this fixes the issue. This is why i think that this change will fix the issue. Unfortunately i was not able to test the Changed (parent ) , this actual code change, because no matter how i 'patch', it breaks my project. I got super close but still had 23 errors due to Reflect being angry. --- |
||
|---|---|---|
| .. | ||
| macros | ||
| src | ||
| Cargo.toml | ||
| README.md | ||