Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,6 @@ _pkginfo.txt
# Others
ClientBin/
~$*
*~
*.dbmdl
*.dbproj.schemaview
*.jfm
Expand Down
7 changes: 4 additions & 3 deletions com.unity.multiplayer.mlapi/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
Changelog
All notable changes to this package will be documented in this file. The format is based on Keep a Changelog
# Changelog
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/)

[0.0.1-preview.1] - 2020-10-05

## [0.0.1-preview.1] - 2020-12-20
This is the first release of Unity MLAPI Package
6 changes: 6 additions & 0 deletions com.unity.multiplayer.mlapi/Documentation~/Manual.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# **Unity MLAPI Manual**


# Getting Started

Fill this in
10 changes: 10 additions & 0 deletions com.unity.multiplayer.mlapi/ValidationExceptions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"Exceptions":
[
{
"ValidationTest": "Restricted File Type Validation",
"ExceptionError": "/Runtime/csc.rsp cannot be included in a package.",
"PackageVersion": "0.0.1-preview.1"
}
]
}
7 changes: 7 additions & 0 deletions com.unity.multiplayer.mlapi/ValidationExceptions.json.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion com.unity.multiplayer.mlapi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"version": "0.0.1-preview.1",
"unity": "2019.4",
"unityRelease": "8f1",
"description": "This the Core Unity Mid-level API",
"description": "This the Core Unity Mid-level API that provides core SDK for multiplayer games within unity",
"keywords": [
"unity"
],
Expand Down
9 changes: 5 additions & 4 deletions com.unity.multiplayer.transport.enet/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
Changelog
All notable changes to this package will be documented in this file. The format is based on Keep a Changelog
# Changelog
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/)

[0.0.1-preview.1] - 2020-10-05
This is the first release of Enet MLAPI Package

## [0.0.1-preview.1] - 2020-12-20
This is the first release of Unity MLAPI Package
6 changes: 6 additions & 0 deletions com.unity.multiplayer.transport.enet/Documentation~/Manual.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# **Unity MLAPI Manual**


# Getting Started

Fill this in
2 changes: 1 addition & 1 deletion com.unity.multiplayer.transport.enet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"version": "0.0.1-preview.1",
"unity": "2019.4",
"unityRelease": "8f1",
"description": "ENET Transport for MLAPI",
"description": "ENET Transport for MLAPI Core Unity Mid-level API that provides core SDK for multiplayer games within unity",
"keywords": [
"unity"
],
Expand Down
9 changes: 5 additions & 4 deletions com.unity.multiplayer.transport.utp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
Changelog
All notable changes to this package will be documented in this file. The format is based on Keep a Changelog
# Changelog
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/)

[0.0.1-preview.1] - 2020-10-05
This is the first release of Enet MLAPI Package

## [0.0.1-preview.1] - 2020-12-20
This is the first release of Unity MLAPI Package
6 changes: 6 additions & 0 deletions com.unity.multiplayer.transport.utp/Documentation~/Manual.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# **Unity MLAPI Manual**


# Getting Started

Fill this in
2 changes: 1 addition & 1 deletion com.unity.multiplayer.transport.utp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"version": "0.0.1-preview.1",
"unity": "2019.4",
"unityRelease": "8f1",
"description": "Unity Transport for MLAPI",
"description": "Unity Transport for MLAPI This the Core Unity Mid-level API that provides core SDK for multiplayer games within unity",
"keywords": [
"unity"
],
Expand Down