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:
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"CustomInstructionsGUID": "",
|
||||
"CheckpointEnabled": false,
|
||||
"GitInstanceTypeValue": 0,
|
||||
"CustomGitPath": "",
|
||||
"CheckpointRetentionWeeks": 2,
|
||||
"PlanExecutionPromptDismissed": false
|
||||
}
|
||||
Reference in New Issue
Block a user