unity-domain-reload-helper icon indicating copy to clipboard operation
unity-domain-reload-helper copied to clipboard

Fixes from Blowerlop plus [ClearOnReload] works with events and properties.

Open toxikman opened this issue 5 months ago • 0 comments

Includes improvements from Blowerlop as well as support for [ClearOnReload] with static events and properties.

For example:

[ClearOnReload] public static event OnButtonClick;
[ClearOnReload] public static float timer { get; private set; }

Changed package version to 1.0.2

toxikman avatar Mar 24 '24 18:03 toxikman