Is this site very slow today (Monday) ?
Survey - is this site extremely slow today ? I'm trying it from a few different continents and it seems very slow all over. I'm curious if it's just me, somehow. Cheers!
View ArticleProper Way to Wait in C#
I'm writing a game in C# and there's a few times where I have to wait a second or two for something. So I've been using `yield return new WaitForSeconds(1.5f);` However, if I put this in my...
View ArticleIs Lightmapping possible, if object and light are moving equally (for example...
Lightmapping is used for static objects like houses or lanterns :). If objects are moving one should not bake them into a lightmap. But is this right, if an object is moving and its light is moving...
View ArticleRapid fire Help
Hi. I am making a game where i heed to hold the space bar down and shoots lots of bullets at once and emit a particle. here is my script feel free to add on to it or leave any useful information....
View ArticleRTS range detection
I have an RTS game with a few units called tank and a hostile enemy. How would I go about detecting when an enemy is within range of one of my units so they can turn and fire on it. JavaScript please
View ArticlenullReferenceException within script, how?
I wrote a script that should make my player send a raycast and jump if the raycast collides with said objects, the jump works, but when i activate it I get a NullReferenceException, I tried to make an...
View ArticleImporting to Unity from Blender questions
Hey guys, I'm working on a project with a group at school. I had a few questions about importing a model from Blender into Unity, so here goes. I read the information on unity3d about importing models...
View ArticleHow to Instantiate a single object after regular intevals ?
I am working on a temple run style game.How do i instantiate an object after some time ? I have made a function and used yield....and no success :( . And what I get is many unlimited number of objects...
View ArticleAnimate arm to grab object with IK/Mecanim
Hi folks, I'm new to Unity 4 and its Mecanim Animation System. I've watched the Mecanim Tutorial from Unity and was impressed what is possible with this. But what they have forgotten is how to grab...
View ArticleHow to Resize Particle.
I Buy Particle Package In Asset Store. but particle Is larger than my game. How to Resize Particle To fit This is my game and particle " Players collect items to show particle. " i want have particle...
View Article2D Sprite Characters in 3D World and Locked Camera
Been reading, searching and finding alot of great tutorials on the net that have helped. I found this site so helpful: [http://www.burgzergarcade.com/hack-slash-rpg-unity3d-game-engine-tutorial][1] So...
View ArticleSelection Gird Selected Item Style
Does anyone know what property of GUIStyle sets the selection grids currently selected item to a different color / image? Currently I have a selection grid that is using a custom GUIStyle, I want to...
View ArticleUnity - Facebook ... access token ?
Building an iOS app in Unity ... (so it's an actual iOS app, not a Unity web app) .. As I understand it, PREVIOUSLY...... (Previously) the iPhone app could log in to your Facebook app, just using your...
View Article¿How to make a ball react properly against two different physic's materials?
Hello guys/gals, I am trying to make a simple mini golf game in Unity, I made the golf club to be a box (temporary to test) with a rigidbody attached, after, I created an empty GameObject and added an...
View ArticleSorting Arrays results in weird error
When trying to sort an array of GameObjects with Array.Sort I get this: InvalidOperationException: No IComparable or IComparable interface found. System.Array.compare[Object] (System.Object value1,...
View ArticleSerializing data structures the Unity way. Possible?
I want to serialize some custom classes and some C# types as `Dictionary` or `Hashtable`. Is there any way to write on top of Unity's custom serialization system? (e.g. overriding `ISerializable`)
View ArticleHow to Manage System Intensive Tasks
Hi I wanted to know how to manage system intensive tasks that freeze the game up when they are done. Can I run them parallel to the rest of the game of the rest of the game does not require them...
View ArticleHow do i make a tron like effect for trail renderer
I am wanting to make a tron wall with trail renderer but cant get it to make a wall. it can only make a cylinder type wall. Also how do i get it to glow and stuff. I am working with Unity Pro btw.
View Article