Unity Tutorial: Vector2RangeAttribute

Vector2RangeAttribute Featured

In my previous Unity tutorial, we created a parallax / holographic card. One of the settings of the ParallaxPanelScript was a Vector2 property, that controls the maximum rotation of the card, which we’d like to limit to a [0, 50] range for each axis. However, Unity’s regular RangeAttribute does not support Vector2 types. In this … Read more

Find the differences Unity Asset Update

Find the differences Game Template Logo

I’ve just released a HUGE update of my Find the Differences Game Template to the Unity Asset store. This has been a big update, which focused on the gameplay, along with many performance improvements and bug fixes. While the main randomizer engine stayed the same, I’ve improved its mechanisms to make it simpler and easier … Read more

Best Unity Performance tips for C# from a Cloud Developer

Unity Performance Profiler Feature

If you’re looking to improve the performance of your C# Unity game, there are many resources out there that talk about performance in Unity. These usually focus on things like better usage of the Unity APIs, better managing your objects, and reducing the size of your resources. Some articles also discuss better ways to write … Read more

Dice Roller Pro – a Unity3d Asset

Role Playing Games are aways popular, ever since computer games started. They started with console games and evolved along with the Dungeons and Dragons communities. One of the most common and well-known part of the D&D world, that has been implemented in RPG computer games, is the concept of die (as in – plural of … Read more

Best lesser known Asset Store Game Templates

The Unity Asset Store has many game templates ready to be used. Some of these templates are very well known, such as uMMORPG and UFPS : Ultimate FPS. This post brings you the best lesser-knowns game templates that I could find in the Asset Store. These are well built, complete and polished templates, that can jump … Read more

Survival Properties System – a Unity3d Asset

Survival Properties System Logo

Survival games appear to be the latest hype in the gaming development industry. In those games, players have to progress in the game, level up and combat, all while balancing a varying number of external and internal effect. For example, players might play an exile or a cast-away, trying to survival the forces of nature … Read more

Feelings – another Unity3d asset

Feelings Unity Asset Logo Large

Feelings is the third Unity3d asset that I’ve published. Feelings is a system that allows you to give personality to your game characters, by balancing various feelings they might have towards the player (or other characters). By maintaining a graph of relations between various feelings, the character evolves as the player interacts with him. For … Read more

Jelly Wars – Another Mobile Game turns in to a game template

I’ve released Jelly Fruits Wars as a game to the Google Play Store a while back. Following my recent effort to release some of my projects as assets to the Unity Asset Store, I’ve decided to release Jelly Wars as a game template. Jelly Fruits Wars Game Template is available with fully documented source code, … Read more

Find Differences – Unity3d game template

After playing around in Unity3d for the last year, and releasing multiple games for Android (mostly based on existing templates, but also creating some from scratch), I’ve decided to release my own asset to the Unity3d Asset Store. Find Differences is a game template for creating Find the differences games. The template consist of a … Read more