Questions tagged as 'unity3d'

0
answers

Rotate an object with the movement of the head in Unity for a Google CardBoard app

I've made a simple application in unity for Google CardBoards. The scene consists of an object in the center and the main camera of the scene. I have entered all the prefabs of the Google CardBoard SDK. My problem is that I would like the object...
asked by 07.12.2017 / 11:51
0
answers

Problem when starting Unity for the first time

A few days ago I installed the Unity and when I downloaded it completely, I opened it (as expected), but it gets caught while it loads. The first time he always lets you enter your account but afterwards he gets caught in the section. I a...
asked by 26.11.2017 / 22:00
0
answers

Problem With Unity 3D and manifest

I have a problem uploading an app to Slideme.com since when I upload I have this error Your application must have a valid sdkVersion set. You need to edit your AndroidManifest.xml file to fix this, and then upload again the .apk file....
asked by 14.11.2017 / 11:53
3
answers

Access a script from another

I am in a unity project and I have two scripts, I would like to create a variable in the first called "counter" and the other add values, that is, as I show in the images, I have some functions that add one to the counter, and the other I want t...
asked by 26.10.2017 / 21:56
0
answers

How to create a visible gridMousePos?

Question is about how to create a make the box that the mouse points to be visible or to make the user notice the size and where to put it, the purpose of this is to create a system for creating objects of different sizes and which will occupy a...
asked by 16.09.2017 / 16:18
0
answers

Compile Unity game with native dll

I am trying to mount my Unity project that I created with native code of C++ . I have the library in the root directory of the project and I use this library with dllImport . When compiling the program and creating the .exe...
asked by 01.09.2017 / 12:08
0
answers

Unity4.7.2f1 Mac. Problems with UnityEditor.iOS.Xcode

Good morning, I am trying to compile a project that we have in Unity for Mac, in Windows it works perfectly and we can extract the corresponding .apk for Android, but when we try to export the project in xCode we jump the following message:...
asked by 31.08.2017 / 11:48
1
answer

Communication between opencv c ++ and Unity3D

I have a problem that I hope you can help me solve: I have to try to pass a cv :: Mat from c ++ to C # to convert it into a Texture2D. That is, I from c ++ capture the image of my Webcam using opencv. Once I have obtained the frame in cv :: M...
asked by 25.08.2017 / 10:50
1
answer

Use of an Interface and a ListT

If I have an Interface that I later implement in a class, when I implement it in a List, can T be the name of the interface? Interface: interface IItem { int id { get; set; } string name { get; set; } } Serialized class: [Syste...
asked by 04.09.2017 / 15:53
1
answer

Keystore in Unity how to change it and put a new one in my game

I bought a game from a person who already had it in his google play store and only transferred it to my store, this game is made in Unity. The game has its keystore that the owner gave me, but I would like to change it with my data to create a n...
asked by 15.05.2017 / 12:00