Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Morgan-6Freedom committed Jan 16, 2024
1 parent 5d0f445 commit ee872dd
Showing 1 changed file with 15 additions and 4 deletions.
19 changes: 15 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,21 @@
{
"name": "com.scenario.editor",
"displayName": "Scenario Unity Plugin",
"name": "com.scenarioinc.scenario",
"displayName": "Scenario",
"description": "Craft unique and style-consistent game assets with custom-trained AI models.",
"documentationUrl": "https://help.scenario.com/",
"changelogUrl": "https://github.com/scenario-labs/Scenario-Unity/",
"licensesUrl": "https://github.com/scenario-labs/Scenario-Unity/",
"version": "0.3.0",
"unity": "2022.3",
"dependencies": {
"com.unity.editorcoroutines": "1.0.0",
"com.unity.nuget.newtonsoft-json": "2.0.0"
}
}
},
"samples": [
{
"displayName": "Unity Editor Layout",
"description": "Example layout for 2D workflow",
"path": "Samples/UnityEditorLayout"
}
]
}

0 comments on commit ee872dd

Please sign in to comment.