fix: reference subtitle editor dependencies

This commit is contained in:
KINDNICK 2026-07-23 22:46:56 +09:00
parent e9bbf8481a
commit 1a8f069d43
3 changed files with 9 additions and 3 deletions

View File

@ -1,6 +1,10 @@
# Changelog # 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. - 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`. - Standardized package folders and Unity menu roots under `Streamingle Utilities`.

View File

@ -3,7 +3,9 @@
"rootNamespace": "Streamingle.Utilities.Editor", "rootNamespace": "Streamingle.Utilities.Editor",
"references": [ "references": [
"Streamingle.Utilities.Runtime", "Streamingle.Utilities.Runtime",
"Streamingle.Subtitles.Runtime" "Streamingle.Subtitles.Runtime",
"Unity.TextMeshPro",
"Unity.Timeline"
], ],
"includePlatforms": [ "includePlatforms": [
"Editor" "Editor"

View File

@ -1,7 +1,7 @@
{ {
"name": "com.streamingle.utilities", "name": "com.streamingle.utilities",
"displayName": "Streamingle Utilities", "displayName": "Streamingle Utilities",
"version": "0.1.0", "version": "0.1.1",
"unity": "6000.0", "unity": "6000.0",
"description": "Reusable Streamingle runtime components and Unity editor utilities.", "description": "Reusable Streamingle runtime components and Unity editor utilities.",
"keywords": [ "keywords": [