ScheduleEditorFinalEvaluation is defined under UNITY_EDITOR but was called unguarded in ProcessFrame, breaking player builds with CS0103. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
19 lines
416 B
JSON
19 lines
416 B
JSON
{
|
|
"name": "com.streamingle.utilities",
|
|
"displayName": "Streamingle Utilities",
|
|
"version": "0.1.4",
|
|
"unity": "6000.0",
|
|
"description": "Reusable Streamingle runtime components and Unity editor utilities.",
|
|
"keywords": [
|
|
"streamingle",
|
|
"utilities",
|
|
"timeline",
|
|
"gaze",
|
|
"constraints"
|
|
],
|
|
"dependencies": {
|
|
"com.unity.textmeshpro": "5.0.0",
|
|
"com.unity.timeline": "1.8.10"
|
|
}
|
|
}
|