Questions tagged as 'unity3d'

1
answer

Various 3D Models with an image target

I can not achieve this task, I have 6 different models that have the same target, but I want to see only one model at a time, say the one in position [i], since I am doing it with an array of GameObjects, then when selecting the next one with an...
asked by 29.09.2018 / 05:25
1
answer

how do I get a list of vectors from a list of gameobject []?

I'm having a question, for me I'm learning it's difficult, maybe for others it's easy. I am using a list of objects installed in unity3d (gameobjects [])! basically what I want to do is that when instantiating a new object, it is added to the...
asked by 03.10.2018 / 17:10
1
answer

Get a central point among several GameObjects

I have created a game in which you can manage X characters at the same time in the same way and they can die at any time. My problem comes when I want the game camera to encompass all these gameobjects. I thought that a good option is to cal...
asked by 18.09.2018 / 00:09
0
answers

Problem with copying the Animator to a gameobject

The problem is the following I have a pre-fabricated object and I place the hierarchy bone in the hierarchy I create a basio gameobject and copy it there as a son the prefabricated object that is a dragon what I want is to copy the animator comp...
asked by 24.08.2018 / 01:14
0
answers

Problem in Unity when starting new project

I have the Unity version installed 2018.2.2f1. When I create a new project, it generates all this. The problem I have is that when I add a script to a unity object (say a cube) it gives me a compilation error since it does not find t...
asked by 10.08.2018 / 13:03
0
answers

Alternatives when materializing an IEnumerable

I'm in Unity3D, and well, its API is a bit cumbersome, since it only lets you use its methods in the main thread, and well, and I want to use a Parallel.ForEach to accelerate a process. Basically, what I need to do is walk an IEnumerable ......
asked by 10.08.2018 / 15:09
2
answers

access to items in a list unity?

In a array I can access the elements by means of the key arraay[elemtno] But in a list as I access each element since I do not have to do list[elemento] If you have an idea, I appreciate your time.     
asked by 05.08.2018 / 03:57
1
answer

UNITY3D How to make an object stay at a certain distance from another object?

I have two ships in UNITY, let's call them A and B: Ship A moves steadily forward. Ship B has to chase ship A, approaching it and rotating around it but at a certain distance. The basic skeleton of the operation is the following: priv...
asked by 20.07.2018 / 08:18
0
answers

Using Unity the VideoPlayer Component with URL has no auido

The video plays very well, but it does not have audio when it should play it too using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.UI; using UnityEngine.Video; public class StreamVideo : MonoBeh...
asked by 11.07.2018 / 23:41
0
answers

Help update game made in Unity on Google Play

I've been following stack overflow for a while, taking out every doubt I had with what was in the forum, but now I have decided to write my first question because I can not find an answer. I tell you: I have produced a game in Unity for Andro...
asked by 11.07.2018 / 11:01