Questions tagged as 'unity3d'

0
answers

How to remove a Node from the database, using Firebase Realtime Database for Unity

I use lists synchronized with Firebase Realtime Database for Unity and I need to make an improvement on them. I need to find a way to delete a single item from the list without having to: Download the entire List. Remove Item Locally. Se...
asked by 24.04.2018 / 14:51
1
answer

Activate one object and disable others

I'm doing a car shop system in the Unity engine, and I need a method to activate a contour type on the selected car. However, I need the contour of the other cars to automatically turn off. The script I already have is this: using System.Colle...
asked by 14.02.2018 / 03:20
0
answers

How to adjust caption with dubbing on a Beat Em'Up on Unity?

Could anyone help me how to put a dubbing (dialogue) inside a scene in a game Beat em'Up? My character goes through the game and when he finds the Boss he says something, in case I would like to put the speech audio along with the legend. Can an...
asked by 09.12.2017 / 15:11
1
answer

Error CS0118 on Unity "player is a namespace but a type has expected

Who can help me, I need so much. It's a project for a game on Unity 2d: using System.Collections; using System.Collections.Generic; using UnityEngine; //using player ; //using Monobehaviour; namespace player { } namespace teste { abstract cl...
asked by 14.09.2017 / 23:56
0
answers

My "PlayerBehavior" class is not inheriting the other "CharacterBase" class [closed]

I'm not able to access the CharacterBase class of my Script PlayerBehavior using System.Collections; using System.Collections.Generic; using UnityEngine; public enum TypeCharacter{ Priest = 0, Mage = 1, Paladin = 2,...
asked by 02.09.2017 / 14:08
0
answers

WebBrowser Asset Problem

Hello, I have a problem with an Asset that I recently acquired, where it reports a problem called SharedPluginServe.exe, it is an Asset that allows browsing the internet through Unity, the problem occurs while the browser is loaded, but after it...
asked by 03.08.2017 / 07:38
0
answers

How to make the enemy turn to the player? [closed]

Hello, I'm developing a game where the enemy follows the player to try to capture it. But he follows the player on his back, face back, or sideways. Is there any way for the enemy to follow the player facing him? void Awake () { player =...
asked by 18.07.2017 / 03:48
1
answer

Problem exporting Unity to APK

When I try to "export" to APK I get the following error:    Win32Exception: ApplicationName = 'C: / sdk-tools \ tools \ aapt.exe',   CommandLine = 'package --auto-add-overlay -v -f -m -J "gen" -M   "AndroidManifest.xml" -S "res" -I   "C: / sd...
asked by 01.07.2017 / 05:53
0
answers

Problems in integration between C ++ and C #

Hello, I'm having problems integrating a C ++ DLL with Unity C #. I found some code ( link ) This is my C ++ code, in it theoretically I send a structure with 2 points for Unity in C #. struct Pontos { int i; float f; }; Pontos **pontos; Dl...
asked by 02.05.2017 / 21:26
0
answers

Same script in several game objects [closed]

I have four on-screen gameobjects (active) each with the same script but renamed to not look exactly the same. My problem is that when I activate via touch one of them the other is who obeys the command. No logical sequence whatsoever. Sim...
asked by 28.03.2017 / 18:38