Questions tagged as 'unity3d'

1
answer

Error UnityEngine.Debug: Log (Object)

Personally my app is ready and when I compile it, it is giving this error:    UnityEngine.Debug: Log (Object) How do I stop receiving this error? Do not compile it into it. Does anyone know why it stops debugging?     
asked by 26.10.2017 / 21:14
1
answer

a local variable 'texture' can not be declared in this scope because it will give a different mean to texture

I'm new to C # script in Unity3D I get an error in EditorFacebookMockDialog.cs :    a local variable 'texture' can not be declared in this scope because it will give a different mean to texture   how can I resolve this error? The co...
asked by 08.11.2016 / 14:26
1
answer

Unity open external link

By putting the unity file on the page, I can not redirect the action to another page. What happens is that the new page is opened within the frame intended for the unity file. using UnityEngine; using System.Collections; public class Urlazere...
asked by 07.06.2017 / 12:14
2
answers

Sqlite Bank does not work on Unity Games compiled for Android

I'm using Sqlite as a database for a Unity game that works perfectly in < Unity Editor , but when I build for Android the game simply does not access the database (nothing is informed or released). What can I do to make the sqlite datab...
asked by 30.01.2016 / 20:57
2
answers

Drive with TouchScrren 2D

I need to make a C # Script code for moving a 2d character on Unity. I developed a code that runs well on the pc using the arrows, but I have no idea how to move it using touchScren from an Android phone. Here's what I've done: using Uni...
asked by 12.02.2016 / 06:33
1
answer

Method that counts the frames of an Augmented Reality scene in C #

I'm doing an Augmented Reality job using Unity and Vuforia and I need to capture how many frames the scene I'm developing is using, I do not dominate much of C #, but my research apparently does not have any getFrame () method like ARToolKit can...
asked by 27.08.2015 / 15:33
1
answer

Unity failed to load library Vuforia

Well, I have a problem with Unity 5 and Vuforia 4. I'm trying to run the example I found here . Every time I try to run the test it throws the following errors: Error 1: Failed to load 'Assets/Plugins/QCARWrapper.dll', expected 64 bit a...
asked by 27.08.2015 / 22:25
2
answers

Fixed and unique value in Android in Unity 3D

I'm having difficulty getting a single, fixed value in C #, so I need to get a value like this, for security reasons in my software. I have tried using SystemInfo.deviceUniqueIdentifier , but unfortunately when turning off the wifi of...
asked by 24.08.2015 / 18:29
1
answer

Move character up to point in Unity3D

I have a problem, I need my character to move a certain distance when I click the button, until then I can do it. The problem is that when I do, he does not "walk" to the point, he kind of "teleports", and that's not the intention. I need him...
asked by 17.07.2015 / 22:51
2
answers

How to ask the questions to be random without repeating themselves and running a specific number of questions?

I wanted to make the questions random, but they would not repeat the 6 questions that make up each QUIZ-style game topic, if they knew of an easy method for my problem. I tried several searches and I did not get anything, maybe because I did...
asked by 24.05.2018 / 17:04