Skip to content

Commit 45e5f86

Browse files
authored
Refresh project to 2021.3.19f1 (#1645)
* Remove deprecated package warning with 2023 * Add .vsconfig to .gitignore * Update project to 2019.4.40f1 * Update license copyright year * Add UserSettings directory to .gitignore * Restore coding package version to preview.24 * Update probuilder settings after update
1 parent 9443a1c commit 45e5f86

File tree

8 files changed

+64
-13
lines changed

8 files changed

+64
-13
lines changed

.gitignore

+10-4
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,18 @@ InitTestScene*
33
*.orig
44
*.orig.meta
55
.vs/
6+
.vsconfig
67
Assets/Plugins/Editor/JetBrains
78
Assets/Plugins/Editor/JetBrains.meta
8-
Builds/
9-
Logs/
10-
Library/
11-
Temp/
9+
10+
/[Ll]ibrary/
11+
/[Tt]emp/
12+
/[Oo]bj/
13+
/[Bb]uild/
14+
/[Bb]uilds/
15+
/[Ll]ogs/
16+
/[Uu]ser[Ss]ettings/
17+
1218
*.sln
1319
*.sln*user
1420
*.csproj

Assets/TextMesh Pro/Sprites/EmojiOne.json.meta

+7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

LICENSE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Input System © 2022 Unity Technologies
1+
Input System © 2023 Unity Technologies
22

33
Licensed under the Unity Companion License for Unity-dependent projects (see [https://unity3d.com/legal/licenses/unity_companion_license](https://unity3d.com/legal/licenses/unity_companion_license)).
44

Packages/com.unity.inputsystem/LICENSE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Input System © 2022 Unity Technologies
1+
Input System © 2023 Unity Technologies
22

33
Licensed under the Unity Companion License for Unity-dependent projects (see [https://unity3d.com/legal/licenses/unity_companion_license](https://unity3d.com/legal/licenses/unity_companion_license)).
44

Packages/manifest.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
{
22
"dependencies": {
3-
"com.unity.analytics": "3.3.5",
3+
"com.unity.analytics": "3.6.12",
44
"com.unity.cinemachine": "2.3.4",
55
"com.unity.coding": "0.1.0-preview.24",
6-
"com.unity.ide.rider": "1.1.4",
7-
"com.unity.ide.vscode": "1.2.3",
6+
"com.unity.ide.rider": "1.2.1",
7+
"com.unity.ide.visualstudio": "2.0.15",
88
"com.unity.probuilder": "4.2.3",
99
"com.unity.settings-manager": "1.0.3",
1010
"com.unity.test-framework": "1.1.33",
1111
"com.unity.test-framework.build": "0.0.1-preview.12",
1212
"com.unity.test-framework.performance": "2.3.1-preview",
1313
"com.unity.test-framework.utp-reporter": "1.0.2-preview",
14-
"com.unity.textmeshpro": "2.1.3",
14+
"com.unity.textmeshpro": "2.1.4",
1515
"com.unity.ugui": "1.0.0",
1616
"nuget.mono-cecil": "0.1.6-preview",
1717
"com.unity.modules.ai": "1.0.0",
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
%YAML 1.1
2+
%TAG !u! tag:unity3d.com,2011:
3+
--- !u!114 &1
4+
MonoBehaviour:
5+
m_ObjectHideFlags: 61
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: 13964, guid: 0000000000000000e000000000000000, type: 0}
13+
m_Name:
14+
m_EditorClassIdentifier:
15+
m_ScopedRegistriesSettingsExpanded: 1
16+
oneTimeWarningShown: 0
17+
m_Registries:
18+
- m_Id: main
19+
m_Name:
20+
m_Url: https://packages.unity.com
21+
m_Scopes: []
22+
m_IsDefault: 1
23+
m_UserSelectedRegistryName:
24+
m_UserAddingNewScopedRegistry: 0
25+
m_RegistryInfoDraft:
26+
m_ErrorMessage:
27+
m_Original:
28+
m_Id:
29+
m_Name:
30+
m_Url:
31+
m_Scopes: []
32+
m_IsDefault: 0
33+
m_Modified: 0
34+
m_Name:
35+
m_Url:
36+
m_Scopes:
37+
-
38+
m_SelectedScopeIndex: 0

ProjectSettings/Packages/com.unity.probuilder/Settings.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
"value": "{\"m_Value\":{\"instanceID\":0}}"
9595
},
9696
{
97-
"type": "UnityEditor.StaticEditorFlags, UnityEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null",
97+
"type": "UnityEditor.StaticEditorFlags, UnityEditor.CoreModule, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null",
9898
"key": "mesh.defaultStaticEditorFlags",
9999
"value": "{\"m_Value\":0}"
100100
},

ProjectSettings/ProjectVersion.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
m_EditorVersion: 2019.4.18f1
2-
m_EditorVersionWithRevision: 2019.4.18f1 (3310a4d4f880)
1+
m_EditorVersion: 2019.4.40f1
2+
m_EditorVersionWithRevision: 2019.4.40f1 (ffc62b691db5)

0 commit comments

Comments
 (0)