Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 1.33 KB

README.md

File metadata and controls

28 lines (18 loc) · 1.33 KB

Creating a Native Android Plugin for Unity in Java / Android Studio

This is a simple Java Unity plugin for Android that I'm building as per the tutorial I'm creating at:

Why?

I am aiming to show how to create native Unity plugins in Android Studio / Java and also to document the process for myself.

Installation

##The Repo

  • The Java project we created in part 1 is in /Src
  • The Unity3d project where I show how to use the plugin is in /Unity/JavaUnityPlugin

##FAQ

  • Why is it called "TextureHelper"? Because I am aim to build on the tutorial and show how to write to OpenGL textures in native plugins and them use them in Unity. (Coming Soon)

License

MIT Licence