jakobhellermann / bevy-inspector-egui

Inspector plugin for the bevy game engine
Apache License 2.0
1.15k stars 169 forks source link

I realise I can use the built-in `Name` component provided by Bevy. #53

Closed droog126 closed 2 years ago

droog126 commented 2 years ago

I realise I can use the built-in Name component provided by Bevy.

Originally posted by @tqwewe in https://github.com/jakobhellermann/bevy-inspector-egui/issues/48#issuecomment-1038851775

Can you give an example?

droog126 commented 2 years ago
        .insert(Name::new("player".to_string()))