Skip to content

Commit

Permalink
Fixed typo in Package.json causing package to not install. Also chang…
Browse files Browse the repository at this point in the history
…ed Nameing Conventions used in asmbley definitions
  • Loading branch information
JamesLaFritz committed Jun 5, 2022
1 parent 284484a commit 72de5ef
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 28 deletions.
4 changes: 2 additions & 2 deletions Editor/jameslafritz.GraphViewBehaviorTree.Editor.asmdef
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "jameslafritz.GraphViewBehaviorTree.Editor",
"name": "jameslafritz.graphviewbehaviortree.editor",
"rootNamespace": "GraphViewBehaviorTree.Editor",
"references": [
"GUID:0bfbb1bb60202024991fa3f551e4c375"
Expand All @@ -9,7 +9,7 @@
],
"excludePlatforms": [],
"allowUnsafeCode": false,
"overrideReferences": false,
"overrideReferences": true,
"precompiledReferences": [],
"autoReferenced": true,
"defineConstraints": [],
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "jameslafritz.GraphViewBehaviorTree",
"name": "jameslafritz.graphviewbehaviortree.runtime",
"rootNamespace": "GraphViewBehaviorTree",
"references": [],
"includePlatforms": [],
Expand Down
7 changes: 7 additions & 0 deletions docs/_config.yml.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

30 changes: 5 additions & 25 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,41 +1,21 @@
{
"name": "com.james.lafritz.GraphViewBehaviorTree",
"name": "com.jameslafritz.graphviewbehaviortree",
"version": "1.0.0",
"description": "Template",
"displayName": "GraphViewBehaviorTree",
"description": "Behavior Tree With a Graph View Editor",
"displayName": "Graph View Behavior Tree",
"unity": "2021.3",
"author": {
"name": "James LaFritz",
"url": "https://jameslafritz.github.io/"
},
"changlogURL": "https://github.com/JamesLaFritz/GraphViewBehaviorTree/CHANGELOG.md",
"changlogURL": "https://jameslafritz.github.io/GraphViewBehaviorTree/articles/CHANGELOG.html",
"dependencies": {
"com.unity.cinemachine": "2.8.4",
"com.unity.inputsystem": "1.3.0",
"com.unity.test-framework": "1.1.31",
"com.unity.textmeshpro": "3.0.6",
"com.unity.timeline": "1.6.4",
"com.unity.ugui": "1.0.0",
"com.unity.modules.ai": "1.0.0",
"com.unity.modules.animation": "1.0.0",
"com.unity.modules.assetbundle": "1.0.0",
"com.unity.modules.audio": "1.0.0",
"com.unity.modules.cloth": "1.0.0",
"com.unity.modules.director": "1.0.0",
"com.unity.modules.imageconversion": "1.0.0",
"com.unity.modules.imgui": "1.0.0",
"com.unity.modules.jsonserialize": "1.0.0",
"com.unity.modules.particlesystem": "1.0.0",
"com.unity.modules.physics": "1.0.0",
"com.unity.modules.physics2d": "1.0.0",
"com.unity.modules.terrain": "1.0.0",
"com.unity.modules.terrainphysics": "1.0.0",
"com.unity.modules.tilemap": "1.0.0",
"com.unity.modules.ui": "1.0.0",
"com.unity.modules.uielements": "1.0.0",
"com.unity.modules.vehicles": "1.0.0",
"com.unity.modules.video": "1.0.0",
"com.unity.modules.wind": "1.0.0"
"com.unity.modules.uielements": "1.0.0"
},
"documentationUrl": "https://jameslafritz.github.io/GraphViewBehaviorTree/api/GraphViewBehaviorTree.html",
"hideInEditor": "false",
Expand Down
Empty file added ~.gitignore
Empty file.
7 changes: 7 additions & 0 deletions ~.gitignore.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 72de5ef

Please sign in to comment.