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
This commit is contained in:
James McGill 2023-02-26 21:07:08 +01:00 коммит произвёл GitHub
Родитель 9443a1cb18
Коммит 45e5f86609
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
8 изменённых файлов: 64 добавлений и 13 удалений

14
.gitignore поставляемый
Просмотреть файл

@ -3,12 +3,18 @@ InitTestScene*
*.orig
*.orig.meta
.vs/
.vsconfig
Assets/Plugins/Editor/JetBrains
Assets/Plugins/Editor/JetBrains.meta
Builds/
Logs/
Library/
Temp/
/[Ll]ibrary/
/[Tt]emp/
/[Oo]bj/
/[Bb]uild/
/[Bb]uilds/
/[Ll]ogs/
/[Uu]ser[Ss]ettings/
*.sln
*.sln*user
*.csproj

Просмотреть файл

@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: 4d96380df90719244a4ed4b9f7edbe03
TextScriptImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

Просмотреть файл

@ -1,4 +1,4 @@
Input System © 2022 Unity Technologies
Input System © 2023 Unity Technologies
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)).

Просмотреть файл

@ -1,4 +1,4 @@
Input System © 2022 Unity Technologies
Input System © 2023 Unity Technologies
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)).

Просмотреть файл

@ -1,17 +1,17 @@
{
"dependencies": {
"com.unity.analytics": "3.3.5",
"com.unity.analytics": "3.6.12",
"com.unity.cinemachine": "2.3.4",
"com.unity.coding": "0.1.0-preview.24",
"com.unity.ide.rider": "1.1.4",
"com.unity.ide.vscode": "1.2.3",
"com.unity.ide.rider": "1.2.1",
"com.unity.ide.visualstudio": "2.0.15",
"com.unity.probuilder": "4.2.3",
"com.unity.settings-manager": "1.0.3",
"com.unity.test-framework": "1.1.33",
"com.unity.test-framework.build": "0.0.1-preview.12",
"com.unity.test-framework.performance": "2.3.1-preview",
"com.unity.test-framework.utp-reporter": "1.0.2-preview",
"com.unity.textmeshpro": "2.1.3",
"com.unity.textmeshpro": "2.1.4",
"com.unity.ugui": "1.0.0",
"nuget.mono-cecil": "0.1.6-preview",
"com.unity.modules.ai": "1.0.0",

Просмотреть файл

@ -0,0 +1,38 @@
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!114 &1
MonoBehaviour:
m_ObjectHideFlags: 61
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 0}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 13964, guid: 0000000000000000e000000000000000, type: 0}
m_Name:
m_EditorClassIdentifier:
m_ScopedRegistriesSettingsExpanded: 1
oneTimeWarningShown: 0
m_Registries:
- m_Id: main
m_Name:
m_Url: https://packages.unity.com
m_Scopes: []
m_IsDefault: 1
m_UserSelectedRegistryName:
m_UserAddingNewScopedRegistry: 0
m_RegistryInfoDraft:
m_ErrorMessage:
m_Original:
m_Id:
m_Name:
m_Url:
m_Scopes: []
m_IsDefault: 0
m_Modified: 0
m_Name:
m_Url:
m_Scopes:
-
m_SelectedScopeIndex: 0

Просмотреть файл

@ -94,7 +94,7 @@
"value": "{\"m_Value\":{\"instanceID\":0}}"
},
{
"type": "UnityEditor.StaticEditorFlags, UnityEditor, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null",
"type": "UnityEditor.StaticEditorFlags, UnityEditor.CoreModule, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null",
"key": "mesh.defaultStaticEditorFlags",
"value": "{\"m_Value\":0}"
},

Просмотреть файл

@ -1,2 +1,2 @@
m_EditorVersion: 2019.4.18f1
m_EditorVersionWithRevision: 2019.4.18f1 (3310a4d4f880)
m_EditorVersion: 2019.4.40f1
m_EditorVersionWithRevision: 2019.4.40f1 (ffc62b691db5)