Sexism in the Spotlight
So I think this is a good barometer for where the gaming community is right now with sexism: That would be a meme off of Cheezburger criticizing Polygon for their recent review of Bayonetta 2. There...
View ArticleDecal System
The Decal System Pro allows you to project selected parts of materials onto existing geometry. It has been designed to be intuitively usable and highly configurable at the same time. Main Features -...
View ArticleGUIStyle fontSize offsetting the text insertion cursor position (y)
Hi, I'm having an issue when using any form of a TextArea or TextField where when changing the fontSize property of the GUIStyle for the TextArea the text insertion cursor's (blinking line) y position...
View Article1 Frame Lag With All Control Input. Rage.
Hello there, I've been fussing for hours and hours trying to figure out why my game feels "bad" and I've come to the conclusion: All of the Unity input is 1 frame behind! I verified this by lowering...
View ArticleSeashine - Can you survive the abyss?
WEBSITE | TWITTER | FACEBOOK Dear Unity community and fellow Unity game devs, let me present you Seashine, a poetic journey into the abyss. This very first game of mine will let you play a fragile...
View ArticleRPG Kit 2.0
This project is a RPG Starter Kit for Unity. You will need to study the included state machine system to use the kit successfully. It can take some time to understand the actions and condtions, so i...
View ArticlePoser Pro Game Dev?
Does anyone have any experiences with Poser Pro/Game Dev & Unity 3d? It has been years since I've looked at Poser. It would be nice to hear about people's real world experiences with it. The Kinect...
View ArticleParticles & object with transparent shader oddity
Hello, I'm experiencing this odd effect when displaying a particle effect near an object with a transparent shader. The images attached show when a "fire" effect is turned on "over top of" a plane with...
View Article2D version of DontGoThroughThings script?
In my pong game, I don't want the ball clipping into players' paddles so I downloaded this: http://wiki.unity3d.com/index.php?title=DontGoThroughThings script which uses raycasting and tried to convert...
View ArticleIdeas appreciated!
Hello, I'm a software engineering student. I've been interested in Unity for a while, however up untill now I haven't had the time to go through the documentation. I now have the time and I'm looking...
View ArticleCode stripping: when does it actually happen?
Hi, XCode generates the files Assembly-CSharp.dll.o and Assembly-CSharp-firstpass.dll.o during its build process in the following folder:...
View ArticleNeed help with c# script!
So i am developing a parkour game. I need a script which i can use to detect the closest object to the player with the "parkourable" tag Here is my code: Code (CSharp): using UnityEngine; using...
View ArticleRandom Dungeon Generator
View attachment 104691 Generate completely three dimensional, ready to play dungeons with corridors, staircases, elevators, template rooms, bridges pillars, objects and much much more. The dungeon will...
View ArticleA bit stumped with a random generator script.
Hi all. In my spare time I've been working on a random generator in Unityscript that uses individual modules that connect to each other. I have an array of connectors (which, in a dungeon setting would...
View ArticleTransparent shader & Particles issue
Hello, I'm experiencing this odd effect when displaying a particle effect near an object with a transparent shader. The images attached show when a "fire" effect is turned on "over top of" a plane with...
View ArticleCan I assign a script in the Inspector?
I want a script to AddComponent<SomeMonoBehaviour>() to it's gameObject, but I want to be able to assign different MonoBehaviours to add to the gameObject. Example: I have a HealEverySecond...
View ArticleWhat is the meaning of if ( Transform ) ?
Hi , i know that var sun : Boolean ; if ( sun ) that is mean sun == true right ? so what is the meaning of this var Sun : Transform ; if ( Sun ) here what is the meaning of it ?
View Article[RELEASED] BG Light Engine (With Real Time GI Area Lights)
Version 0.2 Now Available! Asset Store Link: http://u3d.as/content/brilliant-game-studios/bg-light-engine TRY NEW DEMO THATS INCLUDED WITH PROJECT! https://dl.dropboxusercontent.com/u/65183439/BG...
View Articleproblem create 3d infinite runner
View attachment 115860 View attachment 115860 hello all i have problem creating 3d infinite runner the problem is the distance between 2 prefabs is not the same what is the solution for that ? and that...
View Article