Questions tagged as 'unity3d'

0
answers

Apply rotation only on X and Z axes

I'm trying to rotate an object only on the X and Z axes, keeping the original value on the Y axis, but this way the rotation simply does not work, or it gets totally misaligned. RaycastHit hit; if (Physics.Raycast(transform.position, -Vector3.u...
asked by 08.12.2016 / 12:24
0
answers

SSL bug in Facebook sdk integration with project in unity

Error that appears in unity. I have tried to install OpenSSL, but it still remains in error.     
asked by 12.12.2016 / 17:35
1
answer

How can I generate a delay while running an application in Unity?

I am creating an application in Unity and need some function that causes a delay during the execution of the application.     
asked by 29.09.2015 / 03:26
0
answers

Android version issues

I'm having problems with a project. I configured a button to turn the sounds on and off, it works on the pc, but when I put it on the phone it only works if I click on two places at the same time on the touch, if I just click the button it recog...
asked by 06.09.2016 / 13:30
0
answers

NullReferenceException: Object reference not set to an instance of an object

I'm having this error:    NullReferenceException: Object reference not set to an instance of an   object EnemyMovement.Awake () (at   Assets / Scripts / Enemy / EnemyMovement.cs: 13) Code: using UnityEngine; using System.Collections; p...
asked by 11.07.2016 / 01:36
0
answers

How to do a DLC type update, with unity

Hello I would like to know if it is possible to create an update for a game (IOS / Android) type DLC, that is, the user will have the option to include this extension to their current game. I have tested with AssetsBundle, more from what I re...
asked by 16.05.2016 / 21:25
1
answer

Generate map infinitely

I'm developing a game and I just found a rather boring difficulty, it's a logic problem ... Next: Imagine the scene of the game Where,theblacksquarewherethe"Player" is, is the view of the camera the remaining ones are balls instantiated in r...
asked by 06.03.2016 / 21:55
1
answer

complication when opening monodevelop by personal unit3d

I'm trying to develop a game. In Unit 3d I create a new script, both in C # scrip and javascript and, when editing, it is opened by standard assets example projects - microsoft visual studio. But I would like to configure the Unit to open thr...
asked by 31.01.2016 / 20:56
0
answers

Admob not working in unity?

Imported the plugin as admob site , plugin link I used the following code to test using System; using UnityEngine; using GoogleMobileAds; using GoogleMobileAds.Api; public class GoogleMobileAdsDemoHandler : IInAppPurchaseHandler { p...
asked by 29.01.2016 / 16:12
0
answers

Visual Studio does not compile for Windows Phone 8

I am facing a problem with Visual Studio 2013 Update 4 , when trying to compile a project for Windows Phone 8, it has the following error:    The "CompileXaml" task failed   unexpectedly.System.IO.FileNotFoundException: Could not load file o...
asked by 20.11.2015 / 04:47