bevyengine / bevyengine/bevy

Disabling retained gizmos

Open
#22,814 0 comments 0 reactions 0 assignees View on GitHub
A-Gizmos C-Feature C-Usability S-Needs-Design
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?

I couldn't find any way to disable rendering of the retained gizmo.

## What solution would you like?

Add a way to disable retained gizmos modifying the component or some config

## What alternative(s) have you considered?

1) Usual 'immediate' gizmos can be turned off using GizmoConfigStore (see [3D Gizmos example](https://bevy.org/examples/gizmos/3d-gizmos/))

2) Deleting Gizmo component

## Additional context

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.