Add Unity AI Assistant package & settings

Add the com.unity.ai.assistant (2.13.0-pre.1) package to Packages/manifest.json and include related package lock updates. Add default ProjectSettings/Packages/com.unity.ai.assistant/Settings.json to store assistant configuration. Update ProjectSettings.asset to populate cloudServicesEnabled defaults and set project metadata (cloudProjectId, projectName: BABA_YAGA, organizationId: scov3).
This commit is contained in:
2026-06-26 21:45:00 +07:00
parent 0554e24482
commit b6755d9043
4 changed files with 41 additions and 5 deletions

View File

@@ -0,0 +1,8 @@
{
"CustomInstructionsGUID": "",
"CheckpointEnabled": false,
"GitInstanceTypeValue": 0,
"CustomGitPath": "",
"CheckpointRetentionWeeks": 2,
"PlanExecutionPromptDismissed": false
}