fix: reference subtitle editor dependencies
This commit is contained in:
parent
e9bbf8481a
commit
1a8f069d43
@ -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`.
|
||||
|
||||
@ -3,7 +3,9 @@
|
||||
"rootNamespace": "Streamingle.Utilities.Editor",
|
||||
"references": [
|
||||
"Streamingle.Utilities.Runtime",
|
||||
"Streamingle.Subtitles.Runtime"
|
||||
"Streamingle.Subtitles.Runtime",
|
||||
"Unity.TextMeshPro",
|
||||
"Unity.Timeline"
|
||||
],
|
||||
"includePlatforms": [
|
||||
"Editor"
|
||||
|
||||
@ -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": [
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user