Is murdering innocent NPCs fun?
In many games, like GTA, Saints Row, Fallout, Skyrim, etc, an interesting feature is that you can kill almost anyone you see. Is this feature really important, fun, or necessary? How do you go about...
View Article[Release][Free][Open Source] HexTileManager - 2D & Sprite Manager
Few months ago I was working alone on a 2D title when I discovered that there was no perfect free 2D tile manager available which works inside unity editor. Yes there were few but they didn't suit my...
View ArticleOverriding Halo shader
Hi all I'm trying to change the halo component appearance so that the gradient is a bit steeper toward the end, because I want it to be a halo around the edge of a sphere. Currently it's too weak. I...
View ArticleUnicode font rendering broken with Devanagari fonts?
Hi there, I am very interested in rendering Unicode text involving Devanagari characters (used for languages like Hindi, Sanskrit, etc.). http://www.unicode.org/charts/PDF/U0900.pdf I have several TTF...
View ArticleChecking for collision with one of my own "classes"(?)
Hello everybody, I'd like to know how I can check if a collision in the OnCollision..... Method was with a specific class. For example...I create a new GameObject and name it "objEnemy" ...and it has a...
View ArticleThe Observer Design Pattern
Hello everyone. I'm thinking of implementing it (naturally...) in my code. I was thinking of another way to implement it, I wanted to know if it is a valid way, if anyone tried it, any cons/pros? The...
View Articleautomatic rifle sound plays once
so I have been working on this game and I need this gun to make a sound but if I add a sound I know I can just make it semi-automatic and play sound after sound but I need it to be fully automatic and...
View ArticleShadows don't work right on mobile/Intel GPU?
I have an ortho camera and a character standing on a plane with a single directional light. *only* on my laptop with integrated GPU do I get this problem: Shadows appear perfectly, but when the...
View Articleprobably a problem with graphics card
On one computer Unity crashs, maybe because of the graphics card, but I don't know and it shouldn't do it, the game has very minimal requirements. I sent a bug report last week (...
View ArticleHaving Errors w/ 2D Movement Script (C#)
Hey, everyone. It's my first time posting to the Unity forums, so I'll make this short and sweet: I would really like some help. I was working along on my script and encountered three issues. The first...
View ArticleUnity Realtime Reflections and GI and realism Exploration
Hi, I was recently inspired by Koola creating stunning arch vis in UE4, so I thought I'd have a stab at it in Unity ( Unity 5 early beta, to use the new Enlighten powered GI, Reflections are possible...
View Article[Bug] I have a canvas(new unity ui) i made it a prefab and now all the...
I don't mean just the script, It is completely unresponsive. It doesn't highlight when my mouse is over it it acts like a static image. It's not even the script, It's just broken. Please give me some...
View ArticleReleased Advanced AI Pro 4.1 [Supports Unity Free]
Advanced AI Pro is a complete and professional AI solution for Unity game designers, artists (non-programmers). It has the main features of any industry-standard enemy AI behavior, as well as neutral,...
View ArticlePreventing rendering within an area
I am trying to prevent an area from rendering within a collider (or similar), I am aware of how to simply deactivate the renderer within a collider, but I want to hide only the parts within the...
View ArticlePromotion of Free android games and apps [IDEA]
Ok... This may sound quite silly. I noticed the large number of mobile developers we have here and I have seen that mobile gamers respond mostly to free apps and games. The issue is in the promotion of...
View ArticleUMA - Unity Multipurpose Avatar on the Asset Store!
AssetStore link: https://www.assetstore.unity3d.com/#/content/13930 List of all UMA Assets Available on AssetStore: https://www.assetstore.unity3d.com/#/search/uma Wiki: http://uma.unity3d.com/wiki/...
View ArticleShader Forge - A visual, node-based shader editor
Hello! After about 5 months of development, Shader Forge is finally ready to be released publicly With Shader Forge, I wanted to bring AAA quality shading to Unity with massive amounts of flexibility...
View Article[Released] Atavism MMO Creator
Atavism Beta version has been submitted to Unity Asset store, awaiting for approval. If you need additional information you can find it on our Atavism website www.atavismonline.com Atavism opens up the...
View Articleneed help to spawn objects not too close to eachother
hi guys, I currently use the following snippet to spawn my mushrooms (level-ups) for a 2D sidescroller game. Code (CSharp): void Update() { if (stopping == false) {...
View ArticleStutter on camera following character in top down game
Hi guys, I'm working on a 2d topdown game where the camera follows the player. The behavior is defined in a script rather than the camera being a child of the player object. I have this problem where...
View Article