Getting iPad or Android rotation for AR
Hello I just starting my adventure with iOS (i just get MAC) and Im dealing with Augmented Reality. I was asked to make AR from Accelerometers. I'm calculating delta positions in iPad 'local' axis but...
View ArticleTerrain problem
Hi folks, i have started my project its going fine but i have run to a problem. I downloaded a car model from Google warehouse which . I then created a terrain the problem is the car drives through the...
View ArticleLet a car explode realistic
How to let a car explode so flying pieces, a car that is damaged. Can I get this job done, anyone?
View ArticlePick Up object, than spawn it again
Hi, I need to make so I can pick up object(oil flask) and it will spawn again on the same spot in 60 seconds for example. I achieved this: var up = transform.TransformDirection(Vector3.forward); var...
View ArticleHaving trouble with input manager with Joysticks
Hello everyone! I am using the logitec G27 set (steering wheel,pedals and gear). I am able to get input from steering wheel and 2 pedals, and can not get input from the gear joystick. I tried all axes...
View ArticleAnimating models in Blender for use with Unity3d
Note that I've read the docs, but after reading them, I understand even less than I understood before. What I need would be videotutorial, but all I can find is outdated ones (mainly Blender 2.49+Unity...
View ArticleHow do i change the player model look?
I want to make mlp game, but i don't know how to change the player look. i want to make it look like a pony, but i don't know how. Also, how do i get the animations? make the animations of movement?...
View ArticleMovie Textures.
I want to attach a movie texture to the main camera and play it as cutscene. I have imported the movie via Quicktime, it shows up in the editor as well. But i cant play it though i have attached to the...
View ArticlePause Menu Help?
Hey, I was wondering if someone could please point me to information to help me design a pause menu, and or a script for it? Thanks a bunch! Have a good day.
View ArticleUpdate Problem with Function inside Update()
I want my character to look at the enemy: function UpdateSmoothedMovementDirection(){ ... var forward = lockOnTarget.TransformDirection(Vector3.forward); ... } Update(){ function...
View ArticleFilling up array with forloop
Hi, i need to fill a array with a for loop for each item in an xml file. Within in the forloop by the first line it's says "use of unassigned local variable items" I tried everything and cannot find a...
View ArticleUnwanted multiple Taps
My script instantiates a prefab at point of click or touch, every time it is clicked or touched. The problem I am having, is that more than one instance of the prefab is created with every single...
View Articleget the instance of class defined in scripting file
I have a scripting file "PieceLogic.cs" added as a component of a GameObject, Piece. In the scripting file I have a class "PieceLogic". Now in ANOTHER piece of script, I have a reference of Piece. How...
View ArticleBest approach to draw curve chart?
I need to draw a standard curve chart: component with lines, coordirates, axis unit and GUI button. For now i know we can draw lines with GL calls, draw axis unit and GUI buttons with UnityGUI, but...
View ArticleOnPostprocessGameObjectWithUserProperties not responding?
Hello, I am having problems with getting OnPostprocessGameObjectWithUserProperties to work at all. I can't get any kind of life out from it. I've setup my 3ds Max object properly, using Attributes...
View Articleproblem Multiplayer score counting towards all players
I have an issue with my game where I have a score system setup where you pickup and item it adds +1 to your score kills the pickup and updates a GUIText with the player score this works fine until I...
View ArticleIs it possible to change Audio Manager Volume by script?
Hi! It happens that I have two audio Listeners in my scene (with one enabled when the other is disabled). I found out that no matter which Listener is enabled, if I would change the value in Audio...
View Articlehide , unhide gameobject
hey guys , im just asking for a script to hide and unhide a gameobject with timming , help please! thanks.
View ArticleHow Can I Add An External Library To MonoDevelop ??
Hello everybody I want to use System.Data.SqlClient lib to allow my program saving data in MS database , So I can use the VB.NET to access these data . how can I do it.
View Article