Questions tagged as 'unity3d'

1
answer

Google Play Games and GoogleMobileAds do not work together in Unity 5

Greetings, I am working on a game in Unity3D and I have integrated the google play games services, but when importing the GoogleMobileAds plugin / strong> throws me errors that I do not know how to solve. I use: Unity 5.3.5f1 Person...
asked by 13.10.2016 / 16:47
0
answers

RPG, turn-based combat system, enemy does not attack

I decided to start doing an RPG, so I learned to use state machines. The problem is that by testing them, the enemy constantly debugs their damage, so I decided to add calls to the state WAITING , both in the hero and in the enemy. Now the...
asked by 21.09.2016 / 00:36
0
answers

Does anyone know why the following error appears in Unity when exporting to an apk file? [closed]

Error in console: Error building Player: CommandInvokationFailure: Failed to re-package resources. See the Console for details. C:\Users\javie\AppData\Local\Android\sdk\build-tools.0.0-preview\aapt.exe package --auto-add-overlay -v -f -m -J ge...
asked by 25.04.2016 / 02:53
1
answer

Unity3D Error building Player: CommandInvokationFailure: Failed to re-package resources. See the Console for details.

Several days ago I came across this compilation error with an own Android SDK that I created. It works on version 5 of Unity, but not on 4.x I've already seen many alternatives about updating the SDK Manager, etc. After several tests, I ca...
asked by 30.03.2016 / 14:39
1
answer

How to implement Find, FindAll, ForEach in iList as ListT. C #

Premise is for a development in Unity3D with C # I have a serialized class called Tool. namespace Game.Data{ [Serializable] public sealed class Tool { public int id; public string name; } } From another clas...
asked by 01.09.2017 / 09:26
0
answers

System.IO.FileNotFoundException: Unable to load the file or assembly & apos; Microsoft.Web.Editor, Version = 14.0.0.0

I just installed unity3d in its version 5.3.1f1 . Later I imported a project that had a Unity3D 3.4 and when opening a code of unityscript in the
asked by 02.01.2016 / 23:50
1
answer

How not to load the same characters in each scene?

My problem is that I have 60 characters for a game and I do not want to and I do not know if it is necessary to load those 60 characters in my 10 scenes. What I have in mind is that if they can be created in a specific place on the terrain of...
asked by 19.07.2017 / 11:11
2
answers

Random Function Properly [closed]

As I can use the function Random in C # using two functions, the first function is the minimum damage of the player, and the second the maximum damage that a player can do, my idea is to use the function Random , calling to both fun...
asked by 20.09.2018 / 15:34
1
answer

Panel dialog in Unity_Android

I am trying to add a selection dialog panel in an Android application using Unity. I currently use EditorUtility.DisplayDialogComplex but when I generate an APK, I miss an error saying that this class can not be used on Android, can someone tell...
asked by 05.04.2018 / 08:57
1
answer

How to keep the sound when reading an augmented reality

I have the following situation. I am reading a pattern with RA with vuforia . At the moment of reading the pattern, it begins to play a sound while I am reading but if I stop reading the pattern the sound stops. My question is the following the...
asked by 09.03.2018 / 16:26