[RELEASED] Quantum Rush: The online Racer
Quantum Rush - the online Racer. Play Now for free on http://www.quantum-rush.net or Steam: http://store.steampowered.com/app/304890
View Article3D Tower Defense Starter Kit
Version 1.7: uGUI integration! 30% SALE to celebrate the launch of Unity's new GUI system. 3D Tower Defense Starter Kit is designed for all users of Unity, who ever wanted to create a tower defense...
View ArticleAdd Listener Problem
Hi Everyone, I'm having a issue when trying to add a listener through C#. I do have the following, using UnityEngine.UI; using UnityEngine.Events; using UnityEngine.EventSystems; However, when I do...
View ArticleFree Licence Unity 3D Help!
Hey there! I have a question, first of all let me apologize if this is not the way or place to do it, i am new in this world and I am pretty lost... All right then, lets see the next situation: 1 -...
View ArticleLoad level when hp = 0
Hello. I have a simple combat game with 2 oponents but when the life bar is = to "0" nathing happens. I Want that when life bar of "bad" character = to 0 load a new level. HP SCRIPT: using UnityEngine;...
View ArticleHow does refrencing work?
Hey, I'm fairly new to Unity and I have never quite understood how refrencing works in it... I have a object that looks like this: And as you can see, I want mainButtons.a == true to change the...
View ArticleIOS Native PlayMaker Action
Hello. First implementation of Playmaker actions was added in the IOS Native Assets (https://www.assetstore.unity3d.com/#/content/7421) few weeks. I am not using Playmaker in my game. With means I do...
View ArticleHow to interpolate two angles across a linearly curved path?
Hi, this is more of a mathematics question, I've developed a linear spline algorithm which produces nice path results, however I would like to "calculate" (for pre-computation purposes) the same kind...
View Article[WIP] The Core Chronicles - Action Adventure RPG
The Core Chronicles - Reborn So I previously posted about this game about 4 or 5 months ago as Christmas Ham Games and almost got a alpha client out.... Then I got a syntax error with no trace-back...
View Article[Released] Core GameKit! Pooling / Spawning / Combat / Variables with no coding!
$10 insanity sale! Now 80% off regular price of $50! Limited time only. Works on Unity V 3.5.7+ and all versions of Unity 4! Full pooling & combat systems included! Dramatically speed up your time...
View ArticleCreating 2D game with a very long ground surface sprite
Hello, My 2d game consists of a very long "surface" sprite - with many hills and falls. This is eventually the ground surface where the players walks on (I define it as Poligon colider 2d). The height...
View ArticleVersion Control Hosting for Large Projects
I currently am using BitBucket for source code control but I'm bumping up against the 2G disk quota. The do allow the repository to still be used beyond that limit but cloning and downloading are...
View ArticleIron Legions Mecha Combat Game
Working on a action mech combat game on Android for fun with my friends in college. Was trying to avoid using joystick movement on mobile, so instead have your mech automatically engage within range...
View ArticleNGenerics and Unity graph data structure usage?
Hi! I am trying to use NGenerics and one of its data structure - Graphs Here is what i am trying (create a graph with Vertex<Transform> type and find the shortest path from the first node - it...
View Article[Released] Bolt, The new generation of networking solution for unity!
Bolt is a new generation of networking middleware for the Unity3D game engine. It revolutionizes development of multiplayer games in Unity by exposing several complex features behind a simple to use...
View ArticleStealth for iOS - [Released]
Hello, I'm happy to announce the release of Stealth on the Appstore, after 15 months of hard work as a one-man team. Stealth is a stealth game (no kidding) in the style of Metal Gear Solid 1/2/3. I...
View Article2D game - problem with BULLET
Problem: Code (CSharp): using UnityEngine; using System.Collections; public class ArrowFlight : MonoBehaviour { public int ArrowFlightSpeed = 14; void Update () {...
View Article(Question) Dynamic tooltips
Hello, I'm trying to create a tooltip system in Unity 4.6 (i.e. hover over something, a box appears which follows your mouse tells you what the thing you've hovered over is), and it's all working fine...
View Article[URGENT] Looking for Senior Unity Developers in Hong Kong
if (you.areAGenius() || you.loveGames()) { you.shouldJoin("LazyBug"); } Based in Hong Kong, we're a team who design and engineer amazing online game. We’re building a world class gaming technology...
View ArticleUI Image when Sprite is None
In UI image object, when source image is None. It renders a white sprite. UI Image multiply Sprite=None with Color(defaults to White with full opacity) and show White Image even when sprite is not...
View Article