Dario Zubovic

Results 4 issues of Dario Zubovic

**What is the current behavior?** If method is registered with `AddCommandHandler` instead of `[YarnCommand]`, it's not registered correctly and throws error at play time: ![image](https://github.com/YarnSpinnerTool/YarnSpinner-Unity/assets/7289043/aafaf524-ff63-4d9e-9002-4b2f927a8804) **What is the expected behavior?**...

bug

**What is the current behavior?** ``` YarnSpinner.Unity.SourceCodeGenerator\ActionRegistrationSourceGenerator\YarnActionRegistration-PROJECTNAME.Generated.cs(23,67): error CS1503: Argument 2: cannot convert from 'method group' to 'Delegate' YarnSpinner.Unity.SourceCodeGenerator\ActionRegistrationSourceGenerator\YarnActionRegistration-PROJECTNAME.Generated.cs(24,73): error CS1503: Argument 2: cannot convert from 'method group' to 'Delegate'...

bug

**Kind of change** - [ ] Bug Fix - [ ] Feature - [x] Something else **Changes** - fixes #279 - adds setter for `DialogueRunner.VariableStorage` (needed for our use-case where...

**What is the current behavior?** Both `Yarn.Unity` and `Sirenix.OdinInspector` namespaces define attributes named `ShowIf` and `HideIf`, causing annoying conflicts in scripts that are using both. Odin Inspector is a hugely...

bug