SIGN IN SIGN UP
bevyengine / bevy UNCLAIMED

A refreshingly simple data-driven game engine built in Rust

0 0 59 Rust

Immutable Resources fix (#24424)

# Objective

Fixes #24285.

## Solution

Add `UnsafeWorldCell::get_resource_assume_mutable`,
`World::modify_resource` and `World::modify_resource_by_id` and updated
the migration guide.

## Testing

The new methods are essentially identical to their component
counterparts.
T
Trashtalk217 committed
95f03c6a7d2ac4895f1c2977373fcc733fd2d66a
Parent: 49c0cf2
Committed by GitHub <noreply@github.com> on 5/28/2026, 8:38:29 PM