Conditionals

Conditionals saves you precious time by letting you evaluate conditions right in the inspector without the need to create and write extra scripts.


It uses reflections and expressions API’s to find the desired fields\properties\methods, stores them in delegates to execute during runtime and fires events when appropriate.


Please make sure to read about reflections and expressions in advance if you are yet to be familiar with it.


If you need basic If-Else or Switch-Case functionalities, Conditionals has you covered!