From 4860037395c15fcad4b17d18ecba68d8420362ac Mon Sep 17 00:00:00 2001 From: Steve Halliwell Date: Mon, 20 Jul 2020 11:04:12 +1000 Subject: [PATCH] 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)