-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
updating ASMDEF file names and correcting dependencies
- Loading branch information
Showing
3 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
...lation Test Project/Assets/Scripts/10101software.dots.hybridsimulation.testproject.asmdef
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} |