@atelierai/uco 1.0.0 → 1.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +24 -1
- package/README.md +3 -3
- package/dist/commands/init.js +31 -10
- package/dist/commands/init.js.map +1 -1
- package/dist/devops/lib/install.js +11 -1
- package/dist/devops/lib/install.js.map +1 -1
- package/dist/devops/utils/agents.js +1 -1
- package/dist/devops/utils/agents.js.map +1 -1
- package/docs/INSTALL.zh-CN.md +1 -1
- package/package.json +13 -4
- package/skills/uco-setup/SKILL.md +2 -2
- package/skills/unity-editor/SKILL.md +1 -1
- package/vendor/nuget/Microsoft.Bcl.AsyncInterfaces.dll.meta +39 -39
- package/vendor/nuget/Microsoft.Extensions.DependencyInjection.Abstractions.dll.meta +39 -39
- package/vendor/nuget/Microsoft.Extensions.Logging.Abstractions.dll.meta +39 -39
- package/vendor/nuget/System.Collections.Immutable.dll.meta +39 -39
- package/vendor/nuget/System.Diagnostics.DiagnosticSource.dll.meta +39 -39
- package/vendor/nuget/System.Reflection.Metadata.dll.meta +39 -39
- package/vendor/nuget/System.Runtime.CompilerServices.Unsafe.dll.meta +39 -39
- package/vendor/nuget/System.Text.Encodings.Web.dll.meta +39 -39
- package/vendor/nuget/System.Text.Json.dll.meta +39 -39
- package/vendor/plugin/com.atelierai.unity.copilot/CHANGELOG.md +46 -16
- package/vendor/plugin/com.atelierai.unity.copilot/Editor/DependencyResolver/NuGetResolverMenu.cs +3 -1
- package/vendor/plugin/com.atelierai.unity.copilot/Editor/Scripts/Branding/ProductInfo.cs +4 -5
- package/vendor/plugin/com.atelierai.unity.copilot/Editor/Scripts/CopilotServerManager.cs +1 -1
- package/vendor/plugin/com.atelierai.unity.copilot/Editor/Scripts/Skills/Skill_InitialSetup.cs +1 -1
- package/vendor/plugin/com.atelierai.unity.copilot/Editor/Scripts/UI/MenuItems.cs +7 -66
- package/vendor/plugin/com.atelierai.unity.copilot/Editor/Scripts/UI/Overlay/OpenWindowButton.cs +2 -2
- package/vendor/plugin/com.atelierai.unity.copilot/Editor/Scripts/UI/UnityCopilotProjectSettingsProvider.cs +5 -5
- package/vendor/plugin/com.atelierai.unity.copilot/Editor/Scripts/UI/Window/MainWindowEditor.Connection.cs +1 -1
- package/vendor/plugin/com.atelierai.unity.copilot/Editor/Scripts/UI/Window/MainWindowEditor.CreateGUI.cs +2 -2
- package/vendor/plugin/com.atelierai.unity.copilot/Editor/Scripts/UI/Window/MainWindowEditor.cs +2 -2
- package/vendor/plugin/com.atelierai.unity.copilot/Editor/Scripts/UI/Window/UpdatePopupWindow.cs +2 -2
- package/vendor/plugin/com.atelierai.unity.copilot/Editor/Scripts/UnityCopilotPluginEditor.cs +1 -1
- package/vendor/plugin/com.atelierai.unity.copilot/Editor/Scripts/Utils/ToolsManifestGenerator.cs +1 -1
- package/vendor/plugin/com.atelierai.unity.copilot/Editor/Scripts/Utils/UnityCopilotUpdateProjectSettings.cs +2 -2
- package/vendor/plugin/com.atelierai.unity.copilot/Editor/Scripts/Utils/UpdateChecker.cs +3 -3
- package/vendor/{nuget → plugin/com.atelierai.unity.copilot/Plugins}/ReflectorNet.dll +0 -0
- package/vendor/{nuget → plugin/com.atelierai.unity.copilot/Plugins}/Uco.Framework.Common.dll +0 -0
- package/vendor/{nuget → plugin/com.atelierai.unity.copilot/Plugins}/Uco.Framework.dll +0 -0
- package/vendor/plugin/com.atelierai.unity.copilot/Plugins.meta +8 -0
- package/vendor/plugin/com.atelierai.unity.copilot/README.md +3 -3
- package/vendor/plugin/com.atelierai.unity.copilot/Runtime/UnityCopilotPlugin.cs +1 -1
- package/vendor/plugin/com.atelierai.unity.copilot/Tests/Editor/Tool/Tool/ToolSetEnabledStateTests.cs +1 -1
- package/vendor/plugin/com.atelierai.unity.copilot/Tests/Editor/UI/SceneViewToolbarOverlayTests.cs +1 -1
- package/vendor/plugin/com.atelierai.unity.copilot/package.json +3 -3
- /package/vendor/{nuget → plugin/com.atelierai.unity.copilot/Plugins}/ReflectorNet.dll.meta +0 -0
- /package/vendor/{nuget → plugin/com.atelierai.unity.copilot/Plugins}/Uco.Framework.Common.dll.meta +0 -0
- /package/vendor/{nuget → plugin/com.atelierai.unity.copilot/Plugins}/Uco.Framework.dll.meta +0 -0
|
@@ -1,39 +1,39 @@
|
|
|
1
|
-
fileFormatVersion: 2
|
|
2
|
-
guid: dfd06ebfcd7425f45bbb35a36018b9f0
|
|
3
|
-
PluginImporter:
|
|
4
|
-
externalObjects: {}
|
|
5
|
-
serializedVersion: 2
|
|
6
|
-
iconMap: {}
|
|
7
|
-
executionOrder: {}
|
|
8
|
-
defineConstraints: []
|
|
9
|
-
isPreloaded: 0
|
|
10
|
-
isOverridable: 0
|
|
11
|
-
isExplicitlyReferenced: 0
|
|
12
|
-
validateReferences: 0
|
|
13
|
-
platformData:
|
|
14
|
-
- first:
|
|
15
|
-
: Any
|
|
16
|
-
second:
|
|
17
|
-
enabled: 0
|
|
18
|
-
settings:
|
|
19
|
-
Exclude Editor: 0
|
|
20
|
-
- first:
|
|
21
|
-
Any:
|
|
22
|
-
second:
|
|
23
|
-
enabled: 1
|
|
24
|
-
settings: {}
|
|
25
|
-
- first:
|
|
26
|
-
Editor: Editor
|
|
27
|
-
second:
|
|
28
|
-
enabled: 1
|
|
29
|
-
settings:
|
|
30
|
-
DefaultValueInitialized: true
|
|
31
|
-
- first:
|
|
32
|
-
Windows Store Apps: WindowsStoreApps
|
|
33
|
-
second:
|
|
34
|
-
enabled: 0
|
|
35
|
-
settings:
|
|
36
|
-
CPU: AnyCPU
|
|
37
|
-
userData:
|
|
38
|
-
assetBundleName:
|
|
39
|
-
assetBundleVariant:
|
|
1
|
+
fileFormatVersion: 2
|
|
2
|
+
guid: dfd06ebfcd7425f45bbb35a36018b9f0
|
|
3
|
+
PluginImporter:
|
|
4
|
+
externalObjects: {}
|
|
5
|
+
serializedVersion: 2
|
|
6
|
+
iconMap: {}
|
|
7
|
+
executionOrder: {}
|
|
8
|
+
defineConstraints: []
|
|
9
|
+
isPreloaded: 0
|
|
10
|
+
isOverridable: 0
|
|
11
|
+
isExplicitlyReferenced: 0
|
|
12
|
+
validateReferences: 0
|
|
13
|
+
platformData:
|
|
14
|
+
- first:
|
|
15
|
+
: Any
|
|
16
|
+
second:
|
|
17
|
+
enabled: 0
|
|
18
|
+
settings:
|
|
19
|
+
Exclude Editor: 0
|
|
20
|
+
- first:
|
|
21
|
+
Any:
|
|
22
|
+
second:
|
|
23
|
+
enabled: 1
|
|
24
|
+
settings: {}
|
|
25
|
+
- first:
|
|
26
|
+
Editor: Editor
|
|
27
|
+
second:
|
|
28
|
+
enabled: 1
|
|
29
|
+
settings:
|
|
30
|
+
DefaultValueInitialized: true
|
|
31
|
+
- first:
|
|
32
|
+
Windows Store Apps: WindowsStoreApps
|
|
33
|
+
second:
|
|
34
|
+
enabled: 0
|
|
35
|
+
settings:
|
|
36
|
+
CPU: AnyCPU
|
|
37
|
+
userData:
|
|
38
|
+
assetBundleName:
|
|
39
|
+
assetBundleVariant:
|
|
@@ -1,39 +1,39 @@
|
|
|
1
|
-
fileFormatVersion: 2
|
|
2
|
-
guid: 1ca3a49ba0376324bbe54441a3ddbb6a
|
|
3
|
-
PluginImporter:
|
|
4
|
-
externalObjects: {}
|
|
5
|
-
serializedVersion: 2
|
|
6
|
-
iconMap: {}
|
|
7
|
-
executionOrder: {}
|
|
8
|
-
defineConstraints: []
|
|
9
|
-
isPreloaded: 0
|
|
10
|
-
isOverridable: 0
|
|
11
|
-
isExplicitlyReferenced: 0
|
|
12
|
-
validateReferences: 0
|
|
13
|
-
platformData:
|
|
14
|
-
- first:
|
|
15
|
-
: Any
|
|
16
|
-
second:
|
|
17
|
-
enabled: 0
|
|
18
|
-
settings:
|
|
19
|
-
Exclude Editor: 0
|
|
20
|
-
- first:
|
|
21
|
-
Any:
|
|
22
|
-
second:
|
|
23
|
-
enabled: 1
|
|
24
|
-
settings: {}
|
|
25
|
-
- first:
|
|
26
|
-
Editor: Editor
|
|
27
|
-
second:
|
|
28
|
-
enabled: 1
|
|
29
|
-
settings:
|
|
30
|
-
DefaultValueInitialized: true
|
|
31
|
-
- first:
|
|
32
|
-
Windows Store Apps: WindowsStoreApps
|
|
33
|
-
second:
|
|
34
|
-
enabled: 0
|
|
35
|
-
settings:
|
|
36
|
-
CPU: AnyCPU
|
|
37
|
-
userData:
|
|
38
|
-
assetBundleName:
|
|
39
|
-
assetBundleVariant:
|
|
1
|
+
fileFormatVersion: 2
|
|
2
|
+
guid: 1ca3a49ba0376324bbe54441a3ddbb6a
|
|
3
|
+
PluginImporter:
|
|
4
|
+
externalObjects: {}
|
|
5
|
+
serializedVersion: 2
|
|
6
|
+
iconMap: {}
|
|
7
|
+
executionOrder: {}
|
|
8
|
+
defineConstraints: []
|
|
9
|
+
isPreloaded: 0
|
|
10
|
+
isOverridable: 0
|
|
11
|
+
isExplicitlyReferenced: 0
|
|
12
|
+
validateReferences: 0
|
|
13
|
+
platformData:
|
|
14
|
+
- first:
|
|
15
|
+
: Any
|
|
16
|
+
second:
|
|
17
|
+
enabled: 0
|
|
18
|
+
settings:
|
|
19
|
+
Exclude Editor: 0
|
|
20
|
+
- first:
|
|
21
|
+
Any:
|
|
22
|
+
second:
|
|
23
|
+
enabled: 1
|
|
24
|
+
settings: {}
|
|
25
|
+
- first:
|
|
26
|
+
Editor: Editor
|
|
27
|
+
second:
|
|
28
|
+
enabled: 1
|
|
29
|
+
settings:
|
|
30
|
+
DefaultValueInitialized: true
|
|
31
|
+
- first:
|
|
32
|
+
Windows Store Apps: WindowsStoreApps
|
|
33
|
+
second:
|
|
34
|
+
enabled: 0
|
|
35
|
+
settings:
|
|
36
|
+
CPU: AnyCPU
|
|
37
|
+
userData:
|
|
38
|
+
assetBundleName:
|
|
39
|
+
assetBundleVariant:
|
|
@@ -1,39 +1,39 @@
|
|
|
1
|
-
fileFormatVersion: 2
|
|
2
|
-
guid: 2fb4136cc1830de4a9244991f3a3fb62
|
|
3
|
-
PluginImporter:
|
|
4
|
-
externalObjects: {}
|
|
5
|
-
serializedVersion: 2
|
|
6
|
-
iconMap: {}
|
|
7
|
-
executionOrder: {}
|
|
8
|
-
defineConstraints: []
|
|
9
|
-
isPreloaded: 0
|
|
10
|
-
isOverridable: 0
|
|
11
|
-
isExplicitlyReferenced: 0
|
|
12
|
-
validateReferences: 0
|
|
13
|
-
platformData:
|
|
14
|
-
- first:
|
|
15
|
-
: Any
|
|
16
|
-
second:
|
|
17
|
-
enabled: 0
|
|
18
|
-
settings:
|
|
19
|
-
Exclude Editor: 0
|
|
20
|
-
- first:
|
|
21
|
-
Any:
|
|
22
|
-
second:
|
|
23
|
-
enabled: 1
|
|
24
|
-
settings: {}
|
|
25
|
-
- first:
|
|
26
|
-
Editor: Editor
|
|
27
|
-
second:
|
|
28
|
-
enabled: 1
|
|
29
|
-
settings:
|
|
30
|
-
DefaultValueInitialized: true
|
|
31
|
-
- first:
|
|
32
|
-
Windows Store Apps: WindowsStoreApps
|
|
33
|
-
second:
|
|
34
|
-
enabled: 0
|
|
35
|
-
settings:
|
|
36
|
-
CPU: AnyCPU
|
|
37
|
-
userData:
|
|
38
|
-
assetBundleName:
|
|
39
|
-
assetBundleVariant:
|
|
1
|
+
fileFormatVersion: 2
|
|
2
|
+
guid: 2fb4136cc1830de4a9244991f3a3fb62
|
|
3
|
+
PluginImporter:
|
|
4
|
+
externalObjects: {}
|
|
5
|
+
serializedVersion: 2
|
|
6
|
+
iconMap: {}
|
|
7
|
+
executionOrder: {}
|
|
8
|
+
defineConstraints: []
|
|
9
|
+
isPreloaded: 0
|
|
10
|
+
isOverridable: 0
|
|
11
|
+
isExplicitlyReferenced: 0
|
|
12
|
+
validateReferences: 0
|
|
13
|
+
platformData:
|
|
14
|
+
- first:
|
|
15
|
+
: Any
|
|
16
|
+
second:
|
|
17
|
+
enabled: 0
|
|
18
|
+
settings:
|
|
19
|
+
Exclude Editor: 0
|
|
20
|
+
- first:
|
|
21
|
+
Any:
|
|
22
|
+
second:
|
|
23
|
+
enabled: 1
|
|
24
|
+
settings: {}
|
|
25
|
+
- first:
|
|
26
|
+
Editor: Editor
|
|
27
|
+
second:
|
|
28
|
+
enabled: 1
|
|
29
|
+
settings:
|
|
30
|
+
DefaultValueInitialized: true
|
|
31
|
+
- first:
|
|
32
|
+
Windows Store Apps: WindowsStoreApps
|
|
33
|
+
second:
|
|
34
|
+
enabled: 0
|
|
35
|
+
settings:
|
|
36
|
+
CPU: AnyCPU
|
|
37
|
+
userData:
|
|
38
|
+
assetBundleName:
|
|
39
|
+
assetBundleVariant:
|
|
@@ -1,39 +1,39 @@
|
|
|
1
|
-
fileFormatVersion: 2
|
|
2
|
-
guid: d8e7bda4e91bc9948b99c32b44f1b20e
|
|
3
|
-
PluginImporter:
|
|
4
|
-
externalObjects: {}
|
|
5
|
-
serializedVersion: 2
|
|
6
|
-
iconMap: {}
|
|
7
|
-
executionOrder: {}
|
|
8
|
-
defineConstraints: []
|
|
9
|
-
isPreloaded: 0
|
|
10
|
-
isOverridable: 0
|
|
11
|
-
isExplicitlyReferenced: 0
|
|
12
|
-
validateReferences: 0
|
|
13
|
-
platformData:
|
|
14
|
-
- first:
|
|
15
|
-
: Any
|
|
16
|
-
second:
|
|
17
|
-
enabled: 0
|
|
18
|
-
settings:
|
|
19
|
-
Exclude Editor: 0
|
|
20
|
-
- first:
|
|
21
|
-
Any:
|
|
22
|
-
second:
|
|
23
|
-
enabled: 1
|
|
24
|
-
settings: {}
|
|
25
|
-
- first:
|
|
26
|
-
Editor: Editor
|
|
27
|
-
second:
|
|
28
|
-
enabled: 1
|
|
29
|
-
settings:
|
|
30
|
-
DefaultValueInitialized: true
|
|
31
|
-
- first:
|
|
32
|
-
Windows Store Apps: WindowsStoreApps
|
|
33
|
-
second:
|
|
34
|
-
enabled: 0
|
|
35
|
-
settings:
|
|
36
|
-
CPU: AnyCPU
|
|
37
|
-
userData:
|
|
38
|
-
assetBundleName:
|
|
39
|
-
assetBundleVariant:
|
|
1
|
+
fileFormatVersion: 2
|
|
2
|
+
guid: d8e7bda4e91bc9948b99c32b44f1b20e
|
|
3
|
+
PluginImporter:
|
|
4
|
+
externalObjects: {}
|
|
5
|
+
serializedVersion: 2
|
|
6
|
+
iconMap: {}
|
|
7
|
+
executionOrder: {}
|
|
8
|
+
defineConstraints: []
|
|
9
|
+
isPreloaded: 0
|
|
10
|
+
isOverridable: 0
|
|
11
|
+
isExplicitlyReferenced: 0
|
|
12
|
+
validateReferences: 0
|
|
13
|
+
platformData:
|
|
14
|
+
- first:
|
|
15
|
+
: Any
|
|
16
|
+
second:
|
|
17
|
+
enabled: 0
|
|
18
|
+
settings:
|
|
19
|
+
Exclude Editor: 0
|
|
20
|
+
- first:
|
|
21
|
+
Any:
|
|
22
|
+
second:
|
|
23
|
+
enabled: 1
|
|
24
|
+
settings: {}
|
|
25
|
+
- first:
|
|
26
|
+
Editor: Editor
|
|
27
|
+
second:
|
|
28
|
+
enabled: 1
|
|
29
|
+
settings:
|
|
30
|
+
DefaultValueInitialized: true
|
|
31
|
+
- first:
|
|
32
|
+
Windows Store Apps: WindowsStoreApps
|
|
33
|
+
second:
|
|
34
|
+
enabled: 0
|
|
35
|
+
settings:
|
|
36
|
+
CPU: AnyCPU
|
|
37
|
+
userData:
|
|
38
|
+
assetBundleName:
|
|
39
|
+
assetBundleVariant:
|
|
@@ -1,39 +1,39 @@
|
|
|
1
|
-
fileFormatVersion: 2
|
|
2
|
-
guid: 239a1ddef2f90954fa33262ee21fc384
|
|
3
|
-
PluginImporter:
|
|
4
|
-
externalObjects: {}
|
|
5
|
-
serializedVersion: 2
|
|
6
|
-
iconMap: {}
|
|
7
|
-
executionOrder: {}
|
|
8
|
-
defineConstraints: []
|
|
9
|
-
isPreloaded: 0
|
|
10
|
-
isOverridable: 0
|
|
11
|
-
isExplicitlyReferenced: 0
|
|
12
|
-
validateReferences: 0
|
|
13
|
-
platformData:
|
|
14
|
-
- first:
|
|
15
|
-
: Any
|
|
16
|
-
second:
|
|
17
|
-
enabled: 0
|
|
18
|
-
settings:
|
|
19
|
-
Exclude Editor: 0
|
|
20
|
-
- first:
|
|
21
|
-
Any:
|
|
22
|
-
second:
|
|
23
|
-
enabled: 1
|
|
24
|
-
settings: {}
|
|
25
|
-
- first:
|
|
26
|
-
Editor: Editor
|
|
27
|
-
second:
|
|
28
|
-
enabled: 1
|
|
29
|
-
settings:
|
|
30
|
-
DefaultValueInitialized: true
|
|
31
|
-
- first:
|
|
32
|
-
Windows Store Apps: WindowsStoreApps
|
|
33
|
-
second:
|
|
34
|
-
enabled: 0
|
|
35
|
-
settings:
|
|
36
|
-
CPU: AnyCPU
|
|
37
|
-
userData:
|
|
38
|
-
assetBundleName:
|
|
39
|
-
assetBundleVariant:
|
|
1
|
+
fileFormatVersion: 2
|
|
2
|
+
guid: 239a1ddef2f90954fa33262ee21fc384
|
|
3
|
+
PluginImporter:
|
|
4
|
+
externalObjects: {}
|
|
5
|
+
serializedVersion: 2
|
|
6
|
+
iconMap: {}
|
|
7
|
+
executionOrder: {}
|
|
8
|
+
defineConstraints: []
|
|
9
|
+
isPreloaded: 0
|
|
10
|
+
isOverridable: 0
|
|
11
|
+
isExplicitlyReferenced: 0
|
|
12
|
+
validateReferences: 0
|
|
13
|
+
platformData:
|
|
14
|
+
- first:
|
|
15
|
+
: Any
|
|
16
|
+
second:
|
|
17
|
+
enabled: 0
|
|
18
|
+
settings:
|
|
19
|
+
Exclude Editor: 0
|
|
20
|
+
- first:
|
|
21
|
+
Any:
|
|
22
|
+
second:
|
|
23
|
+
enabled: 1
|
|
24
|
+
settings: {}
|
|
25
|
+
- first:
|
|
26
|
+
Editor: Editor
|
|
27
|
+
second:
|
|
28
|
+
enabled: 1
|
|
29
|
+
settings:
|
|
30
|
+
DefaultValueInitialized: true
|
|
31
|
+
- first:
|
|
32
|
+
Windows Store Apps: WindowsStoreApps
|
|
33
|
+
second:
|
|
34
|
+
enabled: 0
|
|
35
|
+
settings:
|
|
36
|
+
CPU: AnyCPU
|
|
37
|
+
userData:
|
|
38
|
+
assetBundleName:
|
|
39
|
+
assetBundleVariant:
|
|
@@ -1,39 +1,39 @@
|
|
|
1
|
-
fileFormatVersion: 2
|
|
2
|
-
guid: 4dd66d828b06f5d4ba434ef3611c47fa
|
|
3
|
-
PluginImporter:
|
|
4
|
-
externalObjects: {}
|
|
5
|
-
serializedVersion: 2
|
|
6
|
-
iconMap: {}
|
|
7
|
-
executionOrder: {}
|
|
8
|
-
defineConstraints: []
|
|
9
|
-
isPreloaded: 0
|
|
10
|
-
isOverridable: 0
|
|
11
|
-
isExplicitlyReferenced: 0
|
|
12
|
-
validateReferences: 0
|
|
13
|
-
platformData:
|
|
14
|
-
- first:
|
|
15
|
-
: Any
|
|
16
|
-
second:
|
|
17
|
-
enabled: 0
|
|
18
|
-
settings:
|
|
19
|
-
Exclude Editor: 0
|
|
20
|
-
- first:
|
|
21
|
-
Any:
|
|
22
|
-
second:
|
|
23
|
-
enabled: 1
|
|
24
|
-
settings: {}
|
|
25
|
-
- first:
|
|
26
|
-
Editor: Editor
|
|
27
|
-
second:
|
|
28
|
-
enabled: 1
|
|
29
|
-
settings:
|
|
30
|
-
DefaultValueInitialized: true
|
|
31
|
-
- first:
|
|
32
|
-
Windows Store Apps: WindowsStoreApps
|
|
33
|
-
second:
|
|
34
|
-
enabled: 0
|
|
35
|
-
settings:
|
|
36
|
-
CPU: AnyCPU
|
|
37
|
-
userData:
|
|
38
|
-
assetBundleName:
|
|
39
|
-
assetBundleVariant:
|
|
1
|
+
fileFormatVersion: 2
|
|
2
|
+
guid: 4dd66d828b06f5d4ba434ef3611c47fa
|
|
3
|
+
PluginImporter:
|
|
4
|
+
externalObjects: {}
|
|
5
|
+
serializedVersion: 2
|
|
6
|
+
iconMap: {}
|
|
7
|
+
executionOrder: {}
|
|
8
|
+
defineConstraints: []
|
|
9
|
+
isPreloaded: 0
|
|
10
|
+
isOverridable: 0
|
|
11
|
+
isExplicitlyReferenced: 0
|
|
12
|
+
validateReferences: 0
|
|
13
|
+
platformData:
|
|
14
|
+
- first:
|
|
15
|
+
: Any
|
|
16
|
+
second:
|
|
17
|
+
enabled: 0
|
|
18
|
+
settings:
|
|
19
|
+
Exclude Editor: 0
|
|
20
|
+
- first:
|
|
21
|
+
Any:
|
|
22
|
+
second:
|
|
23
|
+
enabled: 1
|
|
24
|
+
settings: {}
|
|
25
|
+
- first:
|
|
26
|
+
Editor: Editor
|
|
27
|
+
second:
|
|
28
|
+
enabled: 1
|
|
29
|
+
settings:
|
|
30
|
+
DefaultValueInitialized: true
|
|
31
|
+
- first:
|
|
32
|
+
Windows Store Apps: WindowsStoreApps
|
|
33
|
+
second:
|
|
34
|
+
enabled: 0
|
|
35
|
+
settings:
|
|
36
|
+
CPU: AnyCPU
|
|
37
|
+
userData:
|
|
38
|
+
assetBundleName:
|
|
39
|
+
assetBundleVariant:
|
|
@@ -1,39 +1,39 @@
|
|
|
1
|
-
fileFormatVersion: 2
|
|
2
|
-
guid: 13179b741499abe4794b9b74aa17fee7
|
|
3
|
-
PluginImporter:
|
|
4
|
-
externalObjects: {}
|
|
5
|
-
serializedVersion: 2
|
|
6
|
-
iconMap: {}
|
|
7
|
-
executionOrder: {}
|
|
8
|
-
defineConstraints: []
|
|
9
|
-
isPreloaded: 0
|
|
10
|
-
isOverridable: 0
|
|
11
|
-
isExplicitlyReferenced: 0
|
|
12
|
-
validateReferences: 0
|
|
13
|
-
platformData:
|
|
14
|
-
- first:
|
|
15
|
-
: Any
|
|
16
|
-
second:
|
|
17
|
-
enabled: 0
|
|
18
|
-
settings:
|
|
19
|
-
Exclude Editor: 0
|
|
20
|
-
- first:
|
|
21
|
-
Any:
|
|
22
|
-
second:
|
|
23
|
-
enabled: 1
|
|
24
|
-
settings: {}
|
|
25
|
-
- first:
|
|
26
|
-
Editor: Editor
|
|
27
|
-
second:
|
|
28
|
-
enabled: 1
|
|
29
|
-
settings:
|
|
30
|
-
DefaultValueInitialized: true
|
|
31
|
-
- first:
|
|
32
|
-
Windows Store Apps: WindowsStoreApps
|
|
33
|
-
second:
|
|
34
|
-
enabled: 0
|
|
35
|
-
settings:
|
|
36
|
-
CPU: AnyCPU
|
|
37
|
-
userData:
|
|
38
|
-
assetBundleName:
|
|
39
|
-
assetBundleVariant:
|
|
1
|
+
fileFormatVersion: 2
|
|
2
|
+
guid: 13179b741499abe4794b9b74aa17fee7
|
|
3
|
+
PluginImporter:
|
|
4
|
+
externalObjects: {}
|
|
5
|
+
serializedVersion: 2
|
|
6
|
+
iconMap: {}
|
|
7
|
+
executionOrder: {}
|
|
8
|
+
defineConstraints: []
|
|
9
|
+
isPreloaded: 0
|
|
10
|
+
isOverridable: 0
|
|
11
|
+
isExplicitlyReferenced: 0
|
|
12
|
+
validateReferences: 0
|
|
13
|
+
platformData:
|
|
14
|
+
- first:
|
|
15
|
+
: Any
|
|
16
|
+
second:
|
|
17
|
+
enabled: 0
|
|
18
|
+
settings:
|
|
19
|
+
Exclude Editor: 0
|
|
20
|
+
- first:
|
|
21
|
+
Any:
|
|
22
|
+
second:
|
|
23
|
+
enabled: 1
|
|
24
|
+
settings: {}
|
|
25
|
+
- first:
|
|
26
|
+
Editor: Editor
|
|
27
|
+
second:
|
|
28
|
+
enabled: 1
|
|
29
|
+
settings:
|
|
30
|
+
DefaultValueInitialized: true
|
|
31
|
+
- first:
|
|
32
|
+
Windows Store Apps: WindowsStoreApps
|
|
33
|
+
second:
|
|
34
|
+
enabled: 0
|
|
35
|
+
settings:
|
|
36
|
+
CPU: AnyCPU
|
|
37
|
+
userData:
|
|
38
|
+
assetBundleName:
|
|
39
|
+
assetBundleVariant:
|
|
@@ -1,16 +1,46 @@
|
|
|
1
|
-
# Changelog
|
|
2
|
-
|
|
3
|
-
## [1.0.
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
the
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
## [1.0.2] - 2026-09-15 — one menu tree, one name: Unity Copilot
|
|
4
|
+
|
|
5
|
+
- The product is named **Unity Copilot** (no hyphen). All menus, window
|
|
6
|
+
titles, the Project Settings page, the scene-view overlay button, and
|
|
7
|
+
generated skill docs now read from the single `ProductInfo` source.
|
|
8
|
+
- The leftover "AI Game Developer" menu tree (NuGet resolver items) is
|
|
9
|
+
merged into **Tools ▸ Unity Copilot**; the stray root-level
|
|
10
|
+
"Generate Tools Manifest" item moves under it too.
|
|
11
|
+
- Removed the dead **Launch MCP Inspector** item and the legacy
|
|
12
|
+
`Commands/` folder (`start_mcp_inspector.bat`, `copy_readme.bat`) — the
|
|
13
|
+
bridge speaks plain REST, there is no MCP endpoint to inspect.
|
|
14
|
+
- Team update kill-switch asset renamed to
|
|
15
|
+
`ProjectSettings/Copilot-UpdateSettings.asset` (the old
|
|
16
|
+
AI-Game-Developer-named file is no longer read; the toggle resets to
|
|
17
|
+
enabled once).
|
|
18
|
+
|
|
19
|
+
## [1.0.1] - 2026-09-15 — self-contained package (framework DLLs move inside)
|
|
20
|
+
|
|
21
|
+
The three locally-built framework DLLs (ReflectorNet.dll, Uco.Framework.dll,
|
|
22
|
+
Uco.Framework.Common.dll) now ship inside the package under `Plugins/`
|
|
23
|
+
instead of being staged into the project's `Assets/Plugins/NuGet/`. A bare
|
|
24
|
+
install from OpenUPM or a git URL now compiles and runs: the bundled
|
|
25
|
+
DependencyResolver still fetches the external NuGet set (all public
|
|
26
|
+
packages) on first import, and the framework trio travels with the package.
|
|
27
|
+
|
|
28
|
+
`uco install` (1.0.1+) removes project-level copies of the relocated trio
|
|
29
|
+
on upgrade — duplicates would collide with the embedded assemblies.
|
|
30
|
+
`build-framework-dlls` now deploys into the package.
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
## [1.0.0] - 2026-09-14 — first public release
|
|
34
|
+
|
|
35
|
+
Inaugural version under the `com.atelierai.unity.copilot` identity. The
|
|
36
|
+
0.7x line was the private fork era; the version counter restarts here with
|
|
37
|
+
the public repository.
|
|
38
|
+
|
|
39
|
+
### Fixed
|
|
40
|
+
|
|
41
|
+
- Node server auto-discovery now looks for the `uco` npm package (the
|
|
42
|
+
package was renamed cocli -> uco in 0.76.0, but discovery still looked
|
|
43
|
+
only for `node_modules/cocli`, which on machines with a pre-rename global
|
|
44
|
+
install resolved to stale 0.2.x server code — or to nothing at all on
|
|
45
|
+
clean machines). An explicit `nodeServerPath` in the plugin config still
|
|
46
|
+
wins over auto-discovery.
|
package/vendor/plugin/com.atelierai.unity.copilot/Editor/DependencyResolver/NuGetResolverMenu.cs
CHANGED
|
@@ -25,7 +25,9 @@ namespace com.AtelierAI.Unity.Copilot.Editor.DependencyResolver
|
|
|
25
25
|
static class NuGetResolverMenu
|
|
26
26
|
{
|
|
27
27
|
const string Tag = NuGetConfig.LogTag;
|
|
28
|
-
|
|
28
|
+
// Literal, not ProductInfo: the resolver is the bootstrap assembly and must
|
|
29
|
+
// not reference the main Editor assembly (circular dependency).
|
|
30
|
+
const string MenuPath = "Tools/Unity Copilot/Dependencies/Force Resolve NuGet DLLs";
|
|
29
31
|
|
|
30
32
|
[MenuItem(MenuPath, priority = 1050)]
|
|
31
33
|
public static void ForceResolve()
|
|
@@ -21,8 +21,7 @@ namespace com.AtelierAI.Unity.Copilot.Editor.Branding
|
|
|
21
21
|
public static class ProductInfo
|
|
22
22
|
{
|
|
23
23
|
public const string ProductName = "Unity Copilot";
|
|
24
|
-
public const string
|
|
25
|
-
public const string ProductLong = ParentBrand + " — " + ProductName;
|
|
24
|
+
public const string ProductLong = ProductName;
|
|
26
25
|
|
|
27
26
|
// Stable package id used for EditorPrefs key namespacing. Decoupled from the UPM
|
|
28
27
|
// package name on disk so a UPM rename doesn't silently wipe per-user state — the
|
|
@@ -32,7 +31,7 @@ namespace com.AtelierAI.Unity.Copilot.Editor.Branding
|
|
|
32
31
|
|
|
33
32
|
// Menu item paths (passed to Unity's [MenuItem] attribute).
|
|
34
33
|
public const string MainWindowMenu = "Window/" + ProductLong + " %&a";
|
|
35
|
-
public const string ToolsMenuRoot = "Tools/" +
|
|
34
|
+
public const string ToolsMenuRoot = "Tools/" + ProductName;
|
|
36
35
|
public const string ServerMenuRoot = ToolsMenuRoot + "/Server";
|
|
37
36
|
|
|
38
37
|
// EditorWindow titleContent / GetWindow titles.
|
|
@@ -52,8 +51,8 @@ namespace com.AtelierAI.Unity.Copilot.Editor.Branding
|
|
|
52
51
|
// status directly in the Editor console.)
|
|
53
52
|
|
|
54
53
|
// Project Settings provider — path users see under Edit > Project Settings.
|
|
55
|
-
public const string SettingsPath = "Project/" +
|
|
56
|
-
public const string SettingsKeywords = "
|
|
54
|
+
public const string SettingsPath = "Project/" + ProductName;
|
|
55
|
+
public const string SettingsKeywords = "Copilot Unity uco";
|
|
57
56
|
|
|
58
57
|
// SessionState / EditorPrefs key prefixes for transient + persistent state.
|
|
59
58
|
// The hash suffix is appended by callers using Application.dataPath FNV-1a.
|
|
@@ -381,7 +381,7 @@ namespace com.AtelierAI.Unity.Copilot.Editor
|
|
|
381
381
|
// The server runs as a "node" process, and PIDs get reused, so also
|
|
382
382
|
// verify the process still owns this project's port before
|
|
383
383
|
// re-attaching — otherwise we might adopt an unrelated node process
|
|
384
|
-
// (
|
|
384
|
+
// (dev server, ...) that recycled our PID.
|
|
385
385
|
if (processName.Contains(NodeProcessName) &&
|
|
386
386
|
GetPidListeningOnPort(UnityCopilotPluginEditor.Port) == savedPid)
|
|
387
387
|
{
|