Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 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
661 changes: 0 additions & 661 deletions com.unity.multiplayer.mlapi/Runtime/Serialization/DataStream.cs

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
{
"name": "Unity.Multiplayer.MLAPI.Runtime",
"rootNamespace": "MLAPI",
"references": [
"GUID:e0cd26848372d4e5c891c569017e11f1"
],
Comment on lines -4 to -6
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.

this is Unity.Collections package's GUID

"references": [],
"includePlatforms": [],
"excludePlatforms": [],
"allowUnsafeCode": true,
Expand Down
189 changes: 0 additions & 189 deletions com.unity.multiplayer.mlapi/Tests/Editor/DataStreamTests.cs

This file was deleted.

This file was deleted.

17 changes: 17 additions & 0 deletions com.unity.multiplayer.mlapi/Tests/Editor/Placeholder.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
using NUnit.Framework;

namespace MLAPI.Tests
{
public class PlaceholderTests
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.

Did you mean to leave this in? Seems like either we would want to remove it, add some comments on why it's there or actually implement some tests

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.

yes, that was intentional. I commented a note inline indicating that.

{
[Test]
public void Foo()
{
}

[Test]
public void Bar()
{
}
}
}

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
{
"name": "Unity.Multiplayer.MLAPI.EditorTests",
"references": [
"Unity.Collections",
"Unity.Mathematics",
"Unity.Multiplayer.MLAPI.Runtime"
],
"optionalUnityReferences": [
Expand All @@ -11,6 +9,5 @@
"includePlatforms": [
"Editor"
],
"excludePlatforms": [],
"allowUnsafeCode": true
"excludePlatforms": []
}
5 changes: 2 additions & 3 deletions com.unity.multiplayer.mlapi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
"type": "library",
"hideInEditor": false,
"dependencies": {
"com.unity.nuget.mono-cecil": "1.10.1-preview.1",
"com.unity.collections": "0.14.0-preview.16"
"com.unity.nuget.mono-cecil": "1.10.1-preview.1"
}
}
}