February 11, 2017

How to make Unity3D android plugin using Android Studio.

I have uploaded new video showing how to create unity plugin for android. The project is here.  

February 2, 2017

Quake 2's MD2 models in Unity3D

In this short post, I would like to present to you simple Unity 3D project that converts Quake 2's MD2 models into mesh asset. There is a class that loades data from md2 file (MD2File.cs) and class that converts that to format used by Unity's meshs (MD2Importer.cs). The project is available on GitHub. You can ...

December 26, 2016

aws-sdk-cpp part 1

Introduction In this post, I want to present how to install aws-sdk-cpp on Linux Mint 18 and how to write basic code to work with buckets and objects.   Preparation Software I used: 1. Virtual Box 2. Linux Mint 18 “Sahra” 64 bit 3. CloudBerry Explorer   Create new virtual machine on Virtual Box and ...