bevyengine / bevyengine/bevy

Split Transform component

Open
#6,006 2 comments 0 reactions 0 assignees View on GitHub
A-Transform C-Performance C-Usability X-Needs-SME
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?

Currently transform consist of 3 things. This prevents from editing them in parallel and inconvenient for per-component replication across the network (requires sending all 3 things, even if only one of them is changed).

## What solution would you like?

Turn `Transform` into a bundle.

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.