Skip to content

How to change RetainedGizmos (occasionally)? #18947

Answered by Henauxg
LTstrange asked this question in Q&A
Discussion options

You must be logged in to vote

Oh my bad, you should definitely try the approach 1, it might end up just fine if your updates are infrequent enough (human interactions).

If updates take too long, try batching your gizmos in a few batch entities, and tweak the batch size (10,100,1000, ...). This way you'(d have a best of both worlds: fast rendering with a few gizmos entities, but fast updates due to only updating a few batches instead of every gizmos.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@LTstrange
Comment options

@Henauxg
Comment options

Henauxg Apr 29, 2025
Collaborator

Answer selected by LTstrange
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants