bevyengine / bevyengine/bevy

Entity{Ref,Mut}Except is duplicate functionality to FilteredEntity{Ref,Mut}

Open
#17,784 6 comments 0 reactions 0 assignees View on GitHub
A-ECS A-Reflection C-Bug D-Modest S-Needs-Design
Dominant language
Rust
Stars
48.2k
Forks
4.8k
Avg merge
3d 22h
Merged PRs (30d)
161

Description

## Bevy version

0.15.2

## What you did

Working on animation stuff.

## What went wrong

`Entity{Ref,Mut}Except` are missing some functionality I need, like `get_by_id`. However, it appears that these types aren't used anywhere except the animation system, and it should be possible to replace them with the existing `FilteredEntity{Ref,Mut}`, which has all the functions I need.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.