Skip to content

Commit c4b8519

Browse files
jsm174freezy
authored andcommitted
misc: remove assembly validation for Grpc.Core.dll
1 parent 533f332 commit c4b8519

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ but for now you'll need to open it through Unity.
2424

2525
Both gRPC and Protobuf come with dependencies that conflict with Unity's, namely
2626
`System.Buffers`, `System.Memory` and `System.Runtime.CompilerServices`. To
27-
solve this, we disable validation for `Google.Protobuf.dll` in the meta file
28-
located in the `VisualPinball.Engine.Mpf.Unity/Plugins` folder.
27+
solve this, we disable assembly validation for `Google.Protobuf.dll` and `Grpc.Core.dll`
28+
via the plugin inspector.
2929

3030
### Unity Package
3131

VisualPinball.Engine.Mpf.Unity/Plugins/linux-x64/Grpc.Core.dll.meta

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

VisualPinball.Engine.Mpf.Unity/Plugins/osx-x64/Grpc.Core.dll.meta

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

VisualPinball.Engine.Mpf.Unity/Plugins/win-x64/Grpc.Core.dll.meta

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

VisualPinball.Engine.Mpf.Unity/Plugins/win-x86/Grpc.Core.dll.meta

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)