Skip to content

Commit 2adf626

Browse files
Update changelog v3.13.4
Update AssetStoreTools, Manifest, Project Version
1 parent 973a70c commit 2adf626

File tree

5 files changed

+28
-25
lines changed

5 files changed

+28
-25
lines changed
43 KB
Binary file not shown.

Assets/AssetStoreTools/Editor/AssetStoreTools.dll.meta

Lines changed: 20 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Assets/Fungus/Docs/CHANGELOG.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,20 @@ Unreleased
55
======
66

77

8+
v3.13.4
9+
======
10+
811
## Fixed
912

1013
- Set actions on Property commands targeting structs now save changes. Previously the target variable was not being copied back to the internal struct, causing changes to be discarded. Impacts the following Property Commands, Color, Matrix, Quaternion, Vector2, Vector3, Vector4.
1114
- Writer with 0 speed and TMPro text correctly writes at infinite speed, previously was infinite loop.
1215
- Collection Contains* commands now actually show the field to store boolean result.
16+
- Writer with TMPro text now correctly calls NotifyGlyph and less susceptible to nested rich text tag confusion.
1317

1418
## Changed
1519

1620
- Conversation System finding character by name now uses an exact match with fallback to previous StartsWith. Thanks to hsandt.
21+
- Flowchart Window labels no longer forced white, to better accomidate dark theme as of Unity 2019.4.8
1722

1823

1924
v3.13.3

Packages/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"dependencies": {
33
"com.unity.2d.sprite": "1.0.0",
44
"com.unity.ext.nunit": "1.0.0",
5-
"com.unity.test-framework": "1.1.13",
5+
"com.unity.test-framework": "1.1.16",
66
"com.unity.textmeshpro": "2.0.1",
77
"com.unity.timeline": "1.2.6",
88
"com.unity.ugui": "1.0.0",

ProjectSettings/ProjectVersion.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
m_EditorVersion: 2019.4.4f1
2-
m_EditorVersionWithRevision: 2019.4.4f1 (1f1dac67805b)
1+
m_EditorVersion: 2019.4.8f1
2+
m_EditorVersionWithRevision: 2019.4.8f1 (60781d942082)

0 commit comments

Comments
 (0)