Skip to content

Commit

Permalink
fix: remove samples from upm package (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulpach committed Jan 4, 2020
1 parent 8cbc005 commit a71e21f
Show file tree
Hide file tree
Showing 215 changed files with 7 additions and 30 deletions.
16 changes: 0 additions & 16 deletions Assets/Mirror/Examples/Mirror.Examples.asmdef

This file was deleted.

7 changes: 0 additions & 7 deletions Assets/Mirror/Examples/Mirror.Examples.asmdef.meta

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
14 changes: 7 additions & 7 deletions Assets/Mirror/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,37 +13,37 @@
{
"displayName": "Basic",
"description": "Basic",
"path": "Examples/Basic"
"path": "Samples~/Basic"
},
{
"displayName": "Pong",
"description": "Pong",
"path": "Examples/Pong"
"path": "Samples~/Pong"
},
{
"displayName": "Tanks",
"description": "Tanks",
"path": "Examples/Tanks"
"path": "Samples~/Tanks"
},
{
"displayName": "Lobby",
"description": "Lobby",
"path": "Examples/Lobby"
"path": "Samples~/Lobby"
},
{
"displayName": "Chat",
"description": "Chat",
"path": "Examples/Chat"
"path": "Samples~/Chat"
},
{
"displayName": "ListServer",
"description": "ListServer",
"path": "Examples/ListServer"
"path": "Samples~/ListServer"
},
{
"displayName": "AdditiveScenes",
"description": "AdditiveScenes",
"path": "Examples/AdditiveScenes"
"path": "Samples~/AdditiveScenes"
}
]
}

0 comments on commit a71e21f

Please sign in to comment.