You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-11Lines changed: 1 addition & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -86,7 +86,7 @@ With WebView RPC, method calls between C# and JavaScript behave like regular fun
86
86
### Adding WebView Library
87
87
88
88
- WebView RPC is not distributed as a package.
89
-
- Add the files under [Unity-WebViewRpc/Assets/StreamingAssets/MocLib](https://github.com/kwan3854/Unity-WebViewRpc/tree/main/Assets/StreamingAssets/MocLib) to your JavaScript project.
89
+
- Add the files under [Unity-WebViewRpc/WebViewRpcJS/RuntimeLibrary](https://github.com/kwan3854/Unity-WebViewRpc/tree/main/WebViewRpcJS/RuntimeLibrary) to your JavaScript project.
90
90
91
91
### Installing the protobuf Compiler
92
92
@@ -248,16 +248,6 @@ public class ViewplexWebViewBridge : IWebViewBridge
0 commit comments