Questions tagged as 'unity3d'

0
answers

My tetris game comes down one piece and in the second piece it's game over

My tetris game comes down to the first normal part, but in the second part it's on top of it, it's game over. As if the second piece had reached the top entering the condition of the GAME OVER function. My game code: using UnityEngine;...
asked by 26.04.2016 / 15:39
1
answer

What are the Application commands in untiy 5.3?

What is the new command for unity 5.3 ? The Application.Quit(); is obsolete and I already want to change, so I can not bugar, can anyone help me?     
asked by 06.04.2016 / 02:59
1
answer

Argument Error in Unity Photon

I was developing an online project and I quoted the following function - PhotonNetwork.CreateRoom , and the following error occurred:    Assets / Scripts / Sindico.cs (53,31): error CS1501: No overload for method CreateRoom take...
asked by 12.10.2015 / 08:03
0
answers

How to create a multiplayer game with bluetooth?

I'm doing a multiplayer game on Unity3D and I'm using the new Unity networking API, I've already seen that there are some Unity plugins that allow you to create a multiplayer via bluetooth
asked by 09.09.2015 / 21:13
0
answers

I went to make a game in unity and gave the error NullReferenceException

Thecodeisthis:using UnityEngine; using System.Collections; public class EnemyAttack : MonoBehaviour { public float timeBetweenAttacks = 0.5f; public int attackDamage = 10; Animator anim; GameObject player; PlayerHealth pl...
asked by 01.08.2015 / 01:24
0
answers

I went to make a game in unity and gave the error NullReferenceException

Thecodeisthis:using UnityEngine; using System.Collections; public class EnemyAttack : MonoBehaviour { public float timeBetweenAttacks = 0.5f; public int attackDamage = 10; Animator anim; GameObject player; PlayerHealth pl...
asked by 01.08.2015 / 01:24
1
answer

Nightmares - Character does not move, stopped in the Idle animation [closed]

I'm following Nightmares step by step on Unity3D, but following the Nils tutorials I came across a problem, after finishing the script the character does not move on the test screen, he stands still in the Idle animation, and she does not contin...
asked by 19.07.2015 / 21:12
0
answers

Why does not my PlayerPrefs (Unity) work on Android?

This is my first question and first post here! Well, I'm making a game on Unity going to Android and I've created a javascript to save and calculate some values. It works like this: My game has some sliders that I use as my character'...
asked by 10.04.2015 / 06:48
0
answers

Unity IAP Iphone 6

I'm using SIS and OpenIAB in my store, while testing on iphone 5 ios 8.1.3 all ok. When sending to apple they reject the app saying that when you click on buy nothing happens (this on iphone 6). Is openIAB already compatible with iphone6? Or is...
asked by 05.03.2015 / 14:39
1
answer

Problem when changing texture of a gameobject in Unity

I'm doing a job at Unity where the goal is to detect facial expressions with Kinect. In Unity the default expression is "neutral" and depending on whether we change the expression to "smiling" or "suprendido" the face it shows should change....
asked by 13.07.2015 / 23:10