Just a short one: I recently wanted to see if one of my Unity plugins was compatible with FireTV which is pretty much just Android with some restrictions. When I finally realised that I wasn’t going to get a stable connection on my old FireTV stick which just randomly disconnecting I finally gave up and tried with a newer FireTV… Read more →
Tag: unity
Steps to create a native Android plugin for Unity in Java using Android Studio – Part 2 (of 2)
In Part One of “Steps to create a native Android plugin for Unity in Java using Android Studio” of this blog post / tutorial, I described how to create a really simple ‘hello world’ method in Java using Android Studio that can be compiled into an Android Archive (.aar file) which can then be used as a native Android plugin in… Read more →
Steps to create a native Android plugin for Unity in Java using Android Studio – Part 1 (of 2)
I’ve created a number of Android / Java plugins for Unity using Android Studio so thought I’d document the process. Please let me know if there are better ways of doing any this 🙂 Update: Download Code for this Assumptions: I’m assuming that you already have Unity3D installed, if not, get it from here (Choose the most up to date… Read more →