From a244e2a4a9d5d5c56823ec5adf463e5d7c880340 Mon Sep 17 00:00:00 2001 From: Unity Technologies <@unity> Date: Wed, 1 Sep 2021 00:00:00 +0000 Subject: [PATCH] com.unity.transport@1.0.0-pre.3 ## [1.0.0-pre.3] - 2021-09-01 ### New features * Removed references of TransportSamples from readme as they are not currently included in the package * Stripping out un-needed files from the package ### Changes ### Fixes ### Upgrade guide --- .gitmodules | 3 --- .repoconfig | 2 -- CHANGELOG.md | 9 +++++++++ Pipfile | 10 ---------- Pipfile.meta | 7 ------- README.md | 24 ------------------------ package.json | 6 +++--- 7 files changed, 12 insertions(+), 49 deletions(-) delete mode 100644 .gitmodules delete mode 100644 .repoconfig delete mode 100644 Pipfile delete mode 100644 Pipfile.meta diff --git a/.gitmodules b/.gitmodules deleted file mode 100644 index 8e440a3..0000000 --- a/.gitmodules +++ /dev/null @@ -1,3 +0,0 @@ -[submodule "Tools/recipe-engine"] - path = Tools~/recipe-engine - url = ../recipe-engine.git diff --git a/.repoconfig b/.repoconfig deleted file mode 100644 index 9c422cc..0000000 --- a/.repoconfig +++ /dev/null @@ -1,2 +0,0 @@ -[version] -repoconfig=5 diff --git a/CHANGELOG.md b/CHANGELOG.md index cad3350..532c058 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Change log +## [1.0.0-pre.3] - 2021-09-01 +### New features +* Removed references of TransportSamples from readme as they are not currently included in the package +* Stripping out un-needed files from the package + +### Changes +### Fixes +### Upgrade guide + ## [1.0.0-pre.2] - 2021-08-23 ### New features * Upgraded collections to 1.0.0-pre.5 diff --git a/Pipfile b/Pipfile deleted file mode 100644 index 955dd75..0000000 --- a/Pipfile +++ /dev/null @@ -1,10 +0,0 @@ -[[source]] -name = "pypi-artifactory" -url = "https://artifactory.prd.it.unity3d.com/artifactory/api/pypi/pypi/simple" -verify_ssl = true - -[packages] -requests = "*" - -[dev-packages] - diff --git a/Pipfile.meta b/Pipfile.meta deleted file mode 100644 index c3d6be3..0000000 --- a/Pipfile.meta +++ /dev/null @@ -1,7 +0,0 @@ -fileFormatVersion: 2 -guid: 4fe67ec7a45b4ab0a586ab0216efe681 -TextScriptImporter: - externalObjects: {} - userData: - assetBundleName: - assetBundleVariant: diff --git a/README.md b/README.md index 1e2e440..458fea1 100644 --- a/README.md +++ b/README.md @@ -20,27 +20,3 @@ A [changelog](CHANGELOG.md) is also available in the package. See the [Multiplayer forum](https://forum.unity.com/forums/multiplayer.26/) to ask questions and connect with Transport. -# Samples - -All samples are in */TransportSamples~*. - -## Ping -The ping sample is a good starting point for learning about all the parts included -in the transport package. The ping client establishes a connection to the ping server, -sends a ping message and receives a pong reply. Once pong is received the client -will disconnect. - -It is a simple example showing you how to use the new Unity Transport Package. -Ping consists of multiple scenes, all found in `sampleproject/Assets/Scenes/`. - -- `PingMainThread.unity` - A main-thread only implementation of ping. -- `Ping.unity` - A fully jobified version of the ping client and server. -- `PingClient.unity` - The same jobified client code as `Ping.unity`, but without the server. -- `PingServer.unity` - The dedicated server version of the jobified ping. A headless (or Server Build in 2019.1) Linux 64 bit build of this scene is what should be deployed to Multiplay. -- `PingECS.unity` - An ECS version of the jobified ping sample. - -## Soaker -A stress test which will create a set number of clients and a server in the same process. Each client will send messages at the specified rate with the specified size and measure statistics. - -## Pipeline -An example of the pipelines feature that offers layers of functionality on top of the default socket implementation behaviour. diff --git a/package.json b/package.json index 34b7438..2774e82 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "com.unity.transport", "displayName": "Unity Transport", - "version": "1.0.0-pre.2", + "version": "1.0.0-pre.3", "unity": "2020.3", "unityRelease": "0f1", "description": "Unity network transport layer - the low-level interface for sending UDP data", @@ -11,11 +11,11 @@ "com.unity.mathematics": "1.2.1" }, "upmCi": { - "footprint": "0c9e09e12a146fa4ad9a017dd116ed52e36553ef" + "footprint": "fb472ee86d74904fb781ec601603032f7d069b27" }, "repository": { "url": "https://github.cds.internal.unity3d.com/unity/com.unity.transport.git", "type": "git", - "revision": "1f7f8fbd9096f7b13cfb7a21d3ed15ae16b48a5b" + "revision": "49a1da43ce5b89f2f023d5c2b7ab63bfae573e49" } }