UkoeHB

Results 64 issues of UkoeHB

`RenetClient` increments its `current_time` by adding the duration of the last tick. Since `Duration` doesn't have infinite precision, this causes `current_time` to drift. For long-running servers and clients this may...

## Problem Currently you need a `HashMap` lookup to access channels in clients. On the server these hashmaps are accessed for *every* packet received. ## Solution Use a `Vec` to...

# Objective - All UI systems should be in system sets that are easy to order around in user code. ## Solution - Add `UiSystem::Prepare` and `UiSystem::PostLayout` system sets to...

A-UI
C-Usability
C-Breaking-Change
S-Needs-Review

## Bevy version v0.14.0 ## \[Optional\] Relevant system information MacOS v12.5.1 ## What you did - Ran `cargo run --example ui`. - Resized the window. ## What went wrong The...

C-Bug
A-Windowing
A-UI