diff --git a/CHANGELOG.md b/CHANGELOG.md index 80c2741..1274d59 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # Changelog -## 0.1.0 - Unreleased +## 0.1.1 - Unreleased + +- Added the direct TextMeshPro and Timeline assembly references required by the subtitle editor API. + +## 0.1.0 - Extracted Gaze, transform constraints, SmoothFollow, Timeline subtitles, and animation cleanup into a single UPM package. - Standardized package folders and Unity menu roots under `Streamingle Utilities`. diff --git a/Editor/Streamingle.Utilities.Editor.asmdef b/Editor/Streamingle.Utilities.Editor.asmdef index 8fa4baa..24f0a76 100644 --- a/Editor/Streamingle.Utilities.Editor.asmdef +++ b/Editor/Streamingle.Utilities.Editor.asmdef @@ -3,7 +3,9 @@ "rootNamespace": "Streamingle.Utilities.Editor", "references": [ "Streamingle.Utilities.Runtime", - "Streamingle.Subtitles.Runtime" + "Streamingle.Subtitles.Runtime", + "Unity.TextMeshPro", + "Unity.Timeline" ], "includePlatforms": [ "Editor" diff --git a/package.json b/package.json index a17e6d8..ac5dbf1 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "com.streamingle.utilities", "displayName": "Streamingle Utilities", - "version": "0.1.0", + "version": "0.1.1", "unity": "6000.0", "description": "Reusable Streamingle runtime components and Unity editor utilities.", "keywords": [