Skip to content

Commit

Permalink
Add sample games to upm metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
johanhelsing authored and Mathijs-Bakker committed Aug 30, 2022
1 parent 79ea508 commit 6760e45
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions UnityProject/Assets/Plugins/Zenject/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,20 @@

{
"name": "com.svermeulen.extenject",
"displayName": "Extenject",
"version": "0.0.1",
"description": "Dependency Injection Framework for Unity3D",
"dependencies": {}
"dependencies": {},
"samples": [
{
"displayName": "Sample Game 1 (beginner)",
"description": "",
"path": "Samples~/SampleGame1 (Beginner)"
},
{
"displayName": "Sample Game 2 (advanced)",
"description": "",
"path": "Samples~/SampleGame2 (Advanced)"
}
]
}

0 comments on commit 6760e45

Please sign in to comment.