Skip to content

Commit

Permalink
updating ASMDEF file names and correcting dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tbg10101 committed Apr 22, 2020
1 parent 57360a4 commit 3a9b77a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "10101software.dots.hybridsimulation.testproject",
"name": "10101Software.DOTS.HybridSimulation.TestProject",
"references": [
"GUID:852fdcd981c08e249a237d901a75e290",
"GUID:734d92eba21c94caba915361bd5ac177",
Expand Down
3 changes: 1 addition & 2 deletions Runtime/Scripts/10101software.dots.hybridsimulation.asmdef
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{
"name": "10101software.dots.hybridsimulation",
"name": "10101Software.DOTS.HybridSimulation",
"references": [
"GUID:734d92eba21c94caba915361bd5ac177",
"GUID:d8b63aba1907145bea998dd612889d6b",
"GUID:e0cd26848372d4e5c891c569017e11f1"
],
"includePlatforms": [],
Expand Down
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
{
"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.1.0",
"version": "0.1.1",
"unity": "2020.1",
"displayName": "DOTS Hybrid Simulation Worlds",
"dependencies": {
"com.unity.entities": "0.9.1-preview.15"
"com.unity.entities": "0.9.1-preview.15",
"com.unity.collections": "0.7.1-preview.3"
},
"repository": {
"type": "git",
"url": "https://github.com/tbg10101/DOTS-Hybrid-Simulation-Worlds.git",
"revision": "a5ec7341f8e6212988addab7ac585958f126e289"
},
"type": "library"
}
}

0 comments on commit 3a9b77a

Please sign in to comment.