浏览代码

Upgrade project version to 2020.3.4f1

/ps5-settings
Rob Thompson 3 年前
当前提交
78f50ff1
共有 5 个文件被更改,包括 80 次插入21 次删除
  1. 8
      Packages/manifest.json
  2. 32
      Packages/packages-lock.json
  3. 4
      ProjectSettings/ProjectVersion.txt
  4. 6
      .vsconfig
  5. 51
      ProjectSettings/PS5Settings.json

8
Packages/manifest.json


{
"dependencies": {
"com.unity.2d.sprite": "1.0.0",
"com.unity.addressables": "1.16.10",
"com.unity.addressables": "1.16.16",
"com.unity.ide.visualstudio": "2.0.5",
"com.unity.ide.visualstudio": "2.0.7",
"com.unity.render-pipelines.universal": "10.2.2",
"com.unity.render-pipelines.universal": "10.4.0",
"com.unity.timeline": "1.4.3",
"com.unity.timeline": "1.4.7",
"com.unity.ugui": "1.0.0",
"net.peeweek.gameplay-ingredients": "https://github.com/peeweek/net.peeweek.gameplay-ingredients.git",
"com.unity.modules.ai": "1.0.0",

32
Packages/packages-lock.json


"dependencies": {}
},
"com.unity.addressables": {
"version": "1.16.10",
"version": "1.16.16",
"com.unity.scriptablebuildpipeline": "1.14.1",
"com.unity.scriptablebuildpipeline": "1.15.2",
"com.unity.modules.assetbundle": "1.0.0",
"com.unity.modules.unitywebrequest": "1.0.0",
"com.unity.modules.unitywebrequestassetbundle": "1.0.0"

"url": "https://packages.unity.com"
},
"com.unity.ext.nunit": {
"version": "1.0.5",
"version": "1.0.6",
"depth": 2,
"source": "registry",
"dependencies": {},

"url": "https://packages.unity.com"
},
"com.unity.ide.visualstudio": {
"version": "2.0.5",
"version": "2.0.7",
"dependencies": {},
"dependencies": {
"com.unity.test-framework": "1.1.9"
},
"url": "https://packages.unity.com"
},
"com.unity.ide.vscode": {

"url": "https://packages.unity.com"
},
"com.unity.render-pipelines.core": {
"version": "10.2.2",
"version": "10.4.0",
"depth": 1,
"source": "registry",
"dependencies": {

},
"com.unity.render-pipelines.universal": {
"version": "10.2.2",
"version": "10.4.0",
"com.unity.render-pipelines.core": "10.2.2",
"com.unity.shadergraph": "10.2.2"
"com.unity.render-pipelines.core": "10.4.0",
"com.unity.shadergraph": "10.4.0"
"version": "1.14.1",
"version": "1.15.2",
"depth": 1,
"source": "registry",
"dependencies": {},

"url": "https://packages.unity.com"
},
"com.unity.shadergraph": {
"version": "10.2.2",
"version": "10.4.0",
"com.unity.render-pipelines.core": "10.2.2",
"com.unity.render-pipelines.core": "10.4.0",
"version": "1.1.19",
"version": "1.1.24",
"com.unity.ext.nunit": "1.0.5",
"com.unity.ext.nunit": "1.0.6",
"com.unity.modules.imgui": "1.0.0",
"com.unity.modules.jsonserialize": "1.0.0"
},

"url": "https://packages.unity.com"
},
"com.unity.timeline": {
"version": "1.4.3",
"version": "1.4.7",
"depth": 0,
"source": "registry",
"dependencies": {

4
ProjectSettings/ProjectVersion.txt


m_EditorVersion: 2020.3.2f1
m_EditorVersionWithRevision: 2020.3.2f1 (aa26d59537bc)
m_EditorVersion: 2020.3.4f1
m_EditorVersionWithRevision: 2020.3.4f1 (0abb6314276a)

6
.vsconfig


{
"version": "1.0",
"components": [
"Microsoft.VisualStudio.Workload.ManagedGame"
]
}

51
ProjectSettings/PS5Settings.json


{
"MonoBehaviour": {
"m_Enabled": true,
"m_EditorHideFlags": 0,
"m_Name": "",
"m_EditorClassIdentifier": "UnityEditor.PS5.Extensions:UnityEditor.PS5:PS5Settings",
"npConfigZipPath": "",
"monoEnv": "",
"scriptOptimizationLevel": 2,
"enableApplicationExit": false,
"resetTempFolder": true,
"disableAutoHideSplash": false,
"playerPrefsSupport": false,
"appType": 0,
"restrictedAudioUsageRights": false,
"backgroundImagePath": "",
"startupBackgroundImagePath": "",
"startupForegroundImagePath": "",
"startupImagesFolder": "",
"iconImagesFolder": "",
"bgmPath": "",
"playerPrefsMaxSize": 32768,
"videoOutInitialWidth": 1920,
"useResolutionFallback": false,
"videoOutPixelFormat": 0,
"videoOutOutputMode": 1,
"paramFilePath": "",
"passcode": "iZ-WZlEEF2n4tXWRrrR7bm849mcmzmhR",
"updateReferencePackage": "",
"includedModules": [
"libc.prx",
"libSceFace.prx",
"libSceFaceTracker.prx",
"libSceJobManager.prx",
"libSceJobManager_nosubmission.prx",
"libSceNpCppWebApi.prx",
"libScePfs.prx"
],
"sharedBinaryContentLabels": [],
"sharedBinarySystemFolders": [],
"workspaceName": "workspace0",
"buildCompressionType": 0,
"buildCompressionLevel": 0,
"keepPackageFiles": false,
"buildSubtarget": 0,
"sdkOverride": "C:\\Program Files (x86)\\SCE\\Prospero SDKs\\2.000",
"saveDataImagePath": "",
"configFileParsed": false,
"operatingSystemCanDisableSplashScreen": false
}
}
正在加载...
取消
保存