joshcamas / unity-domain-reload-helper

A couple of attributes that help disabling Domain Reloading in Unity easier
MIT License
185 stars 11 forks source link

Add support for constructors requiring parameters #14

Open Blowerlop opened 1 week ago

Blowerlop commented 1 week ago

Hi Josh,

I've added the ability to create a new type instance for constructors requiring parameters. This is particularly useful when the type doesn't have a constructor without parameters.