You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Register unit type alongside the other primitives (#21298)
# Objective
Primitive types are automatically registered when a `TypeRegistry` is
created, except for unit type `()`.
## Solution
Register `()` alongside other primitives.
## Testing
Run tests in `bevy_reflect`, tested with my code that `()` is being
registered.
0 commit comments