diff --git a/README.md b/README.md index 5a3a140..8c4ddff 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,7 @@ On this repository you'll find an experiment to draw the Native Android Camera f The inspiration comes from [Unity Technologies NativeRenderingPlugin](https://bitbucket.org/Unity-Technologies/graphicsdemos/src/364ac57cea5c197ca9b7015ba29dcc1ff94c9f61/NativeRenderingPlugin/). The folder structure contains the following code: + 1 [An NDK library as the low level rendering plugin](NativeCameraPlugin) 2 [An Android Studio project to create and AAR library as Unity Native Plugin](UnityAndroidCameraPlugin)