Skip to content

chore: merge release into master#649

Closed
mattwalsh-unity wants to merge 145 commits intomasterfrom
release/master_dry_run
Closed

chore: merge release into master#649
mattwalsh-unity wants to merge 145 commits intomasterfrom
release/master_dry_run

Conversation

@mattwalsh-unity
Copy link
Copy Markdown
Contributor

No description provided.

mattwalsh-unity and others added 30 commits December 4, 2020 18:52
- Moved the core MLAPI to the proper package structure (it has to be in this structor
- Added examples of transport packages living in the same repo :D (ENET/Initial UTP)
- Added basic Yamato package validation scripts and publish/promote
These where internal/exeperimental changes to the Transport API.
BREAKING CHANGE: clientId is required when defining a MoveValidationDelegate
…ompletely.

This caused an exception in the editor when trying to access the inspector because the SerializedProperty doesn't get initialized anymore.
…tUpdates

Feature/fix remove max object updates
… some modifications

Bringing over the DataStream class from UTP into the core repo, we remove some of the unused features as well as make it work with some already defined MLAPI types.

This class is also optimized to be used in a job context/burst context and has no managed allocations, as well thread safety.

(Original) https://github.com/Unity-Technologies/netcode/blob/master/com.unity.transport/Runtime/DataStream.cs
…rialization

feat(serialization): Bringing over the DataStream class from UTP
* refactor: Fixed indents
* fix: Fixed range interpolation
Our custom CI configuration started failing after a change in the upm-ci tool. This change updates the CI configuration to use the standard templates for multi-package repositories. As a side effect, it also introduces a test/sample/gym project where we can exercise the packages and put tests we don't want to ship with the packages themselves.

Tests run against 2020.1 and trunk, on windows, mac, and ubuntu
Pull Requests to "develop" automatically trigger pack, test, and validation of the mlapi package
…t_obj

refactor: internally breaking, send no longer has client obj parameter
0xFA11 and others added 15 commits March 16, 2021 10:12
…ires ownership (#627)

* add todo comments

* fix: implement warning logs on non-owner invoking ServerRpc that requires ownership
* test: NetworkTickSystem test

* test: NetworkTickSystem test, removed unneeded code
…#629)

* fix: Fix object traversal assigning instanceIds to none scene objects

* comment added

Co-authored-by: Matt Walsh <matt.walsh@unity3d.com>
If something causes an exception it's possible that the profiler never allocates data. in these cases, there is no point in sending data outside of MLAPI
* Add release notes to changelog

* docs: added release notes to changelog

* Update com.unity.multiplayer.mlapi/CHANGELOG.md

Co-authored-by: Luke Stampfli <43687322+LukeStampfli@users.noreply.github.com>

* update per review for bitserializer and networkserializer

* revised per feedback - API refactor

* update remove bitserializer

* renaming

* Update com.unity.multiplayer.mlapi/CHANGELOG.md

Co-authored-by: M. Fatih MAR <mfatihmar@gmail.com>

* Update com.unity.multiplayer.mlapi/CHANGELOG.md

* Update com.unity.multiplayer.mlapi/CHANGELOG.md

* added known issues and scene mgmt fix

* revisions per review

* profiler final - no more updates

* format

Co-authored-by: Luke Stampfli <43687322+LukeStampfli@users.noreply.github.com>
Co-authored-by: Matt Walsh <69258106+mattwalsh-unity@users.noreply.github.com>
Co-authored-by: M. Fatih MAR <mfatihmar@gmail.com>
- Mirror package readme.md in root readme.md
- Add repo directory structure description
- Remove contributing and code of conduct from package directory
…icks (#640)

PerformanceDataManager reuses PerformanceTickData by resetting per-frame
Replaces deferred linq query in PerformanceTickData loop.
… missed in the profiler (#641)

Co-authored-by: Matt Walsh <69258106+mattwalsh-unity@users.noreply.github.com>
… clean import (#645)

* Add an dummy ILPP to force 2019.4 to proper compilation order

* Turning on this test for 2019.4

* Hack -> Workaround rename

Co-authored-by: Matt Walsh <matt.walsh@unity3d.com>
Co-authored-by: Matt Walsh <69258106+mattwalsh-unity@users.noreply.github.com>
@mattwalsh-unity mattwalsh-unity changed the title Release/master dry run chore: merge release into develop Mar 19, 2021
Copy link
Copy Markdown
Contributor

@LukeStampfli LukeStampfli left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just looked at repo documentation files and structure.

  • There is both a LICENSE and LICENSE.md in the root and a LICENSE.md file in the package folder. Should remove the duplicate. I think for both the root and the package LICENSE file they shouldn't be .md files. LICENSE should be a raw text file (no file ending) to guarantee that it is displayed the same for everyone.
  • Readme, contributing, CoC, Changelog, third party notices look good.
  • com.unity.multiplayer.transport.utp is not finished or usable right? Why is it in release in the first place?

@JesseOlmer JesseOlmer changed the title chore: merge release into develop chore: merge release into master Mar 22, 2021
@0xFA11
Copy link
Copy Markdown
Contributor

0xFA11 commented Mar 23, 2021

superseded by #652

@0xFA11 0xFA11 closed this Mar 23, 2021
@mattwalsh-unity mattwalsh-unity deleted the release/master_dry_run branch March 24, 2021 00:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.