Skip to content

Commit 555cecb

Browse files
committed
Unity editor commit
1 parent 40d80af commit 555cecb

9 files changed

Lines changed: 409 additions & 370 deletions

File tree

Source Project/Particle System Unity/.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,5 +52,5 @@
5252
"temp/": true,
5353
"Temp/": true
5454
},
55-
"dotnet.defaultSolution": "Particle System Unity.sln"
55+
"dotnet.defaultSolution": "Particle System Unity.slnx"
5656
}

Source Project/Particle System Unity/Assembly-CSharp.csproj

Lines changed: 323 additions & 308 deletions
Large diffs are not rendered by default.

Source Project/Particle System Unity/Logs/Packages-Update.log

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -542,3 +542,20 @@ The following packages were updated:
542542
com.unity.ide.rider from version 3.0.36 to 3.0.38
543543
com.unity.test-framework from version 1.5.1 to 1.6.0
544544
com.unity.timeline from version 1.8.7 to 1.8.9
545+
546+
=== Sun Dec 28 00:05:18 2025
547+
548+
Packages were changed.
549+
Update Mode: updateDependencies
550+
551+
The following packages were added:
552+
com.unity.modules.adaptiveperformance@1.0.0
553+
com.unity.modules.vectorgraphics@1.0.0
554+
The following packages were updated:
555+
com.unity.adaptiveperformance from version 5.1.6 to 6.0.0
556+
com.unity.analytics from version 3.8.1 to 3.8.2
557+
com.unity.collab-proxy from version 2.9.3 to 2.10.2
558+
com.unity.ide.visualstudio from version 2.0.23 to 2.0.25
559+
com.unity.multiplayer.center from version 1.0.0 to 1.0.1
560+
com.unity.purchasing from version 4.12.2 to 4.14.0
561+
com.unity.xr.legacyinputhelpers from version 2.1.12 to 2.1.13

Source Project/Particle System Unity/Packages/manifest.json

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,22 @@
22
"dependencies": {
33
"com.unity.2d.sprite": "1.0.0",
44
"com.unity.2d.tilemap": "1.0.0",
5-
"com.unity.adaptiveperformance": "5.1.6",
5+
"com.unity.adaptiveperformance": "6.0.0",
66
"com.unity.ai.navigation": "2.0.9",
7-
"com.unity.analytics": "3.8.1",
8-
"com.unity.collab-proxy": "2.9.3",
7+
"com.unity.analytics": "3.8.2",
8+
"com.unity.collab-proxy": "2.10.2",
99
"com.unity.ext.nunit": "2.0.5",
1010
"com.unity.ide.rider": "3.0.38",
11-
"com.unity.ide.visualstudio": "2.0.23",
12-
"com.unity.multiplayer.center": "1.0.0",
13-
"com.unity.purchasing": "4.12.2",
11+
"com.unity.ide.visualstudio": "2.0.25",
12+
"com.unity.multiplayer.center": "1.0.1",
13+
"com.unity.purchasing": "4.14.0",
1414
"com.unity.services.mediation": "1.0.5",
1515
"com.unity.test-framework": "1.6.0",
1616
"com.unity.timeline": "1.8.9",
17-
"com.unity.toolchain.macos-arm64-linux-x86_64": "2.0.4",
1817
"com.unity.ugui": "2.0.0",
19-
"com.unity.xr.legacyinputhelpers": "2.1.12",
18+
"com.unity.xr.legacyinputhelpers": "2.1.13",
2019
"com.unity.modules.accessibility": "1.0.0",
20+
"com.unity.modules.adaptiveperformance": "1.0.0",
2121
"com.unity.modules.ai": "1.0.0",
2222
"com.unity.modules.androidjni": "1.0.0",
2323
"com.unity.modules.animation": "1.0.0",
@@ -44,6 +44,7 @@
4444
"com.unity.modules.unitywebrequestaudio": "1.0.0",
4545
"com.unity.modules.unitywebrequesttexture": "1.0.0",
4646
"com.unity.modules.unitywebrequestwww": "1.0.0",
47+
"com.unity.modules.vectorgraphics": "1.0.0",
4748
"com.unity.modules.vehicles": "1.0.0",
4849
"com.unity.modules.video": "1.0.0",
4950
"com.unity.modules.vr": "1.0.0",

Source Project/Particle System Unity/Packages/packages-lock.json

Lines changed: 33 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,12 @@
1616
}
1717
},
1818
"com.unity.adaptiveperformance": {
19-
"version": "5.1.6",
19+
"version": "6.0.0",
2020
"depth": 0,
21-
"source": "registry",
21+
"source": "builtin",
2222
"dependencies": {
23-
"com.unity.profiling.core": "1.0.2",
24-
"com.unity.modules.subsystems": "1.0.0"
25-
},
26-
"url": "https://packages.unity.com"
23+
"com.unity.modules.adaptiveperformance": "1.0.0"
24+
}
2725
},
2826
"com.unity.ai.navigation": {
2927
"version": "2.0.9",
@@ -35,7 +33,7 @@
3533
"url": "https://packages.unity.com"
3634
},
3735
"com.unity.analytics": {
38-
"version": "3.8.1",
36+
"version": "3.8.2",
3937
"depth": 0,
4038
"source": "registry",
4139
"dependencies": {
@@ -45,7 +43,7 @@
4543
"url": "https://packages.unity.com"
4644
},
4745
"com.unity.collab-proxy": {
48-
"version": "2.9.3",
46+
"version": "2.10.2",
4947
"depth": 0,
5048
"source": "registry",
5149
"dependencies": {},
@@ -67,38 +65,31 @@
6765
"url": "https://packages.unity.com"
6866
},
6967
"com.unity.ide.visualstudio": {
70-
"version": "2.0.23",
68+
"version": "2.0.25",
7169
"depth": 0,
7270
"source": "registry",
7371
"dependencies": {
74-
"com.unity.test-framework": "1.1.9"
72+
"com.unity.test-framework": "1.1.31"
7573
},
7674
"url": "https://packages.unity.com"
7775
},
7876
"com.unity.multiplayer.center": {
79-
"version": "1.0.0",
77+
"version": "1.0.1",
8078
"depth": 0,
8179
"source": "builtin",
8280
"dependencies": {
8381
"com.unity.modules.uielements": "1.0.0"
8482
}
8583
},
8684
"com.unity.nuget.newtonsoft-json": {
87-
"version": "3.2.1",
85+
"version": "3.2.2",
8886
"depth": 2,
8987
"source": "registry",
9088
"dependencies": {},
9189
"url": "https://packages.unity.com"
9290
},
93-
"com.unity.profiling.core": {
94-
"version": "1.0.2",
95-
"depth": 1,
96-
"source": "registry",
97-
"dependencies": {},
98-
"url": "https://packages.unity.com"
99-
},
10091
"com.unity.purchasing": {
101-
"version": "4.12.2",
92+
"version": "4.14.0",
10293
"depth": 0,
10394
"source": "registry",
10495
"dependencies": {
@@ -111,7 +102,7 @@
111102
"url": "https://packages.unity.com"
112103
},
113104
"com.unity.services.analytics": {
114-
"version": "6.1.0",
105+
"version": "6.2.0",
115106
"depth": 1,
116107
"source": "registry",
117108
"dependencies": {
@@ -122,7 +113,7 @@
122113
"url": "https://packages.unity.com"
123114
},
124115
"com.unity.services.core": {
125-
"version": "1.14.0",
116+
"version": "1.16.0",
126117
"depth": 1,
127118
"source": "registry",
128119
"dependencies": {
@@ -145,28 +136,12 @@
145136
"url": "https://packages.unity.com"
146137
},
147138
"com.unity.settings-manager": {
148-
"version": "2.1.0",
149-
"depth": 1,
150-
"source": "registry",
151-
"dependencies": {},
152-
"url": "https://packages.unity.com"
153-
},
154-
"com.unity.sysroot": {
155-
"version": "2.0.10",
139+
"version": "2.1.1",
156140
"depth": 1,
157141
"source": "registry",
158142
"dependencies": {},
159143
"url": "https://packages.unity.com"
160144
},
161-
"com.unity.sysroot.linux-x86_64": {
162-
"version": "2.0.9",
163-
"depth": 1,
164-
"source": "registry",
165-
"dependencies": {
166-
"com.unity.sysroot": "2.0.10"
167-
},
168-
"url": "https://packages.unity.com"
169-
},
170145
"com.unity.test-framework": {
171146
"version": "1.6.0",
172147
"depth": 0,
@@ -189,16 +164,6 @@
189164
},
190165
"url": "https://packages.unity.com"
191166
},
192-
"com.unity.toolchain.macos-arm64-linux-x86_64": {
193-
"version": "2.0.4",
194-
"depth": 0,
195-
"source": "registry",
196-
"dependencies": {
197-
"com.unity.sysroot": "2.0.10",
198-
"com.unity.sysroot.linux-x86_64": "2.0.9"
199-
},
200-
"url": "https://packages.unity.com"
201-
},
202167
"com.unity.ugui": {
203168
"version": "2.0.0",
204169
"depth": 0,
@@ -209,7 +174,7 @@
209174
}
210175
},
211176
"com.unity.xr.legacyinputhelpers": {
212-
"version": "2.1.12",
177+
"version": "2.1.13",
213178
"depth": 0,
214179
"source": "registry",
215180
"dependencies": {
@@ -224,6 +189,14 @@
224189
"source": "builtin",
225190
"dependencies": {}
226191
},
192+
"com.unity.modules.adaptiveperformance": {
193+
"version": "1.0.0",
194+
"depth": 0,
195+
"source": "builtin",
196+
"dependencies": {
197+
"com.unity.modules.subsystems": "1.0.0"
198+
}
199+
},
227200
"com.unity.modules.ai": {
228201
"version": "1.0.0",
229202
"depth": 0,
@@ -431,6 +404,16 @@
431404
"com.unity.modules.imageconversion": "1.0.0"
432405
}
433406
},
407+
"com.unity.modules.vectorgraphics": {
408+
"version": "1.0.0",
409+
"depth": 0,
410+
"source": "builtin",
411+
"dependencies": {
412+
"com.unity.modules.uielements": "1.0.0",
413+
"com.unity.modules.imageconversion": "1.0.0",
414+
"com.unity.modules.imgui": "1.0.0"
415+
}
416+
},
434417
"com.unity.modules.vehicles": {
435418
"version": "1.0.0",
436419
"depth": 0,
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
<Solution>
2+
<Project Path="Assembly-CSharp.csproj" />
3+
</Solution>
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
%YAML 1.1
2+
%TAG !u! tag:unity3d.com,2011:
3+
--- !u!114 &1
4+
MonoBehaviour:
5+
m_ObjectHideFlags: 53
6+
m_CorrespondingSourceObject: {fileID: 0}
7+
m_PrefabInstance: {fileID: 0}
8+
m_PrefabAsset: {fileID: 0}
9+
m_GameObject: {fileID: 0}
10+
m_Enabled: 1
11+
m_EditorHideFlags: 0
12+
m_Script: {fileID: 15023, guid: 0000000000000000e000000000000000, type: 0}
13+
m_Name:
14+
m_EditorClassIdentifier: UnityEditor.MultiplayerModule.dll::UnityEditor.Multiplayer.Internal.MultiplayerRolesSettings
15+
m_MultiplayerRoleForClassicProfile:
16+
m_Keys: []
17+
m_Values:
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
m_EditorVersion: 6000.2.8f1
2-
m_EditorVersionWithRevision: 6000.2.8f1 (c9992ac36c34)
1+
m_EditorVersion: 6000.3.2f1
2+
m_EditorVersionWithRevision: 6000.3.2f1 (a9779f353c9b)

Source Project/Particle System Unity/UserSettings/Search.settings

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,14 @@ searchItemFavorites = [
7171
savedSearchesSortOrder = 0
7272
showSavedSearchPanel = false
7373
hideTabs = false
74+
indexOnEditorStartup = true
75+
logIndexingPerformanceReport = false
7476
expandedQueries = [
7577
]
7678
queryBuilder = true
7779
ignoredProperties = "id;name;classname;imagecontentshash"
7880
helperWidgetCurrentArea = "all"
7981
disabledIndexers = ""
8082
minIndexVariations = 2
81-
findProviderIndexHelper = true
83+
findProviderIndexHelper = true
84+
itemIconSize = 32

0 commit comments

Comments
 (0)