🚨Before submitting this PR. - Please review the [guidelines for contributing](./CONTRIBUTING.md) to this repository. - We welcome the submission of incomplete PRs, for comment, feedback, or assistance. Please prefix the PR with [WIP]. - Make sure you are making a pull request against the **develop branch** (left side). Also you should start *your branch* off *develop*. - Make sure you are requesting to **pull a topic/feature/bugfix branch** (right side). We don't recommend you request from your master! - Check the commit's or even all commits' message styles matches our style and structure. - Check your code additions pass all tests. - Check your code additions have not negatively impacted or altered the behaviour of the FungusExamples. - If adding a new feature, ensure you have added a demo to the FungusExamples and if possible added Tests too. - If adding prefabs or scenes, please make them in the oldest supported version of Unity possible (to ensure they are able to run in the Compatability release) 💔Thank you! With that done and out of the way, you can remove all the above text and get to submitting this PR. ### Description ### What is the current behavior? ### What is the new behavior? - - - ### Important Notes - My change require modifcations or additions to documentation - My change modifies the workflow/editing of flowcharts/blocks/commands etc. - My change modifies the runtime execution/behaviour of existing Fungus Features. e.g., Say, Menus, Portraits, etc. - My change adds tests or test scenes - My change adds demos to FungusExamples - My change modifies existing FungusExamples ### Other information