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

Automatically removing components #29

Open
BlackCherryCat opened this issue Mar 1, 2024 · 1 comment
Open

Automatically removing components #29

BlackCherryCat opened this issue Mar 1, 2024 · 1 comment

Comments

@BlackCherryCat
Copy link

I would like EQS to be able to remove components (such as constraints) when moving the target to Android and then recover those components when moving the target to Windows.

@techanon
Copy link

techanon commented Mar 22, 2024

I agree, though with a variation on it.
I think that the components should be only removed in a non-destructive way using the [PostProcessScene] mechanism so that it only removes them on world build and on playmode enter. This removes the need for EQS to keep track of all the serialized data between platform swaps.
This should also apply to GameObjects themselves as well.

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

No branches or pull requests

2 participants