Issues
- 0
crossbeam-0.1.6 cannot transmute between types of different sizes, or dependently-sized types
#299 opened by jarkkofree - 0
can't build at webassembly
#298 opened by korman - 4
- 0
Linking legion entities with rapier2d colliders.
#297 opened by pollmaecher - 2
Memory isn't freed after entity removal
#245 opened by redain - 2
Is project dead?
#296 opened by AcrylicShrimp - 2
Delete entities based on component?
#295 opened by codedcosmos - 2
ComponentSource only support 128 components because ArchetypeWriter use u128 to store claimed.
#263 opened by lazytiger - 0
- 0
Query with ordering / sorting?
#293 opened by cmaughan - 0
- 1
Game map questions (Resource vs Entity)
#279 opened by Fumseck - 0
Fallible systems
#286 opened by simast - 0
- 2
- 1
- 2
how to remove/stop system?
#281 opened by SET001 - 3
- 2
Resources are marked as !Send and !Sync?
#278 opened by simast - 3
Idiomatic way of removing specific entities
#276 opened by nyvs - 3
Having trouble adding systems to the schedule
#258 opened by mwitz8 - 1
Using systems and scheduler in wasm?
#275 opened by scambier - 3
Trying to deserialize from JSON file
#268 opened by dyedquartz - 0
Make `KnownLength` public
#274 opened by SOF3 - 0
Include license file in legion_codegen crate
#273 opened - 1
as_deserialize_into_world(): provide a way to read a deserialized entities' IDs
#269 opened by singalen - 0
Failed World::clone_from(), because of missing Duplicate::register_clone(), asserts
#271 opened by singalen - 0
Should maybe_changed always match at least once?
#270 opened by swiftcoder - 0
Re-export types from `atomic_refcell`
#267 opened by solarretrace - 0
get state of executed system.
#266 opened by N4tus - 5
Question: How to make a mutable query inside a query?
#264 opened by swwind - 0
Panic with `range end index 2 out of range for slice of length 1` with filtering
#265 opened by expenses - 1
Resources with a lifetime
#259 opened by tonyxty - 1
How to access resources
#260 opened by mwitz8 - 2
- 1
Is that possible to use world.entry() on entity arrays created by world.extend()?
#218 opened by Mayrixon - 0
`<PackedStorage<T> as UnknownComponentStorage>::transfer_component` is unsound
#256 opened by ImmemorConsultrixContrarie - 3
- 0
- 0
- 1
How to iterate over all entries in a world?
#243 opened by selvavm - 0
Reexport features wasm-bindgen/stdweb of parking_lot
#242 opened by rmstr1 - 0
- 1
Using NonZeroU64 in Entities
#224 opened by carado - 2
How to have optional component in system?
#234 opened by selvavm - 4
Allow serializing/deserializing Entity outside World
#228 opened by Rua - 2
- 0
- 0
Unnecessary error in #[system] validation
#225 opened by Schmavery - 0
Multiple queries for system codegen
#219 opened by Lara19-dev