bevyengine / bevyengine/bevy

`bevy::ecs::schedule::common_conditions::not` should support `SystemInput`

Open
#19,527 4 comments 0 reactions 0 assignees View on GitHub
A-ECS C-Feature S-Needs-Design X-Contentious
Dominant language
Rust
Stars
48.2k
Forks
4.8k
Avg merge
3d 22h
Merged PRs (30d)
161

Description

## What problem does this solve or what need does it fill?

`bevy::ecs::schedule::common_conditions::not` does not support `SystemInput`. ie, I cannot use systems with `In` params.

## What solution would you like?

I would like `bevy::ecs::schedule::common_conditions::not` to support `SystemInput` so that I can use systems with `In` params.

## What alternative(s) have you considered?

I implemented my own `not` condition.

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.