bevy_entity_uuid 0.17.0

Keep track of entities via uuid
Documentation
1
2
3
4
5
6
7
8
9
10
# bevy_entity_uuid
[![crates.io](https://img.shields.io/crates/v/bevy_entity_uuid)](https://crates.io/crates/bevy_entity_uuid)
[![docs.rs](https://img.shields.io/docsrs/bevy_entity_uuid)](https://docs.rs/bevy_entity_uuid)
[![Please don't upload to GitHub](https://nogithub.codeberg.page/badge.svg)](https://nogithub.codeberg.page)

A bevy plugin to track entities by uuid in addition to the default entity id.

This can be useful when things are matched across networks and a common shared
id identification is required.