gamesSubscribe to RSS - games

Creating UI elements for a game menu in Unity3D for Tizen

Introduction

Unity3D plays nowadays a key role in the world of mobile gaming. At this moment it seems to be the fastest way to deploy games across platforms and devices. Therefore we could not omit writing about it as a game delivery platform for Tizen.

In this article we will focus on how to create basic UI elements in the Unity3D game creation software basing on a game deployed for the Tizen Platform, which can be found on the Tizen Store under the name “Sub Explorer”.

IMPORTANT!

Three.js - importing MD2 3D animated models

Three.js is the most popular 3D JavaScript engine nowadays based on WebGL. It combines the ease of use with flexibility and stability. You should definitely use it if you are building a 3D multimedia application for the web.

This article describes the pipeline of converting an animated MD2 model to work with the Three.js library. We have attached an example application EXAMPLETHREEJS.wgt to the article, which shows how to setup, initialize and use Three.js for creating cool, 3D multimedia web experience.