Skip to content

Commit 0b62d99

Browse files
authored
Merge pull request #402 from Unity-Technologies/ci/update-yamato-templates-fixes
ci: Fixes some validation issues
2 parents 9e2cb30 + 6cdf3fe commit 0b62d99

12 files changed

Lines changed: 52 additions & 15 deletions

File tree

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,6 @@ _pkginfo.txt
186186
# Others
187187
ClientBin/
188188
~$*
189-
*~
190189
*.dbmdl
191190
*.dbproj.schemaview
192191
*.jfm
Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
Changelog
2-
All notable changes to this package will be documented in this file. The format is based on Keep a Changelog
1+
# Changelog
2+
All notable changes to this package will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
33

4-
[0.0.1-preview.1] - 2020-10-05
4+
5+
## [0.0.1-preview.1] - 2020-12-20
56
This is the first release of Unity MLAPI Package
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# **Unity MLAPI Manual**
2+
3+
4+
# Getting Started
5+
6+
Fill this in
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"Exceptions":
3+
[
4+
{
5+
"ValidationTest": "Restricted File Type Validation",
6+
"ExceptionError": "/Runtime/csc.rsp cannot be included in a package.",
7+
"PackageVersion": "0.0.1-preview.1"
8+
}
9+
]
10+
}

com.unity.multiplayer.mlapi/ValidationExceptions.json.meta

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

com.unity.multiplayer.mlapi/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"version": "0.0.1-preview.1",
55
"unity": "2019.4",
66
"unityRelease": "8f1",
7-
"description": "This the Core Unity Mid-level API",
7+
"description": "This the Core Unity Mid-level API that provides core SDK for multiplayer games within unity",
88
"keywords": [
99
"unity"
1010
],
Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
Changelog
2-
All notable changes to this package will be documented in this file. The format is based on Keep a Changelog
1+
# Changelog
2+
All notable changes to this package will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
33

4-
[0.0.1-preview.1] - 2020-10-05
5-
This is the first release of Enet MLAPI Package
4+
5+
## [0.0.1-preview.1] - 2020-12-20
6+
This is the first release of Unity MLAPI Package
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# **Unity MLAPI Manual**
2+
3+
4+
# Getting Started
5+
6+
Fill this in

com.unity.multiplayer.transport.enet/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"version": "0.0.1-preview.1",
55
"unity": "2019.4",
66
"unityRelease": "8f1",
7-
"description": "ENET Transport for MLAPI",
7+
"description": "ENET Transport for MLAPI Core Unity Mid-level API that provides core SDK for multiplayer games within unity",
88
"keywords": [
99
"unity"
1010
],
Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
Changelog
2-
All notable changes to this package will be documented in this file. The format is based on Keep a Changelog
1+
# Changelog
2+
All notable changes to this package will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
33

4-
[0.0.1-preview.1] - 2020-10-05
5-
This is the first release of Enet MLAPI Package
4+
5+
## [0.0.1-preview.1] - 2020-12-20
6+
This is the first release of Unity MLAPI Package

0 commit comments

Comments
 (0)