From 31d6d73225bd2d4514364ac76047e799330f58cf Mon Sep 17 00:00:00 2001 From: Steve Halliwell Date: Sun, 28 Jun 2020 14:49:13 +1000 Subject: [PATCH 1/2] Update pull_request_template.md --- .github/pull_request_template.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 4ed64e02..6b432741 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -7,6 +7,7 @@ - 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. @@ -25,14 +26,14 @@ Issue Number: N/A - ### Important Notes - + -- [ ] My change require changes to documentation -- My changes modify - - [ ] the editing of flowcharts/blocks/commands etc. - - [ ] the runtime execution of existing Fungus Features. e.g., Say, Menus, Portraits, etc. -- [ ] My change adds additional tests -- [ ] My change modifies existing FungusExamples +- 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 From 4860037395c15fcad4b17d18ecba68d8420362ac Mon Sep 17 00:00:00 2001 From: Steve Halliwell Date: Mon, 20 Jul 2020 11:04:12 +1000 Subject: [PATCH 2/2] Update ChangeLog and Unity Project Version Now at Fungus v3.13.3 and Unity 2019.4.4 --- Assets/Fungus/Docs/CHANGELOG.txt | 13 +++++++++++++ ProjectSettings/ProjectVersion.txt | 4 ++-- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/Assets/Fungus/Docs/CHANGELOG.txt b/Assets/Fungus/Docs/CHANGELOG.txt index fe1308eb..8221a9ae 100644 --- a/Assets/Fungus/Docs/CHANGELOG.txt +++ b/Assets/Fungus/Docs/CHANGELOG.txt @@ -1,6 +1,19 @@ Changelog {#changelog} ========= +Unreleased +====== + + +v3.13.3 +====== + +## Fixed + + - View Gizmo Drawer specifies type of View, no longer tries to run for every object in scene. + - TMProLinkAnim dictionary errors caused by duplicate entries when Domain Reload is disabled, Thanks to yano. + - Divide Equal now uses Unicode characters in place of ASCII slash in menus, so it shows correctly. + v3.13.2 ====== diff --git a/ProjectSettings/ProjectVersion.txt b/ProjectSettings/ProjectVersion.txt index beea0cc3..5d8f304e 100644 --- a/ProjectSettings/ProjectVersion.txt +++ b/ProjectSettings/ProjectVersion.txt @@ -1,2 +1,2 @@ -m_EditorVersion: 2019.3.13f1 -m_EditorVersionWithRevision: 2019.3.13f1 (d4ddf0d95db9) +m_EditorVersion: 2019.4.4f1 +m_EditorVersionWithRevision: 2019.4.4f1 (1f1dac67805b)