the behavior of this package should be configurable using an optional asset in the project for project specific settings (managed in version control system among all developers) on the one hand, and using the editor preferences for installation specific settings on the other hand. Project settings override the default values, editor preferences override the project settings.
The settings are:
- enable the package (default: enabled)
- if the package is disabled, it shouldn't do anything
- enable during playmode (default: enabled)
- if this is disabled, the recompilation won't be triggered if the editor is in playmode
- if it's possible to read the equivalent editor preference about recompilation during playmode, use that instead
- recompile delay in ms (default: 1000 ms)
- if this value is 0, a small delay is still suitable if it's required to collect all changed files
There should be a suitable context menu entry to create the configuration asset.
the behavior of this package should be configurable using an optional asset in the project for project specific settings (managed in version control system among all developers) on the one hand, and using the editor preferences for installation specific settings on the other hand. Project settings override the default values, editor preferences override the project settings.
The settings are:
There should be a suitable context menu entry to create the configuration asset.