Skip to content

Commit

Permalink
updating to 2020.1.3f1 and Entities 0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
tbg10101 committed Aug 21, 2020
1 parent 7a4bf0b commit 015d5b7
Show file tree
Hide file tree
Showing 4 changed files with 41 additions and 26 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"depth": 0,
"source": "local",
"dependencies": {
"com.unity.entities": "0.13.0-preview.24"
"com.unity.entities": "0.14.0-preview.18"
}
},
"com.unity.burst": {
Expand All @@ -18,30 +18,30 @@
"url": "https://packages.unity.com"
},
"com.unity.collections": {
"version": "0.11.0-preview.17",
"version": "0.12.0-preview.13",
"depth": 2,
"source": "registry",
"dependencies": {
"com.unity.test-framework.performance": "2.0.8-preview",
"com.unity.test-framework.performance": "2.3.1-preview",
"com.unity.burst": "1.3.2"
},
"url": "https://packages.unity.com"
},
"com.unity.entities": {
"version": "0.13.0-preview.24",
"version": "0.14.0-preview.18",
"depth": 1,
"source": "registry",
"dependencies": {
"com.unity.burst": "1.3.2",
"com.unity.collections": "0.11.0-preview.17",
"com.unity.collections": "0.12.0-preview.13",
"com.unity.properties": "1.3.1-preview",
"com.unity.mathematics": "1.1.0",
"com.unity.test-framework.performance": "2.0.8-preview",
"com.unity.test-framework.performance": "2.3.1-preview",
"com.unity.serialization": "1.3.1-preview",
"nuget.mono-cecil": "0.1.5-preview",
"com.unity.jobs": "0.4.0-preview.18",
"com.unity.scriptablebuildpipeline": "1.6.4-preview",
"com.unity.platforms": "0.6.0-preview.1"
"com.unity.nuget.mono-cecil": "0.1.6-preview.2",
"com.unity.jobs": "0.5.0-preview.14",
"com.unity.scriptablebuildpipeline": "1.9.0",
"com.unity.platforms": "0.7.0-preview.8"
},
"url": "https://packages.unity.com"
},
Expand All @@ -62,11 +62,11 @@
"url": "https://packages.unity.com"
},
"com.unity.jobs": {
"version": "0.4.0-preview.18",
"version": "0.5.0-preview.14",
"depth": 2,
"source": "registry",
"dependencies": {
"com.unity.collections": "0.11.0-preview.17",
"com.unity.collections": "0.12.0-preview.13",
"com.unity.mathematics": "1.1.0"
},
"url": "https://packages.unity.com"
Expand All @@ -78,6 +78,15 @@
"dependencies": {},
"url": "https://packages.unity.com"
},
"com.unity.nuget.mono-cecil": {
"version": "0.1.6-preview.2",
"depth": 2,
"source": "registry",
"dependencies": {
"nuget.mono-cecil": "0.1.6-preview"
},
"url": "https://packages.unity.com"
},
"com.unity.nuget.newtonsoft-json": {
"version": "2.0.0-preview",
"depth": 2,
Expand All @@ -86,7 +95,7 @@
"url": "https://packages.unity.com"
},
"com.unity.platforms": {
"version": "0.6.0-preview.1",
"version": "0.7.0-preview.8",
"depth": 2,
"source": "registry",
"dependencies": {
Expand Down Expand Up @@ -138,8 +147,8 @@
"url": "https://packages.unity.com"
},
"com.unity.scriptablebuildpipeline": {
"version": "1.6.4-preview",
"depth": 1,
"version": "1.9.0",
"depth": 2,
"source": "registry",
"dependencies": {},
"url": "https://packages.unity.com"
Expand Down Expand Up @@ -175,7 +184,7 @@
"url": "https://packages.unity.com"
},
"com.unity.test-framework": {
"version": "1.1.14",
"version": "1.1.16",
"depth": 1,
"source": "registry",
"dependencies": {
Expand All @@ -186,8 +195,8 @@
"url": "https://packages.unity.com"
},
"com.unity.test-framework.performance": {
"version": "2.0.8-preview",
"depth": 1,
"version": "2.3.1-preview",
"depth": 2,
"source": "registry",
"dependencies": {
"com.unity.test-framework": "1.1.0",
Expand All @@ -200,12 +209,13 @@
"depth": 0,
"source": "builtin",
"dependencies": {
"com.unity.modules.ui": "1.0.0"
"com.unity.modules.ui": "1.0.0",
"com.unity.modules.imgui": "1.0.0"
}
},
"nuget.mono-cecil": {
"version": "0.1.5-preview",
"depth": 1,
"version": "0.1.6-preview",
"depth": 3,
"source": "registry",
"dependencies": {},
"url": "https://packages.unity.com"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,8 @@ PlayerSettings:
switchNVNShaderPoolsGranularity: 33554432
switchNVNDefaultPoolsGranularity: 16777216
switchNVNOtherPoolsGranularity: 16777216
switchNVNMaxPublicTextureIDCount: 0
switchNVNMaxPublicSamplerIDCount: 0
stadiaPresentMode: 0
stadiaTargetFramerate: 0
vulkanNumSwapchainBuffers: 3
Expand Down Expand Up @@ -328,7 +330,7 @@ PlayerSettings:
m_APIs: 0b000000
m_Automatic: 0
- m_BuildTarget: WindowsStandaloneSupport
m_APIs: 150000000200000011000000
m_APIs: 15000000120000000200000011000000
m_Automatic: 0
- m_BuildTarget: MacStandaloneSupport
m_APIs: 1000000011000000
Expand Down Expand Up @@ -519,6 +521,7 @@ PlayerSettings:
ps4ShareFilePath:
ps4ShareOverlayImagePath:
ps4PrivacyGuardImagePath:
ps4ExtraSceSysFile:
ps4NPtitleDatPath:
ps4RemotePlayKeyAssignment: -1
ps4RemotePlayKeyMappingDir:
Expand Down Expand Up @@ -561,6 +564,8 @@ PlayerSettings:
ps4disableAutoHideSplash: 0
ps4videoRecordingFeaturesUsed: 0
ps4contentSearchFeaturesUsed: 0
ps4CompatibilityPS5: 0
ps4GPU800MHz: 1
ps4attribEyeToEyeDistanceSettingVR: 0
ps4IncludedModules: []
ps4attribVROutputEnabled: 0
Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
m_EditorVersion: 2020.1.0f1
m_EditorVersionWithRevision: 2020.1.0f1 (2ab9c4179772)
m_EditorVersion: 2020.1.2f1
m_EditorVersionWithRevision: 2020.1.2f1 (7b32bc54ba47)
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "com.10101software.dots.hybridsimulation",
"description": "A framework for using FixedUpdate in a simulation world which is linked to a GameObject-based presentation layer.",
"version": "0.6.2",
"version": "0.6.3",
"unity": "2020.1",
"displayName": "DOTS Hybrid Simulation Worlds",
"dependencies": {
"com.unity.entities": "0.13.0-preview.24"
"com.unity.entities": "0.14.0-preview.18"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 015d5b7

Please sign in to comment.