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

Ensure Chisel works with "enter playmode without domain reload" #294

Open
LogicalError opened this issue Oct 12, 2020 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@LogicalError
Copy link
Member

Playmode can be configured to happen without domain reload.
https://docs.unity3d.com/2020.2/Documentation/Manual/ConfigurableEnterPlayMode.html?_ga=2.163550143.2072409464.1602486995-1599613611.1548086235

The domain reload unloads all dlls and reloads them again, essentially resetting everything. It is also very slow.
Attributes exist to help with cleaning things up after entering/exiting playmode, and Chisel should take advantage of those to make Chisel work with these different playmodes

@LogicalError LogicalError added the enhancement New feature or request label Oct 12, 2020
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

1 participant