Corner and surface detection in AR Part 2
Plane movement and rotation in 3D space
Introduction
Last time you have learnt about basics of ARKit and how to use it to detect surfaces. You should also know how...
Corner and surface detection in AR Part 1
Introduction
AR technology is getting more and more popular these days. Two big companies have their own implementation of it. Google has ARCore supporting devices with...
Artificial locomotion in Unity using Machine Learning Part 3
Training and results
ML-Agents training
One of the most essential parts of training is hyperparameter tuning. Effective training using RL requires to setup up hyperparameters...
Artificial locomotion in Unity using Machine Learning Part 2
Implementation
Previously, in part 1, we looked at the theory of both ML-agents deep learning algorithms and evolutionary computation. Now it’s time for us to implement...
Artificial locomotion in Unity using Machine Learning Part 1
Recently Unity introduced a plugin called ML-Agents, which is meant to integrate Machine Learning into Unity’s environment. There were lots of ways to implement Machine...
Building a Turn-Based Multiplayer Game with GameSparks and Unity: Part 4/4
Welcome back to our GameSparks tutorial. In this final part we’ll set up the Game scene and implement the gameplay. You can find part one, two and three on our blog...
Building a Turn-Based Multiplayer Game with GameSparks and Unity: Part 3
Welcome to the third part of our GameSparks tutorial series. In parts one and two we have finished GameSparks configuration and this time we will focus on creating our...
Building a Turn-Based Multiplayer Game with GameSparks and Unity: Part 2
In the previous part of this tutorial we’ve covered GameSparks basic concepts, including the configuration of matchmaking and setting up the Challenges. Today we will...
Building a Turn-Based Multiplayer Game with GameSparks and Unity: Part 1
In this tutorial we’ll introduce GameSparks platform and we’ll teach you how to build a simple turn-based multiplayer game inspired by a classic Gomoku, under a working...
Unity AR Tutorial: Augmented Reality Game Development with Vuforia
Vuforia is an AR platform that provides amazing opportunities for augmented reality development. Here are some examples:
Vuforia also has a Unity SDK...