Instantiating a Particle system always facing Z-axis
Hi, everybody I'm trying to make somthing really easy, but i'm stacked with a problem that i can't solve. The code is very simple. I want to instantiate a particle system when a ball colides with...
View ArticleHow do I the change the settings in the AudioReverbZone component using c#?
I am working in C#, and new to this language. I looked at the scripting reference, but it was no help. I have an AudioReverbZone component attached to my First Person Controller. I want to change the...
View ArticleObjects passing through collision because of transform.translate
Hi, I have an object that falls using rigidbody.AddForce not the default gravity. And when you press left/right you move the object in order to navigate around obstacles. My problem is that the player...
View ArticleAnyone have problems with iOS game center score.context?
I'm using Prime31's game center plug-in. Everything about reportScore / retrieveScores works great EXCEPT that the context parameter always returns 0, despite inputting other values. I'm wondering if...
View ArticleDepth calculated manually is diffrent from depth of _CameraDepthNormalsTexture
hello, I study unity shader. I want to calculate depth and normal from eye manually. ( means that i don't use _CameraDepthNormalsTexture. I could calculate view normal. But I couldn't calculate a depth...
View ArticleHow to handle D3D device lost?
I'm using a plugin that allocates some d3d resources (plugin not written by me). Plugin lets me invalidate these resources before toggling full screen, and re-creating them after the toggle is done....
View ArticleGraphics issue on iPad 1
Hi, I am trying to update an old Unity project, but once it was published to an iOS device, it is rendering like this: ![alt text][1] The device that it is being run on is an iPad 1, with iOS 5.1.1...
View ArticleAvatar Rotation Control [UnityScript]
Hey everyone, I'm working on a school project and we're engineering some flight controls into our main character (a pigeon). I have the guy flying around and making a banking motion with GetAxis("Mouse...
View ArticleFMOD failed to initialize ... A call to a standard soundcard driver failed,...
I have encountered the error message from FMOD after my game has crashed. Everytime I try to open the game after the crash I get this error message and need to turn my device off and back on before it...
View ArticleAngry Bots Audio Implementation
Hi there, I'm writing my bachelor thesis on the implementation of my self-composed adaptive music into angry bots. My Unity version is 4.1.2f1. The way I implement the music is that I attach certain...
View ArticleAngry Bots doesn't open the End Sequence
Hi there, I'm writing my bachelor thesis on the implementation of my self-composed adaptive music into angry bots. My Unity version is 4.1.2f1. Angry Bots doesn't open the End Sequence after finishing...
View ArticleDouble movement on key down (Update/frame problem?)
I am creating a tile-based 3D FPS, similar to Legend of Grimrock. So I have the player move 1 unit (=1 tile) forward etc. every time the wasd keys are pressed down. It behaves nicely when playing it in...
View Articlehow to add my 3d character to inventory
i want to see my 3d character in my inventory system and turn the character(for see back,side)how can i make??(like this...
View ArticlenormalisedTime troubles
Hi there, i m french so excuse my english I have a character walking, but the animation is not continuous, so looping at it does it is also sliding, i want him to move only on the leg pushing frames of...
View ArticleI need help mimmicking mouse functinality without mouse events
Hi. My game is a 3d point and click adventure game, and most of the interaction in it is handled via mouse events. I'm porting the game to Ouya, and I want to be able to control the in-game cursor with...
View ArticleTexture loading problem: size, aspect ratio, and alpha
I found a problem while loading `png` and `psd` textures into Unity. First the size of image changed, and I have read that this is because unity is trying to size it to the nearest power of two by...
View Articlescore not updating
The basic concept is to collect objects, each time it collects a coin it increases the score by 5 and each time it collects the star it increases the score by 10. **I also have a collisionDetector...
View ArticleFailed importing package
When ever i try to open one of my friends packages that he send me, like if he made a scene and sent it to me i cant open it. I get these 2 errors Error while importing package: Package has unknown...
View ArticleExporting skinned objects without bones and then attach to existing bones in...
Can I do this? I would skin the clothing to my character bones, export the piece of clothing without the bones, and then attach it to my player in unity. The clothing would follow my player's bones and...
View ArticleHow to make FPS trailer?
I almost finished my FPS game "For the Country" and i need some help with making trailer for it? So how to make a trailer for FPS game?
View Article