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

lifetime property: No deletion mechanism for Local entities and in serverless context. #1303

Open
AleziaKurdis opened this issue Jan 30, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@AleziaKurdis
Copy link
Contributor

The "lifetime" property doesn't work for "local" entities. since there is no client side mechanism to make the deletion happen.
Because of this , we are 100% forced to manage the deletion of those entities by script.
There are plenty of use cases where lifetime would be useful. And this would simplify the scripting.

If we had such client side mechanism, we could also use it when the context is serverless, so we could manage with it "domain" and "local" entities in serverless. (it would keep some scene working when we make a serverless copy.)

Do Avatar entities "lifetime" property works in serverless? Maybe check if we would need to also manage them in serverless context.

@daleglass daleglass added the bug Something isn't working label Feb 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants