Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(992)

Unified Diff: webrtc/examples/unityplugin/README

Issue 2993273002: Add Android Camera To Unity Plugin (Closed)
Patch Set: Presubmit Fix Created 3 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webrtc/examples/unityplugin/DEPS ('k') | webrtc/examples/unityplugin/classreferenceholder.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/examples/unityplugin/README
diff --git a/webrtc/examples/unityplugin/README b/webrtc/examples/unityplugin/README
index 82a466ac0e2613db087720c005ad1471bfb02d1c..5f26b89488c1c3b7ac9fa9b7c32eb30085af0e8d 100644
--- a/webrtc/examples/unityplugin/README
+++ b/webrtc/examples/unityplugin/README
@@ -1,7 +1,10 @@
-This directory contains an example Unity native plugin for Windows OS.
+This directory contains an example Unity native plugin for Windows OS and Android.
+
The APIs use Platform Invoke (P/Invoke) technology as required by Unity native plugin.
This plugin dll can also be used by Windows C# applications other than Unity.
+For detailed build instruction on Android, see ANDROID_INSTRUCTION
+
An example of wrapping native plugin into a C# managed class in Unity is given as following:
using System;
« no previous file with comments | « webrtc/examples/unityplugin/DEPS ('k') | webrtc/examples/unityplugin/classreferenceholder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698