JSON RPC bitcoin visual studio c# application tutorial

Bitcoin client with -testnet option

JSON RPC bitcoin visual studio c# application tutorial Learn with a simple code example how to communicate with a bitcoin server in this JSON RPC bitcoin visual studio c# application tutorial. Bitcoin client API offers the possibility to communicate with the wallet acting as a server to display balance, get blockchain informations or make bitcoin … Read more

makehuman to Unity textured import tutorial .fbx

makehuman to Unity textured import tutorial .fbx In this makehuman to unity textured import tutorial you will learn how to import a makehuman generated 3d full textured character model into Unity free game development engine with clothes and rigging, you will be able to add the makehuman asset in your Unity project with all the … Read more

Makehuman to Blender 3d character export tutorial

Makehuman to Blender 3d character export tutorial In this makehuman to blender tutorial you will learn how to create a 3d character with makehuman and export it to Blender 2.69 to modify or animate it. Makehuman lets you automatically create and customize an human character 3d model, you can use Blender to animate this model … Read more

Unity multiplayer tutorial, physics calculations on server

Unity multiplayer tutorial, physics calculations on server In this Unity multiplayer tutorial you will be shown how to create a unity multiplayer game with physics calculations on server using Unity and uLink network Library. This Unity multiplayer game tutorial will be using Unity 4.2.2 version and uLink Lina 1.5.5 version and the will be based … Read more

MMO multiplayer tutorial for Unity with uLink authoritative server

MMO multiplayer tutorial for Unity using ulink authoritative server Hi guys in this multiplayer tutorial for Unity i will show you how to make your game playable by many users using ulink authoritative server. Our goal is to have multiple players connecting to a Unity authoritative server and move in the same level. We all … Read more

How to export a free character model fully rigged from Makehuman to Blender

Makehuman to Blender

How to export a free character model fully rigged from makehuman to Blender In this tutorial i will show you how to export a free 3d human character model fully rigged and ready to be animated from Makehuman to Blender. I will use Makehuman 1.0 alpha 7 version and Blender 2.67b version. You will find … Read more

How to compile and publish your game on Android with Unity tutorial

How to compile and publish your game on Android with Unity tutorial In this tutorial i will show you how to compile and publish your game on Android with Unity, starting from installing Android software development kit (Android SDK) to configure Unity to create an Android executable and then run and debug your game in … Read more

Rpg combat system tutorial for Unity with simple state machine – part 1

Unity-rpg-hack-slash-combat-system-tutorial-02

Rpg combat system tutorial for Unity with simple state machine With this Unity combat system tutorial you will be guided into the implementation of a rpg (hack and slash) combat system with the use of a simple state machine that rules the combat logic. Our Unity scene for this combat system tutorial will feature a player … Read more

Rpg combat system tutorial for Unity with simple state machine – part 4

Rpg combat system tutorial for Unity with simple state machine – part 4 In the previous Rpg combat system tutorial for Unity with simple state machine – part 3 we gave our player character a script to manage its combat states and to deal damage to the enemy, but to make it effective we need … Read more

Rpg combat system tutorial for Unity with simple state machine – part 3

Rpg combat system tutorial for Unity with simple state machine – part 3 At this point of this rpg combat system tutorial for Unity our scene has 2  important gameobjects, the player and the enemy, with their Collision Box components named CombatBox belonging to a user created Physic Layer that is now behaving as any … Read more

Unity GUI tutorial : simple player health bar in javascript code example

03-Unity-javascript-health-bar-tutorial-full-player-health-bar

Unity GUI tutorial : create a simple Graphic User Interface with OnGui function In this Unity GUI tutorial we will see how easy is to create a simple Graphical User Interface with Unity thanks to the OnGui function. An health bar is a vital key element for every game, not only rpg or hack and … Read more

Unity tutorials for beginners: Unity lessons and character equipment system

Unity tutorials for beginners I am always looking for good Unity tutorials and resources for beginners, and it is always a pleasure to find that a lot of Unity learning content is available for free on the Web. There are also lot of good Unity tutorials available for a small fee or subscription service and … Read more