Skip to content
This repository has been archived by the owner on Sep 21, 2022. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Renamed Samples folder and updated package.json
  • Loading branch information
Melodatron committed Feb 11, 2020
1 parent b58e3b3 commit ffd9bd1
Show file tree
Hide file tree
Showing 168 changed files with 15 additions and 207 deletions.
10 changes: 0 additions & 10 deletions Samples.meta

This file was deleted.

8 changes: 0 additions & 8 deletions Samples/EditorIntegration.meta

This file was deleted.

13 changes: 0 additions & 13 deletions Samples/EditorIntegration/EditorDialogs.cs.meta

This file was deleted.

13 changes: 0 additions & 13 deletions Samples/EditorIntegration/EditorExtensions.cs.meta

This file was deleted.

13 changes: 0 additions & 13 deletions Samples/EditorIntegration/EditorImages.cs.meta

This file was deleted.

13 changes: 0 additions & 13 deletions Samples/EditorIntegration/LoginWindow.cs.meta

This file was deleted.

13 changes: 0 additions & 13 deletions Samples/EditorIntegration/ModProfileEditor.cs.meta

This file was deleted.

10 changes: 0 additions & 10 deletions Samples/EditorIntegration/ModProfileViewParts.meta

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

13 changes: 0 additions & 13 deletions Samples/EditorIntegration/ModSubmissionToolWindow.cs.meta

This file was deleted.

8 changes: 0 additions & 8 deletions Samples/EditorIntegration/Resources.meta

This file was deleted.

This file was deleted.

13 changes: 0 additions & 13 deletions Samples/EditorIntegration/ScriptableModProfile.cs.meta

This file was deleted.

This file was deleted.

This file was deleted.

10 changes: 0 additions & 10 deletions Samples/ModBrowser.meta

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
17 changes: 15 additions & 2 deletions package.json
Expand Up @@ -2,6 +2,19 @@
"name": "com.modio.unityplugin",
"displayName": "mod.io Unity Plugin",
"description": "The mod.io Unity Plugin allows game developers to easily control the browsing and installation of mod files in their games. It provides a C# interface built on the Unity Engine to connect to the mod.io API.",
"version": "2.1.1-preview",
"unity": "2017.3"
"version": "2.1.1",
"unity": "2017.3",
"samples":
[
{
"displayName": "Mod Browser UI",
"description": "mod.io Mod Browser UI Implementation",
"path": "Samples~/ModBrowser"
},
{
"displayName": "Editor Integration",
"description": "Example for Unity Editor Integration",
"path": "Samples~/EditorIntegration"
}
]
}

0 comments on commit ffd9bd1

Please sign in to comment.