Skip to content

Commit 7415be2

Browse files
committed
Pvp fixes for automated release
* Changed Samples folder name to Samples~ * Added path field in package.json for samples
1 parent d55b17a commit 7415be2

16 files changed

+7
-14
lines changed

com.unity.netcode.gameobjects/Samples.meta

Lines changed: 0 additions & 8 deletions
This file was deleted.

com.unity.netcode.gameobjects/package.json

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,12 @@
77
"dependencies": {
88
"com.unity.nuget.mono-cecil": "1.10.1",
99
"com.unity.transport": "1.4.0"
10-
},
10+
},
1111
"samples": [
12-
{
13-
"displayName": "Bootstrap",
14-
"description": "A lightweight sample to get started"
15-
}
16-
]
12+
{
13+
"displayName": "Bootstrap",
14+
"description": "A lightweight sample to get started",
15+
"path": "Samples~/Bootstrap"
16+
}
17+
]
1718
}

0 commit comments

Comments
 (0)