# README #
The 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.
### What license is the Unity Multiplayer HLAPI package shipped under? ###
Unity Multiplayer HLAPI package is released under an MIT/X11 license; see the LICENSE.md file.
This 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.
You can keep the source to yourself or share your customized version under the same MIT license or a compatible license.
If 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.
### How do I get started? ###
* Go to the Package Manager UI in the Unity editor (found under the Window menu).
* The HLAPI package should appear in the list of packages, select it and click the Install button
or
* 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.
or
* Clone this repository into the Packages folder.
### Running tests ###
When 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.
When including the package via the manifest.json file the `testable` field needs to be added:
```
{
"dependencies": {
"com.unity.multiplayer-hlapi": "1.0.4",
... more stuff...
},
"testables": [
"com.unity.multiplayer-hlapi"
]
}
```
where there referenced package number should be the latest or whatever version is being tested.
When 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.
### Will you be taking pull requests? ###
We'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.
小云同志你好
- 粉丝: 1067
- 资源: 1067
最新资源
- 基于FMDB的进一步封装:纯面向对象,实现了model与数据库的一一映射,并且在大多数情况下,对数据库的操作比如增删改查等操作,完全不需要写sql语句详细文档+全部资料+源码.zip
- 基于Hadoop的股票大数据分析系统详细文档+全部资料+源码.zip
- 基于java开发,强大并且灵活的数据产生神器器,能够根据jobs.xml配置产生各种各样的数据,不用再为测试时没有数据而烦恼了详细文档+全部资料+源码.zip
- 基于java开发,功能强大、配置灵活的数据库之间同步工具,可以执行多个数据同步任务,并且可以根据cron表达式配置同步的周期和时间详细文档+全部资料+源码.zip
- 基于java、spring、MySQL数据库、vue.js的课程设计平行志愿录取系统详细文档+全部资料+源码.zip
- 基于mykit中分离出的强大的数据库同步工具目前支持MySQL、SQL Server和Oracle数据库的同步,在实际应用场景中,我们经常需要定期将一个数据库的
- 基于Node-MQTT-硬件设备交互 的数据可视化大屏详细文档+全部资料+源码.zip
- 基于SAT的二进制数独求解详细文档+全部资料+源码.zip
- 基于python和llm大模型开发的数据处理和任务调度系统集成了llm模块实现rag知识库问答,链接各数据源数据进行数据对话问答,交互式数据分析功能。详细文档+
- 基于Python金融大数据风控建模实战:基于机器学习源代码详细文档+全部资料+源码.zip
- 基于Spark2.2新闻网大数据实时系统项目详细文档+全部资料+源码.zip
- 基于Spark2.X的新闻话题的实时统计分析大数据项目实战详细文档+全部资料+源码.zip
- 基于spark的外卖大数据平台分析系统详细文档+全部资料+源码.zip
- 基于SprigBoot+Vue构建的数据可视化开发平台,灵活的拖拽式布局、支持多种数据源、丰富的通用组件详细文档+全部资料+源码.zip
- 基于Spring Boot 2.x的一站式前后端分离快速开发平台XBoot 微信小程序+Uniapp 前端:Vue+iView Admin 后端:Spring
- 基于SpringBoot、MyBatisPlus、ElementUI、G2Plot、Echarts等技术栈的大屏设计器,详细文档+全部资料+源码.zip
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈