{"_id":"com.unity.multiplayer-hlapi","name":"com.unity.multiplayer-hlapi","description":"The high level API component of the Unity Multiplayer system.","provider":"upm","versions":{"1.1.1":{"_id":"com.unity.multiplayer-hlapi@1.1.1","type":"asset","_from":"file:com.unity.multiplayer-hlapi-1.1.1.tgz","unity":"2019.4","upmCi":{"footprint":"84104751d59e1991b214964625bb6f5c6050fb03"},"readme":"# README #\n\nThe Unity Multiplayer High Level API is the open source component of the Unity Multiplayer system, this was formerly a Unity extension DLL with some parts in the engine itself, now it all exist in a package. In this package we have the whole networking system except the NetworkTransport related APIs and classes. This is all the high level classes and components which make up the user friendly system of creating multiplayer games. This document details how you can enable or embed the package and use it in your games and applications.\n\n### What license is the Unity Multiplayer HLAPI package shipped under? ###\nUnity Multiplayer HLAPI package is released under an MIT/X11 license; see the LICENSE.md file.\n\nThis means that you pretty much can customize and embed it in any software under any license without any other constraints than preserving the copyright and license information while adding your own copyright and license information.\n\nYou can keep the source to yourself or share your customized version under the same MIT license or a compatible license.\n\nIf you want to contribute patches back, please keep it under the unmodified MIT license so it can be integrated in future versions and shared under the same license.\n\n### How do I get started? ###\n* Go to the Package Manager UI in the Unity editor (found under the Window menu).\n* The HLAPI package should appear in the list of packages, select it and click the Install button\n\nor\n\n* Add the package to your project manifest.json file, located in the Packages folder. Under dependencies add the line _\"com.unity.multiplayer-hlapi\": \"1.0.4\"_ to the list of packages. A specific version needs to be chosen.\n\nor\n\n* Clone this repository into the Packages folder.\n\n### Running tests ###\n\nWhen the package files are directly included in the Packages folder of the projects (or somewhere in the Assets folder), the tests will appear and can be executed. \n\nWhen including the package via the manifest.json file the `testable` field needs to be added:\n\n```\n{\n  \"dependencies\": {\n    \"com.unity.multiplayer-hlapi\": \"1.0.4\",\n    ... more stuff...\n  },\n  \"testables\": [\n    \"com.unity.multiplayer-hlapi\"\n  ]\n}\n```\n\nwhere there referenced package number should be the latest or whatever version is being tested.\n\nWhen the package is included for the first time, it will be compiled, and some of the test will fail to run since the weaver has not had a chance to run yet. Triggering a recompile should fix that, for example by reimporting some script or triggering a build.\n\n### Will you be taking pull requests? ###\nWe'll consider all incoming pull requests that we get. It's likely we'll take bug fixes this way but anything else will be handled on a case by case basis. Changes will not be applied directly to this repository but to an internal package repository which will be periodically synchronized with this one.","_npmUser":{"email":"mike.adkins@unity3d.com"},"_resolved":"","_integrity":"","repository":{"url":"https://github.cds.internal.unity3d.com/unity/com.unity.multiplayer-hlapi.git","type":"git","revision":"bab548572ce9bd49e42fa76ed4edd1972be375c9"},"_npmVersion":"6.14.11","_nodeVersion":"14.16.0","readmeFilename":"README.md","name":"com.unity.multiplayer-hlapi","version":"1.1.1","displayName":"Multiplayer HLAPI","description":"The high level API component of the Unity Multiplayer system.","keywords":["multiplayer","networking","hlapi","high-level","api"],"dependencies":{"com.unity.nuget.mono-cecil":"1.10.1"},"dist":{"shasum":"c6e0420be1a06d15f5b90e1f44a3e61c4c18a3fa","tarball":"https://download.packages.unity.com/com.unity.multiplayer-hlapi/-/com.unity.multiplayer-hlapi-1.1.1.tgz"}},"1.0.8":{"_id":"com.unity.multiplayer-hlapi@1.0.8","type":"asset","unity":"2019.1","upmCi":{"footprint":"bb48ce9ef008f4a95a02e225ea21f956b2f66cbe"},"readme":"# README #\n\nThe Unity Multiplayer High Level API is the open source component of the Unity Multiplayer system, this was formerly a Unity extension DLL with some parts in the engine itself, now it all exist in a package. In this package we have the whole networking system except the NetworkTransport related APIs and classes. This is all the high level classes and components which make up the user friendly system of creating multiplayer games. This document details how you can enable or embed the package and use it in your games and applications.\n\n### What license is the Unity Multiplayer HLAPI package shipped under? ###\nUnity Multiplayer HLAPI package is released under an MIT/X11 license; see the LICENSE.md file.\n\nThis means that you pretty much can customize and embed it in any software under any license without any other constraints than preserving the copyright and license information while adding your own copyright and license information.\n\nYou can keep the source to yourself or share your customized version under the same MIT license or a compatible license.\n\nIf you want to contribute patches back, please keep it under the unmodified MIT license so it can be integrated in future versions and shared under the same license.\n\n### How do I get started? ###\n* Go to the Package Manager UI in the Unity editor (found under the Window menu).\n* The HLAPI package should appear in the list of packages, select it and click the Install button\n\nor\n\n* Add the package to your project manifest.json file, located in the Packages folder. Under dependencies add the line _\"com.unity.multiplayer-hlapi\": \"1.0.4\"_ to the list of packages. A specific version needs to be chosen.\n\nor\n\n* Clone this repository into the Packages folder.\n\n### Running tests ###\n\nWhen the package files are directly included in the Packages folder of the projects (or somewhere in the Assets folder), the tests will appear and can be executed. \n\nWhen including the package via the manifest.json file the `testable` field needs to be added:\n\n```\n{\n  \"dependencies\": {\n    \"com.unity.multiplayer-hlapi\": \"1.0.4\",\n    ... more stuff...\n  },\n  \"testables\": [\n    \"com.unity.multiplayer-hlapi\"\n  ]\n}\n```\n\nwhere there referenced package number should be the latest or whatever version is being tested.\n\nWhen the package is included for the first time, it will be compiled, and some of the test will fail to run since the weaver has not had a chance to run yet. Triggering a recompile should fix that, for example by reimporting some script or triggering a build.\n\n### Will you be taking pull requests? ###\nWe'll consider all incoming pull requests that we get. It's likely we'll take bug fixes this way but anything else will be handled on a case by case basis. Changes will not be applied directly to this repository but to an internal package repository which will be periodically synchronized with this one.","_npmUser":{},"repository":{"url":"https://github.cds.internal.unity3d.com/unity/com.unity.multiplayer-hlapi.git","type":"git","revision":"0358096b3626d60d1345cfa6df97fcb2dc89152e"},"_npmVersion":"5.6.0","_nodeVersion":"8.17.0","readmeFilename":"README.md","name":"com.unity.multiplayer-hlapi","version":"1.0.8","displayName":"Multiplayer HLAPI","description":"The high level API component of the Unity Multiplayer system.","keywords":["multiplayer","networking","hlapi","high-level","api"],"dependencies":{"nuget.mono-cecil":"0.1.6-preview"},"dist":{"shasum":"309d64248773e6c83ad9d0fd08582539913ef9ba","tarball":"https://download.packages.unity.com/com.unity.multiplayer-hlapi/-/com.unity.multiplayer-hlapi-1.0.8.tgz"}},"1.0.6":{"_id":"com.unity.multiplayer-hlapi@1.0.6","type":"asset","_from":"../../../var/folders/tn/t8btbstx12l33r08ww_2c0_1_q91g9/T/com.unity.multiplayer-hlapi-1.0.6.tgz","unity":"2019.1","upmCi":{"footprint":"b8b5a2e0987ef88ef05ebd77f05b41a9eed0578e"},"readme":"# README #\n\nThe Unity Multiplayer High Level API is the open source component of the Unity Multiplayer system, this was formerly a Unity extension DLL with some parts in the engine itself, now it all exist in a package. In this package we have the whole networking system except the NetworkTransport related APIs and classes. This is all the high level classes and components which make up the user friendly system of creating multiplayer games. This document details how you can enable or embed the package and use it in your games and applications.\n\n### What license is the Unity Multiplayer HLAPI package shipped under? ###\nUnity Multiplayer HLAPI package is released under an MIT/X11 license; see the LICENSE.md file.\n\nThis means that you pretty much can customize and embed it in any software under any license without any other constraints than preserving the copyright and license information while adding your own copyright and license information.\n\nYou can keep the source to yourself or share your customized version under the same MIT license or a compatible license.\n\nIf you want to contribute patches back, please keep it under the unmodified MIT license so it can be integrated in future versions and shared under the same license.\n\n### How do I get started? ###\n* Go to the Package Manager UI in the Unity editor (found under the Window menu).\n* The HLAPI package should appear in the list of packages, select it and click the Install button\n\nor\n\n* Add the package to your project manifest.json file, located in the Packages folder. Under dependencies add the line _\"com.unity.multiplayer-hlapi\": \"1.0.4\"_ to the list of packages. A specific version needs to be chosen.\n\nor\n\n* Clone this repository into the Packages folder.\n\n### Running tests ###\n\nWhen the package files are directly included in the Packages folder of the projects (or somewhere in the Assets folder), the tests will appear and can be executed. \n\nWhen including the package via the manifest.json file the `testable` field needs to be added:\n\n```\n{\n  \"dependencies\": {\n    \"com.unity.multiplayer-hlapi\": \"1.0.4\",\n    ... more stuff...\n  },\n  \"testables\": [\n    \"com.unity.multiplayer-hlapi\"\n  ]\n}\n```\n\nwhere there referenced package number should be the latest or whatever version is being tested.\n\nWhen the package is included for the first time, it will be compiled, and some of the test will fail to run since the weaver has not had a chance to run yet. Triggering a recompile should fix that, for example by reimporting some script or triggering a build.\n\n### Will you be taking pull requests? ###\nWe'll consider all incoming pull requests that we get. It's likely we'll take bug fixes this way but anything else will be handled on a case by case basis. Changes will not be applied directly to this repository but to an internal package repository which will be periodically synchronized with this one.","_shasum":"62949157be4e4c5c2f1ec1117a679053b232f846","scripts":{},"_npmUser":{},"_resolved":"file:../../../var/folders/tn/t8btbstx12l33r08ww_2c0_1_q91g9/T/com.unity.multiplayer-hlapi-1.0.6.tgz","repository":{"url":"https://github.cds.internal.unity3d.com/unity/com.unity.multiplayer-hlapi.git","type":"git","revision":"5e5b44fbffb380444bc35bb716d4926174801f71"},"_npmVersion":"3.10.10","_nodeVersion":"6.10.0","readmeFilename":"README.md","name":"com.unity.multiplayer-hlapi","version":"1.0.6","displayName":"Multiplayer HLAPI","description":"The high level API component of the Unity Multiplayer system.","keywords":["multiplayer","networking","hlapi","high-level","api"],"dependencies":{"nuget.mono-cecil":"0.1.6-preview"},"dist":{"shasum":"62949157be4e4c5c2f1ec1117a679053b232f846","tarball":"https://download.packages.unity.com/com.unity.multiplayer-hlapi/-/com.unity.multiplayer-hlapi-1.0.6.tgz"}},"1.0.4":{"_id":"com.unity.multiplayer-hlapi@1.0.4","unity":"2019.1","scripts":{},"repository":{"url":"https://gitlab.cds.internal.unity3d.com/upm-packages/multiplayer/com.unity.multiplayer-hlapi.git","type":"git","revision":"1728a66e30f72dafce0a52a7bbf906320277bcfb"},"name":"com.unity.multiplayer-hlapi","version":"1.0.4","displayName":"Multiplayer HLAPI","description":"The high level API component of the Unity Multiplayer system.","keywords":["multiplayer","networking","hlapi","high-level","api"],"dependencies":{"nuget.mono-cecil":"0.1.5-preview"},"dist":{"shasum":"10d784d18bac4be3eb18b1702e7566186b6f327e","tarball":"https://download.packages.unity.com/com.unity.multiplayer-hlapi/-/com.unity.multiplayer-hlapi-1.0.4.tgz"}},"1.0.2":{"_id":"com.unity.multiplayer-hlapi@1.0.2","unity":"2019.1","scripts":{},"repository":{"url":"https://gitlab.cds.internal.unity3d.com/upm-packages/multiplayer/com.unity.multiplayer-hlapi.git","type":"git","revision":"a46e55980cbb98565c4634779a8f7b98cce67736"},"name":"com.unity.multiplayer-hlapi","version":"1.0.2","displayName":"Multiplayer HLAPI","description":"The high level API component of the Unity Multiplayer system.","keywords":["multiplayer","networking","hlapi","high-level","api"],"dependencies":{"nuget.mono-cecil":"0.1.5-preview"},"dist":{"shasum":"2d3eeb32fc4582f94900ba72c1c44a6e15acacfc","tarball":"https://download.packages.unity.com/com.unity.multiplayer-hlapi/-/com.unity.multiplayer-hlapi-1.0.2.tgz"}},"1.0.1":{"_id":"com.unity.multiplayer-hlapi@1.0.1","unity":"2019.1","scripts":{},"repository":{"url":"https://gitlab.cds.internal.unity3d.com/upm-packages/multiplayer/com.unity.multiplayer-hlapi.git","type":"git","revision":"4ef5b1ebf651f9e9455416b036b912d5871830f4"},"name":"com.unity.multiplayer-hlapi","version":"1.0.1","displayName":"Multiplayer HLAPI","description":"The high level API component of the Unity Multiplayer system.","keywords":["multiplayer","networking","hlapi","high-level","api"],"dependencies":{"nuget.mono-cecil":"0.1.5-preview"},"dist":{"shasum":"7f340599e8550611ad28ac5b246b6f1a9067650b","tarball":"https://download.packages.unity.com/com.unity.multiplayer-hlapi/-/com.unity.multiplayer-hlapi-1.0.1.tgz"}},"1.0.0":{"_id":"com.unity.multiplayer-hlapi@1.0.0","unity":"2019.1","scripts":{},"repository":{"url":"https://gitlab.cds.internal.unity3d.com/upm-packages/multiplayer/com.unity.multiplayer-hlapi.git","type":"git","revision":"3da113d986622d63a130355a4438204d3dba6f16"},"name":"com.unity.multiplayer-hlapi","version":"1.0.0","displayName":"Multiplayer HLAPI","description":"The high level API component of the Unity Multiplayer system.","keywords":["multiplayer","networking","hlapi","high-level","api"],"dependencies":{"nuget.mono-cecil":"0.1.5-preview"},"dist":{"shasum":"c97c69da63dae5087863f748d7317a0f54e018ce","tarball":"https://download.packages.unity.com/com.unity.multiplayer-hlapi/-/com.unity.multiplayer-hlapi-1.0.0.tgz"}},"0.2.5-preview":{"_id":"com.unity.multiplayer-hlapi@0.2.5-preview","unity":"2019.1","repository":{"url":"https://gitlab.cds.internal.unity3d.com/upm-packages/multiplayer/com.unity.multiplayer-hlapi.git","type":"git","revision":"3a86986bb7b5415c291eb6d62b0a6d81866ef3c5"},"name":"com.unity.multiplayer-hlapi","version":"0.2.5-preview","displayName":"Multiplayer HLAPI","description":"The high level API component of the Unity Multiplayer system.","keywords":["multiplayer","networking","hlapi","high-level","api"],"dependencies":{"nuget.mono-cecil":"0.1.5-preview"},"dist":{"shasum":"de8098f2043b8e1fb49b5b385c0fd5d5e0d62274","tarball":"https://download.packages.unity.com/com.unity.multiplayer-hlapi/-/com.unity.multiplayer-hlapi-0.2.5-preview.tgz"}},"0.2.4-preview":{"_id":"com.unity.multiplayer-hlapi@0.2.4-preview","unity":"2019.1","repository":{"url":"https://gitlab.cds.internal.unity3d.com/upm-packages/multiplayer/com.unity.multiplayer-hlapi.git","type":"git","revision":"b86c24003e19dd8d46c352475361dfa14191bba1"},"name":"com.unity.multiplayer-hlapi","version":"0.2.4-preview","displayName":"Multiplayer HLAPI","description":"The high level API component of the Unity Multiplayer system.","keywords":["multiplayer","networking","hlapi","high-level","api"],"dependencies":{"nuget.mono-cecil":"0.1.5-preview"},"dist":{"shasum":"ef5e3b9ddf60bf1e0903af5a18e725b7108854b5","tarball":"https://download.packages.unity.com/com.unity.multiplayer-hlapi/-/com.unity.multiplayer-hlapi-0.2.4-preview.tgz"}}},"time":{"1.1.1":"2021-05-07T22:17:26.000Z","1.0.8":"2020-12-15T21:13:41.000Z","1.0.6":"2020-05-20T19:49:02.000Z","1.0.4":"2019-06-03T15:01:44.000Z","1.0.2":"2019-04-03T12:01:15.000Z","1.0.1":"2019-04-03T12:01:13.000Z","1.0.0":"2019-04-03T12:01:10.000Z","0.2.5-preview":"2019-04-03T12:01:07.000Z","0.2.4-preview":"2019-04-03T12:01:04.000Z"},"dist-tags":{"latest":"1.1.1"},"etag":"\"47e8-OWG1e4//Qpbh80q3xr3c9CotmJE\""}