Skip to content
This repository has been archived by the owner on Nov 13, 2024. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant