Skip to content

Commit 01eb1f9

Browse files
author
Miguel Alonso Jr
committed
Fixed missing assembly reference for google protobuf.
1 parent fb2af76 commit 01eb1f9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

com.unity.ml-agents/Runtime/Grpc/Unity.ML-Agents.CommunicatorObjects.asmdef

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
"includePlatforms": [],
66
"excludePlatforms": [],
77
"allowUnsafeCode": false,
8-
"overrideReferences": false,
8+
"overrideReferences": true,
99
"precompiledReferences": [
1010
"System.IO.Abstractions.dll",
11-
"Google.Protobuf.dll",
12-
"Grpc.Core.dll"
11+
"Grpc.Core.dll",
12+
"Google.Protobuf_Packed.dll"
1313
],
1414
"autoReferenced": true,
1515
"defineConstraints": [],
1616
"versionDefines": [],
1717
"noEngineReferences": false
18-
}
18+
}

0 commit comments

Comments
 (0)