-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Issues: bevyengine/bevy
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Author
Label
Projects
Milestones
Assignee
Sort
Issues list
Information about supported extensions in Load files from disk to use for things like images, models, and sounds
A-Reflection
Runtime information about types
C-Feature
A new feature, making something new possible
S-Needs-Design
This issue requires design work to think about how it would best be accomplished
ReflectAsset
A-Assets
#19399
opened May 27, 2025 by
Leinnan
DynamicTupleStruct does not mirror the hashability of its underlying type
A-Reflection
Runtime information about types
C-Bug
An unexpected or incorrect behavior
#19304
opened May 20, 2025 by
UkoeHB
Clarify PartialReflect::apply docs
A-Reflection
Runtime information about types
C-Docs
An addition or correction to our documentation
D-Straightforward
Simple bug fixes and API improvements, docs, test and examples
S-Needs-Review
Needs reviewer attention (from anyone!) to move forward
#19250
opened May 17, 2025 by
theotherphil
Loading…
Error registering generic type with Runtime information about types
C-Bug
An unexpected or incorrect behavior
PhantomData
A-Reflection
#19171
opened May 11, 2025 by
benfrankel
bevy_reflect: Fix Runtime information about types
C-Bug
An unexpected or incorrect behavior
D-Macros
Code that generates Rust code
D-Straightforward
Simple bug fixes and API improvements, docs, test and examples
S-Needs-Review
Needs reviewer attention (from anyone!) to move forward
FromReflect
derive for opaque remote wrappers
A-Reflection
#19158
opened May 10, 2025 by
MrGVSV
Loading…
bevy_reflect: Runtime information about types
C-Feature
A new feature, making something new possible
C-Usability
A targeted quality-of-life change that makes Bevy easier to use
D-Macros
Code that generates Rust code
D-Modest
A "normal" level of difficulty; suitable for simple features or challenging fixes
S-Needs-Review
Needs reviewer attention (from anyone!) to move forward
select_type
macro
A-Reflection
#19135
opened May 9, 2025 by
MrGVSV
Loading…
Simplify Runtime information about types
C-Code-Quality
A section of code that is hard to understand or change
D-Straightforward
Simple bug fixes and API improvements, docs, test and examples
S-Needs-Review
Needs reviewer attention (from anyone!) to move forward
bevy_reflect
Features
A-Reflection
#19123
opened May 7, 2025 by
bushrat011899
Loading…
#[reflect(opaque)] remote type fails to register at runtime, making ReflectSerializer unusable
A-Reflection
Runtime information about types
C-Bug
An unexpected or incorrect behavior
S-Needs-Design
This issue requires design work to think about how it would best be accomplished
TypeRegistrationDeserializer: allow fallback to short type paths
A-Reflection
Runtime information about types
C-Feature
A new feature, making something new possible
S-Needs-Review
Needs reviewer attention (from anyone!) to move forward
#18885
opened Apr 20, 2025 by
zwazel
Loading…
Reflecting doesn't auto-convert from i64 to isize
A-Reflection
Runtime information about types
C-Bug
An unexpected or incorrect behavior
C-Usability
A targeted quality-of-life change that makes Bevy easier to use
S-Needs-Design
This issue requires design work to think about how it would best be accomplished
X-Contentious
There are nontrivial implications that should be thought through
#18793
opened Apr 10, 2025 by
anlumo
Add reflect conversions
A-Reflection
Runtime information about types
C-Feature
A new feature, making something new possible
S-Needs-Review
Needs reviewer attention (from anyone!) to move forward
#18757
opened Apr 8, 2025 by
Person-93
Loading…
Re-export uuid crate to use bevy_reflect's uuid version
A-Reflection
Runtime information about types
C-Dependencies
A change to the crates that Bevy depends on
S-Needs-Investigation
This issue requires detective work to figure out what's going wrong
#18723
opened Apr 4, 2025 by
arpadav
Loading…
Null
type in bevy_reflect
A-Reflection
#18707
opened Apr 3, 2025 by
Person-93
Field setters for Runtime information about types
C-Feature
A new feature, making something new possible
D-Straightforward
Simple bug fixes and API improvements, docs, test and examples
S-Ready-For-Implementation
This issue is ready for an implementation PR. Go for it!
X-Uncontroversial
This work is generally agreed upon
DynamicTuple
and DynamicTupleStruct
A-Reflection
#18698
opened Apr 3, 2025 by
Person-93
feat: attempt at making reflection more flexible
A-Reflection
Runtime information about types
C-Usability
A targeted quality-of-life change that makes Bevy easier to use
S-Waiting-on-Author
The author needs to make changes or address concerns before this can be merged
Flexible Reflection Paths
A-Reflection
Runtime information about types
C-Feature
A new feature, making something new possible
D-Modest
A "normal" level of difficulty; suitable for simple features or challenging fixes
S-Needs-Design
This issue requires design work to think about how it would best be accomplished
#18570
opened Mar 27, 2025 by
makspll
PartialReflect::apply Documentation Unclear
A-Reflection
Runtime information about types
C-Docs
An addition or correction to our documentation
D-Straightforward
Simple bug fixes and API improvements, docs, test and examples
S-Ready-For-Implementation
This issue is ready for an implementation PR. Go for it!
X-Uncontroversial
This work is generally agreed upon
#18558
opened Mar 26, 2025 by
anlumo
Event Reflection
A-ECS
Entities, components, systems, and events
A-Reflection
Runtime information about types
C-Usability
A targeted quality-of-life change that makes Bevy easier to use
D-Modest
A "normal" level of difficulty; suitable for simple features or challenging fixes
S-Needs-SME
Decision or review from an SME is required
X-Contentious
There are nontrivial implications that should be thought through
#18511
opened Mar 24, 2025 by
makspll
Reflection - Add a way to register or modify Entities, components, systems, and events
A-Reflection
Runtime information about types
C-Feature
A new feature, making something new possible
D-Straightforward
Simple bug fixes and API improvements, docs, test and examples
S-Ready-For-Implementation
This issue is ready for an implementation PR. Go for it!
X-Uncontroversial
This work is generally agreed upon
RequiredComponents
for a component whose type you don't know
A-ECS
#18420
opened Mar 19, 2025 by
makspll
Shrink from_reflect_with_fallback
A-Reflection
Runtime information about types
C-Performance
A change motivated by improving speed, memory usage or compile times
D-Straightforward
Simple bug fixes and API improvements, docs, test and examples
S-Blocked
This cannot move forward until something else changes
S-Needs-Review
Needs reviewer attention (from anyone!) to move forward
#18296
opened Mar 13, 2025 by
SpecificProtagonist
Loading…
bevy_reflect: Add Runtime information about types
C-Usability
A targeted quality-of-life change that makes Bevy easier to use
D-Straightforward
Simple bug fixes and API improvements, docs, test and examples
S-Needs-Review
Needs reviewer attention (from anyone!) to move forward
ReflectClone
type data
A-Reflection
#18211
opened Mar 9, 2025 by
MrGVSV
Loading…
Allow Runtime information about types
C-Usability
A targeted quality-of-life change that makes Bevy easier to use
D-Modest
A "normal" level of difficulty; suitable for simple features or challenging fixes
S-Ready-For-Implementation
This issue is ready for an implementation PR. Go for it!
DynamicEnum
to not have a set variant
A-Reflection
#18122
opened Mar 2, 2025 by
villor
bevy_reflect: Add reflection support for async fn
A-Reflection
Runtime information about types
C-Feature
A new feature, making something new possible
S-Needs-Design
This issue requires design work to think about how it would best be accomplished
X-Uncontroversial
This work is generally agreed upon
#18053
opened Feb 26, 2025 by
shekohex
Option<T>
- GetTypeRegistration
- Does not store ReflectDefault
type data
A-Reflection
#18018
opened Feb 24, 2025 by
makspll
Tuples don't get Runtime information about types
C-Usability
A targeted quality-of-life change that makes Bevy easier to use
D-Complex
Quite challenging from either a design or technical perspective. Ask for help!
S-Needs-Investigation
This issue requires detective work to figure out what's going wrong
ReflectFromReflect
type data registered in GetTypeRegistration
A-Reflection
#17981
opened Feb 22, 2025 by
makspll
Previous Next
ProTip!
Find all open issues with in progress development work with linked:pr.