October 6, 2017

Unity android plugin - the template.

Hello! Today I'm going to put here some java code for basic Unity plugin with couple things worth noting. If you haven't seen my YT video about making Unity plugin using only Notepad++, watch it. It's here:     Since this video was released, I have found a way to get Unity's activity. Activity's class ...

September 7, 2017

Java - thoughts about packages, *.jar and *.class files.

Today I want to share some of my thoughts about java packages. Most of the time I don't have to dig deep into java's internals etc. Most of the time I use C# and Unity 3D, so java is used only when it comes to write some plugin or do some tests. Copy-paste from Stack ...

September 5, 2017

ARCore - app keeps stopping.

Hi Folks!   Today I'm playing with ARCore on Samsung Galaxy S8 SM-G950F and Unity 3D. Yes, it's SM-G950F, despite this model is not on list of supported devices, it works! If you are looking for a tutorial I refer you to Getting Started with Unity - Google's official introduction.   Here I'm going to ...

April 26, 2017

clang, LLVM, IR

In this post I'll show you how to download, install and use clang on Windows. Ok but, what is clang in a first place? clang is compiler front-end for C, C++ and Objective-C languages. Front-end means that it takes source code and turns it into IR. IR stands for Intermediate Representation and it's sort of ...

March 13, 2017

"Nothing to show" problem on Android Studio 2.3