Skip to content

Commit

Permalink
Fixed missing assembly reference for google protobuf. (#6099)
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelalonsojr authored Apr 19, 2024
1 parent fb2af76 commit dbb819b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
6 changes: 4 additions & 2 deletions com.unity.ml-agents/Editor/Unity.ML-Agents.Editor.asmdef
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,10 @@
],
"excludePlatforms": [],
"allowUnsafeCode": false,
"overrideReferences": false,
"precompiledReferences": [],
"overrideReferences": true,
"precompiledReferences": [
"Google.Protobuf_Packed.dll"
],
"autoReferenced": true,
"defineConstraints": [],
"versionDefines": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
"includePlatforms": [],
"excludePlatforms": [],
"allowUnsafeCode": false,
"overrideReferences": false,
"overrideReferences": true,
"precompiledReferences": [
"System.IO.Abstractions.dll",
"Google.Protobuf.dll",
"Grpc.Core.dll"
"Grpc.Core.dll",
"Google.Protobuf_Packed.dll"
],
"autoReferenced": true,
"defineConstraints": [],
"versionDefines": [],
"noEngineReferences": false
}
}

0 comments on commit dbb819b

Please sign in to comment.