Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement optional "manual saving" to avoid performance issues for prefab use cases #19

Open
Doppelkeks opened this issue May 4, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@Doppelkeks
Copy link
Contributor

Currently, MonoGraphModels can have a large overhead/ perormance degradation if the main gameobject contains a lot of components or is very complex in nature. There is nothing we can do about this fact (as it is completely individual and user driven) but we can implement manual saving to avoid saving and keeping the serializedobject up to date automatically.

@Doppelkeks Doppelkeks added the enhancement New feature or request label May 4, 2023
@Doppelkeks Doppelkeks self-assigned this May 4, 2023
@leissler
Copy link
Contributor

leissler commented May 8, 2023

Thanks for considering this! Maybe it could be somehow choosable between autosave and manual save?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants