Skip to content

Commit

Permalink
updating to latest Unity and Entities releases
Browse files Browse the repository at this point in the history
  • Loading branch information
tbg10101 committed Sep 10, 2020
1 parent 1b7440b commit 0d29eea
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 6 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.14.0-preview.18"
"com.unity.entities": "0.14.0-preview.19"
}
},
"com.unity.burst": {
Expand All @@ -28,7 +28,7 @@
"url": "https://packages.unity.com"
},
"com.unity.entities": {
"version": "0.14.0-preview.18",
"version": "0.14.0-preview.19",
"depth": 1,
"source": "registry",
"dependencies": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,29 @@ MonoBehaviour:
m_EnablePreviewPackages: 1
m_EnablePackageDependencies: 1
m_AdvancedSettingsExpanded: 1
m_ScopedRegistriesSettingsExpanded: 1
oneTimeWarningShown: 1
m_Registries:
- m_Id: main
m_Name:
m_Url: https://packages.unity.com
m_Scopes: []
m_IsDefault: 1
m_Capabilities: 7
m_UserSelectedRegistryName:
m_UserAddingNewScopedRegistry: 0
m_RegistryInfoDraft:
m_ErrorMessage:
m_Original:
m_Id:
m_Name:
m_Url:
m_Scopes: []
m_IsDefault: 0
m_Capabilities: 0
m_Modified: 0
m_Name:
m_Url:
m_Scopes:
-
m_SelectedScopeIndex: 0
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
m_EditorVersion: 2020.1.3f1
m_EditorVersionWithRevision: 2020.1.3f1 (cf5c4788e1d8)
m_EditorVersion: 2020.1.5f1
m_EditorVersionWithRevision: 2020.1.5f1 (e025938fdedc)
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.6",
"version": "0.6.7",
"unity": "2020.1",
"displayName": "DOTS Hybrid Simulation Worlds",
"dependencies": {
"com.unity.entities": "0.14.0-preview.18"
"com.unity.entities": "0.14.0-preview.19"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 0d29eea

Please sign in to comment.