Skip to content
Merged
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
30 changes: 16 additions & 14 deletions com.unity.multiplayer.mlapi/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,18 @@
{
"name": "com.unity.multiplayer.mlapi",
"displayName": "MLAPI Networking Library",
"version": "0.1.0",
"unity": "2019.4",
"unityRelease": "8f1",
"description": "This the Core Unity Mid-level API that provides core SDK for multiplayer games within unity",
"keywords": [
"unity"
],
"type": "library",
"hideInEditor": false,
"dependencies": {
"com.unity.nuget.mono-cecil": "1.10.1-preview.1"
}
"name": "com.unity.multiplayer.mlapi",
Comment on lines -15 to +2
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

I think this rewrite is simply caused by spaces and things. I'm not changing anything other than the 2 new dependencies below, FYI.

"displayName": "MLAPI Networking Library",
"version": "0.1.0",
"unity": "2019.4",
"unityRelease": "8f1",
"description": "This the Core Unity Mid-level API that provides core SDK for multiplayer games within unity",
"keywords": [
"unity"
],
"type": "library",
"hideInEditor": false,
"dependencies": {
"com.unity.modules.ai": "1.0.0",
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

needed for NetworkNavMeshAgent stuff

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

ah ha, thanks for noting this!

"com.unity.modules.animation": "1.0.0",
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

needed for NetworkAnimator stuff

"com.unity.nuget.mono-cecil": "1.10.1-preview.1"
}
}