Questions tagged as 'unity3d'

2
answers

Unity 3D and Android, how to manipulate txt file?

How to do in Unity 3D read a arquivo txt line by line and store in a vector using C #. Well, I was able to manipulate arquivo .txt , however in Android it does not work. Follow the code I used. int counter; str...
asked by 03.01.2016 / 00:15
1
answer

The parachute descends head down. How do you reverse it?

I made a Unity rocket that I can take off and land after five seconds. However, it lands like this: Iwanttogethimtogettothegroundwiththeparachuteup.HowcanIdothisforthecode?CodethatIhavesofar:doublet=5.0;voidUpdate(){GameObjectParaquedas;GameO...
asked by 24.02.2014 / 00:22
1
answer

How to make a drive system using touch in unity?

When you slide your finger up screen performs the command and when you slide your finger down the command executes, an example of a command would be a move up and a move down with the touch me returning a type bool co_de % or% with%.    ...
asked by 13.12.2015 / 19:44
1
answer

How to rotate the character as the mouse moves?

I'm learning how to play a game but by following step by step I think I did something wrong. It moves correctly but just keeps looking forward and does not spin, I do not know if it's a problem in the character's turning. The script is this: p...
asked by 08.02.2015 / 16:04
1
answer

Development Problem in Unity 5 3D

I'm developing a game using Unity 5 and running (giving play in game), the following error appears and I can not understand it, I think there has to be some denied process, but I do not know what It is. Here's the error: Unhandled Ex...
asked by 21.05.2015 / 09:29
1
answer

Keep a certain frame within an android app

I'm trying to manipulate the frame rate within a unity scene, when I run it on the unity platform, it works with the given frame value I gave it. However, when I switch it to my phone, it varies from 25 to 30 fps. - > I already changed the...
asked by 21.09.2015 / 01:45
1
answer

How to identify and count prefab collisions at Unity

I'm developing a game for android on the unity platform that is similar to the Tetris game, the difference that is geared towards chemistry, and instead of going down the tetrominos will go down the elements to compose a molecule. Well, what log...
asked by 20.06.2016 / 16:52
1
answer

The variable animation of Controls has not been assigned

I'm trying to make my character walk in one animation and stand in the other. In Animator , I created a parameter of type float walk to do the exchange control between the animations as shown in the image below. Andassignth...
asked by 24.12.2016 / 23:24
1
answer

How to determine the character's level by gaining experience?

I created this calculation based on multiples below to determine how much the character will need to have experience to level up. float NeededExperience(int level, float experienceRatio = 100F) { float neededExperience = ((level - 1) * exp...
asked by 05.10.2016 / 20:31
1
answer

Monetize Unity 5 games on Windows Phone 8.X

How do I display ads in my game made in Unity 5 to the Windows Phone 8.X platform?     
asked by 17.01.2016 / 03:00