28 lines
1.1 KiB
Markdown
28 lines
1.1 KiB
Markdown
# Streamingle Utilities
|
|
|
|
A Unity package containing reusable Streamingle utilities. The package is divided by feature while retaining the existing public namespaces for compatibility.
|
|
|
|
## Modules
|
|
|
|
- **Gaze** — Blendshape eye-gaze driver, Timeline track, guided calibration window, and tests.
|
|
- **Constraints** — Lightweight transform constraints and custom inspectors.
|
|
- **Camera** — `SmoothFollow` component.
|
|
- **Timeline/Subtitles** — TextMeshPro subtitle Timeline track and SRT installer API.
|
|
- **Animation** — Blendshape gap-edge cleanup editor window.
|
|
|
|
## Editor menu conventions
|
|
|
|
- `Tools/Streamingle Utilities/Gaze/Calibration`
|
|
- `Tools/Streamingle Utilities/Animation/Blend Shape Gap Cleanup`
|
|
- `Component/Streamingle Utilities/Constraints/...`
|
|
- `Assets/Create/Streamingle Utilities/Gaze/Blendshape Gaze Profile`
|
|
|
|
## Dependencies
|
|
|
|
- Unity Timeline 1.8.10 or later
|
|
- TextMeshPro 5.0.0 or later
|
|
|
|
## Compatibility
|
|
|
|
The initial package release is validated against Unity 6 (`6000.3`). Public namespaces and the Gaze assembly names are retained during the package extraction to preserve existing project references.
|