Unity 2017.3 Beta download link available

Unity 2017.3 Beta download is available from the 5th of October 2017 at the official Unity website beta release page : https://beta.unity3d.com/download/28dc7ce05bb9/UnityDownloadAssistant-2017.3.0b3.exe The downloader will prompt you to select which Unity 2017.3 Beta components you want to install , these are : Unity 2017.3.0b MonoDevelop Documentation Standard Assets Example Projects Microsoft Visual Studio Community 2017 … Read more

Unity 5.6 download available free game development engine

Unity 5.6 download available

Unity 5.6 download available , the famous 2D/3D multi platform free game development engine is out in its latest version. The Unity 5.6 version ends the Unity 5 cycle and includes some interesting feature updates : Progressive Lightmapper preview, new Light Modes, Vulkan support, a new video player, support for Facebook Gameroom, Google Daydream. Some … 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

Unity attach object to player tutorial: How to wield a weapon

Unity attach object to player tutorial: How to wield a weapon In this tutorial you will learn how to attach object to a Unity character and how to make a character wield a weapon. I am doing this simple item attach tutorial because in many games you are often displaying characters and enemies wielding items … 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

blender unity mecanim pipeline tutorial: animations import with actions

Blender unity mecanim pipeline tutorial: animations import and workflow In this tutorial you will learn how to set up a working blender unity mecanim pipeline with animations import and Mecanim workflow integration to use your animated character in latest Unity animation system. This tutorial will configure a free asset workflow using Blender 2.67 and Unity … 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

UNITY RPG COMBAT SYSTEM TUTORIAL WITH STATE MACHINE JAVASCRIPT FULL CODE DOWNLOAD EXAMPLES

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

UNITY RPG COMBAT SYSTEM TUTORIAL WITH STATE MACHINE JAVASCRIPT FULL CODE DOWNLOAD EXAMPLES UNITY RPG COMBAT SYSTEM TUTORIAL WITH STATE MACHINE JAVASCRIPT FULL CODE DOWNLOAD EXAMPLES PlayerController.js [javascript] /* WASD keyboard input player movement control with jump and mouse rotation – Unity javascript Gameobject.net*/ #pragma strict var charController:CharacterController ; /* Create a variable of type … 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