Skip to content

Commit 25720d7

Browse files
committed
Unity version 2021.3.3
1 parent cace95d commit 25720d7

File tree

14 files changed

+115
-99
lines changed

14 files changed

+115
-99
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
!/[Aa]ssets/**/*.meta
2424

2525
# Uncomment this line if you wish to ignore the asset store tools plugin
26-
# /[Aa]ssets/AssetStoreTools*
26+
/[Aa]ssets/AssetStoreTools*
2727

2828
# Autogenerated Jetbrains Rider plugin
2929
/[Aa]ssets/Plugins/Editor/JetBrains*

Assets/Examples/2_SimpleMathEditor/Scenes/Example2.unity

Lines changed: 19 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -234,11 +234,11 @@ RectTransform:
234234
m_LocalScale: {x: 1, y: 1, z: 1}
235235
m_Children: []
236236
m_Father: {fileID: 1523821501}
237-
m_RootOrder: 0
237+
m_RootOrder: 1
238238
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
239239
m_AnchorMin: {x: 0, y: 1}
240240
m_AnchorMax: {x: 0, y: 1}
241-
m_AnchoredPosition: {x: 0, y: 0}
241+
m_AnchoredPosition: {x: 10, y: -10}
242242
m_SizeDelta: {x: 200, y: 50}
243243
m_Pivot: {x: 0, y: 1}
244244
--- !u!114 &484699016
@@ -260,11 +260,22 @@ MonoBehaviour:
260260
m_OnCullStateChanged:
261261
m_PersistentCalls:
262262
m_Calls: []
263-
m_text: right click to open context menu
263+
m_text: 'HOW TO USE
264+
265+
266+
- right click on graph to open graph actions(create node,
267+
save, load)
268+
269+
- right click on node to open node actions menu(delete, clear,
270+
duplicate)
271+
272+
- left pointer drag from output to an input for connection
273+
274+
-
275+
right click on connection to open connection actions(clear connection)'
264276
m_isRightToLeft: 0
265-
m_fontAsset: {fileID: 11400000, guid: 45609f4d231664e06805979fb7296e31, type: 2}
266-
m_sharedMaterial: {fileID: 4950780700770063097, guid: 45609f4d231664e06805979fb7296e31,
267-
type: 2}
277+
m_fontAsset: {fileID: 11400000, guid: 8f586378b4e144a9851e7b34d9b748ee, type: 2}
278+
m_sharedMaterial: {fileID: 2180264, guid: 8f586378b4e144a9851e7b34d9b748ee, type: 2}
268279
m_fontSharedMaterials: []
269280
m_fontMaterial: {fileID: 0}
270281
m_fontMaterials: []
@@ -524,7 +535,7 @@ RectTransform:
524535
m_LocalScale: {x: 1, y: 1, z: 1}
525536
m_Children: []
526537
m_Father: {fileID: 1523821501}
527-
m_RootOrder: 1
538+
m_RootOrder: 0
528539
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
529540
m_AnchorMin: {x: 0, y: 0}
530541
m_AnchorMax: {x: 1, y: 1}
@@ -621,8 +632,8 @@ RectTransform:
621632
m_LocalPosition: {x: 0, y: 0, z: 0}
622633
m_LocalScale: {x: 0, y: 0, z: 0}
623634
m_Children:
624-
- {fileID: 484699015}
625635
- {fileID: 1266083422}
636+
- {fileID: 484699015}
626637
m_Father: {fileID: 0}
627638
m_RootOrder: 3
628639
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}

Assets/docs/documentation.pdf

548 KB
Binary file not shown.

Assets/docs/documentation.pdf.meta

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Packages/manifest.json

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,9 @@
11
{
22
"dependencies": {
3-
"com.unity.2d.animation": "3.2.14",
4-
"com.unity.2d.psdimporter": "2.1.10",
53
"com.unity.2d.sprite": "1.0.0",
6-
"com.unity.2d.spriteshape": "3.0.18",
7-
"com.unity.ide.visualstudio": "2.0.14",
8-
"com.unity.ide.vscode": "1.2.4",
9-
"com.unity.test-framework": "1.1.30",
10-
"com.unity.textmeshpro": "2.1.4",
11-
"com.unity.timeline": "1.2.18",
4+
"com.unity.2d.spriteshape": "7.0.4",
5+
"com.unity.ide.vscode": "1.2.5",
6+
"com.unity.textmeshpro": "3.0.6",
127
"com.unity.ugui": "1.0.0",
138
"com.unity.modules.ai": "1.0.0",
149
"com.unity.modules.androidjni": "1.0.0",

Packages/packages-lock.json

Lines changed: 28 additions & 67 deletions
Original file line numberDiff line numberDiff line change
@@ -1,125 +1,74 @@
11
{
22
"dependencies": {
3-
"com.unity.2d.animation": {
4-
"version": "3.2.14",
5-
"depth": 0,
6-
"source": "registry",
7-
"dependencies": {
8-
"com.unity.2d.common": "2.1.0",
9-
"com.unity.mathematics": "1.1.0",
10-
"com.unity.2d.sprite": "1.0.0",
11-
"com.unity.modules.animation": "1.0.0",
12-
"com.unity.modules.uielements": "1.0.0"
13-
},
14-
"url": "https://packages.unity.com"
15-
},
163
"com.unity.2d.common": {
17-
"version": "2.1.0",
4+
"version": "6.0.3",
185
"depth": 1,
196
"source": "registry",
207
"dependencies": {
218
"com.unity.2d.sprite": "1.0.0",
22-
"com.unity.modules.uielements": "1.0.0"
9+
"com.unity.mathematics": "1.1.0",
10+
"com.unity.modules.uielements": "1.0.0",
11+
"com.unity.burst": "1.5.1"
2312
},
2413
"url": "https://packages.unity.com"
2514
},
2615
"com.unity.2d.path": {
27-
"version": "2.1.1",
16+
"version": "5.0.2",
2817
"depth": 1,
2918
"source": "registry",
3019
"dependencies": {},
3120
"url": "https://packages.unity.com"
3221
},
33-
"com.unity.2d.psdimporter": {
34-
"version": "2.1.10",
35-
"depth": 0,
36-
"source": "registry",
37-
"dependencies": {
38-
"com.unity.2d.common": "2.1.0",
39-
"com.unity.2d.animation": "3.2.14",
40-
"com.unity.2d.sprite": "1.0.0"
41-
},
42-
"url": "https://packages.unity.com"
43-
},
4422
"com.unity.2d.sprite": {
4523
"version": "1.0.0",
4624
"depth": 0,
4725
"source": "builtin",
4826
"dependencies": {}
4927
},
5028
"com.unity.2d.spriteshape": {
51-
"version": "3.0.18",
29+
"version": "7.0.4",
5230
"depth": 0,
5331
"source": "registry",
5432
"dependencies": {
5533
"com.unity.mathematics": "1.1.0",
56-
"com.unity.2d.common": "2.1.0",
57-
"com.unity.2d.path": "2.1.1"
34+
"com.unity.2d.common": "6.0.3",
35+
"com.unity.2d.path": "5.0.2",
36+
"com.unity.modules.physics2d": "1.0.0"
5837
},
5938
"url": "https://packages.unity.com"
6039
},
61-
"com.unity.ext.nunit": {
62-
"version": "1.0.6",
63-
"depth": 1,
64-
"source": "registry",
65-
"dependencies": {},
66-
"url": "https://packages.unity.com"
67-
},
68-
"com.unity.ide.visualstudio": {
69-
"version": "2.0.14",
70-
"depth": 0,
40+
"com.unity.burst": {
41+
"version": "1.6.5",
42+
"depth": 2,
7143
"source": "registry",
7244
"dependencies": {
73-
"com.unity.test-framework": "1.1.9"
45+
"com.unity.mathematics": "1.2.1"
7446
},
7547
"url": "https://packages.unity.com"
7648
},
7749
"com.unity.ide.vscode": {
78-
"version": "1.2.4",
50+
"version": "1.2.5",
7951
"depth": 0,
8052
"source": "registry",
8153
"dependencies": {},
8254
"url": "https://packages.unity.com"
8355
},
8456
"com.unity.mathematics": {
85-
"version": "1.1.0",
57+
"version": "1.2.6",
8658
"depth": 1,
8759
"source": "registry",
8860
"dependencies": {},
8961
"url": "https://packages.unity.com"
9062
},
91-
"com.unity.test-framework": {
92-
"version": "1.1.30",
93-
"depth": 0,
94-
"source": "registry",
95-
"dependencies": {
96-
"com.unity.ext.nunit": "1.0.6",
97-
"com.unity.modules.imgui": "1.0.0",
98-
"com.unity.modules.jsonserialize": "1.0.0"
99-
},
100-
"url": "https://packages.unity.com"
101-
},
10263
"com.unity.textmeshpro": {
103-
"version": "2.1.4",
64+
"version": "3.0.6",
10465
"depth": 0,
10566
"source": "registry",
10667
"dependencies": {
10768
"com.unity.ugui": "1.0.0"
10869
},
10970
"url": "https://packages.unity.com"
11071
},
111-
"com.unity.timeline": {
112-
"version": "1.2.18",
113-
"depth": 0,
114-
"source": "registry",
115-
"dependencies": {
116-
"com.unity.modules.director": "1.0.0",
117-
"com.unity.modules.animation": "1.0.0",
118-
"com.unity.modules.audio": "1.0.0",
119-
"com.unity.modules.particlesystem": "1.0.0"
120-
},
121-
"url": "https://packages.unity.com"
122-
},
12372
"com.unity.ugui": {
12473
"version": "1.0.0",
12574
"depth": 0,
@@ -262,6 +211,18 @@
262211
"depth": 0,
263212
"source": "builtin",
264213
"dependencies": {
214+
"com.unity.modules.ui": "1.0.0",
215+
"com.unity.modules.imgui": "1.0.0",
216+
"com.unity.modules.jsonserialize": "1.0.0",
217+
"com.unity.modules.uielementsnative": "1.0.0"
218+
}
219+
},
220+
"com.unity.modules.uielementsnative": {
221+
"version": "1.0.0",
222+
"depth": 1,
223+
"source": "builtin",
224+
"dependencies": {
225+
"com.unity.modules.ui": "1.0.0",
265226
"com.unity.modules.imgui": "1.0.0",
266227
"com.unity.modules.jsonserialize": "1.0.0"
267228
}
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
%YAML 1.1
2+
%TAG !u! tag:unity3d.com,2011:
3+
--- !u!387306366 &1
4+
MemorySettings:
5+
m_ObjectHideFlags: 0
6+
m_EditorMemorySettings:
7+
m_MainAllocatorBlockSize: -1
8+
m_ThreadAllocatorBlockSize: -1
9+
m_MainGfxBlockSize: -1
10+
m_ThreadGfxBlockSize: -1
11+
m_CacheBlockSize: -1
12+
m_TypetreeBlockSize: -1
13+
m_ProfilerBlockSize: -1
14+
m_ProfilerEditorBlockSize: -1
15+
m_BucketAllocatorGranularity: -1
16+
m_BucketAllocatorBucketsCount: -1
17+
m_BucketAllocatorBlockSize: -1
18+
m_BucketAllocatorBlockCount: -1
19+
m_ProfilerBucketAllocatorGranularity: -1
20+
m_ProfilerBucketAllocatorBucketsCount: -1
21+
m_ProfilerBucketAllocatorBlockSize: -1
22+
m_ProfilerBucketAllocatorBlockCount: -1
23+
m_TempAllocatorSizeMain: -1
24+
m_JobTempAllocatorBlockSize: -1
25+
m_BackgroundJobTempAllocatorBlockSize: -1
26+
m_JobTempAllocatorReducedBlockSize: -1
27+
m_TempAllocatorSizeGIBakingWorker: -1
28+
m_TempAllocatorSizeNavMeshWorker: -1
29+
m_TempAllocatorSizeAudioWorker: -1
30+
m_TempAllocatorSizeCloudWorker: -1
31+
m_TempAllocatorSizeGfx: -1
32+
m_TempAllocatorSizeJobWorker: -1
33+
m_TempAllocatorSizeBackgroundWorker: -1
34+
m_TempAllocatorSizePreloadManager: -1
35+
m_PlatformMemorySettings: {}

ProjectSettings/PackageManagerSettings.asset

Lines changed: 10 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -9,30 +9,27 @@ MonoBehaviour:
99
m_GameObject: {fileID: 0}
1010
m_Enabled: 1
1111
m_EditorHideFlags: 0
12-
m_Script: {fileID: 13960, guid: 0000000000000000e000000000000000, type: 0}
12+
m_Script: {fileID: 13964, guid: 0000000000000000e000000000000000, type: 0}
1313
m_Name:
1414
m_EditorClassIdentifier:
15+
m_EnablePreReleasePackages: 0
16+
m_EnablePackageDependencies: 0
17+
m_AdvancedSettingsExpanded: 1
1518
m_ScopedRegistriesSettingsExpanded: 1
19+
m_SeeAllPackageVersions: 0
1620
oneTimeWarningShown: 0
1721
m_Registries:
1822
- m_Id: main
1923
m_Name:
2024
m_Url: https://packages.unity.com
2125
m_Scopes: []
2226
m_IsDefault: 1
27+
m_Capabilities: 7
2328
m_UserSelectedRegistryName:
2429
m_UserAddingNewScopedRegistry: 0
2530
m_RegistryInfoDraft:
26-
m_ErrorMessage:
27-
m_Original:
28-
m_Id:
29-
m_Name:
30-
m_Url:
31-
m_Scopes: []
32-
m_IsDefault: 0
3331
m_Modified: 0
34-
m_Name:
35-
m_Url:
36-
m_Scopes:
37-
-
38-
m_SelectedScopeIndex: 0
32+
m_ErrorMessage:
33+
m_UserModificationsInstanceId: -828
34+
m_OriginalInstanceId: -830
35+
m_LoadAssets: 0

0 commit comments

Comments
 (0)