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
Labels
enhancement
New feature or request
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
The text was updated successfully, but these errors were encountered: