Questions tagged as 'unity3d'

1
answer

Change color of a cube when touched by a ray unity

Good afternoon, I'm doing an exercise where I have a "beam" created with Line Renderer and I want the block to change color when the beam touches a block. As shown in the picture the lightning comes out of the red block, but I want the white blo...
asked by 24.10.2017 / 17:49
1
answer

App vuforia closes on android and is very slow

I have an augmented reality application, I'm using Unity 3D version 5.3.3f1. The version of vuforia is 6.2.10. The problems are the following: Closes when the application starts Sometimes when loading, it closes after a period of us...
asked by 23.09.2017 / 18:17
1
answer

Help with a job for the school, I can not detect a "public class"

As part of a project for the school I am trying to create an Idle / Clicker game, (With Unity) and I am learning the most basic programming, I am studying and that, but as I have not had much time , because I am being guided by a video of a ty...
asked by 08.09.2017 / 03:24
1
answer

How to recover the value of Func, Action of a Dictionary. C #

I'm doing a dictionary, in which the key is a String and the value could be an Action or Func. Dictionary < string, Action<string> > DicAction; Dictionary < string, Func<string> > DicFunc; Instance dictionaries; Di...
asked by 01.09.2017 / 16:20
1
answer

Can AssetDatabase be created from the client or only from the editor? [closed]

I was unsure if the Unity3D client could create AssetDatabase in runtime or always leave them created in the editor before compiling.     
asked by 20.02.2017 / 01:05
2
answers

Problem with list within Dictionary in C #

I have the following: dic = new Dictionary<string, List<int>>; But when I do dic.Add the values per parameter that I expect are a string and a List<int> , but for the same key ( string ) I...
asked by 27.01.2017 / 05:18
1
answer

Integrate Unity screens with activities in Java

I need to join certain parts of a game made in Unity with an android app, is it possible? That is, put a game type introduction with unity and then use Android's own activities. Something similar to joining java with native react. Greeting...
asked by 26.11.2016 / 14:19
1
answer

My object falls into a vacuum instead of using Lerp

I'm doing a runner-style game that is not generated randomly and I'm trying to program the Boss to come on stage and start the final fight. The game consists of an astronaut (player) who always stays on the screen (so, the background and the cam...
asked by 29.10.2018 / 09:58
0
answers

UNITY An object reference is required to access non-static member 'Outline.OutlineMode'

I'm trying in Unity to get an object to have a border of a color when you approach it. For this I downloaded the asset "Quick Outline" and I am using your code. It works but I want that when it is already On it stops activating, the problem is t...
asked by 21.10.2018 / 17:45
1
answer

How to display a cloud dialog in Unity?

You see, I'm doing a game in Unity but I do not know how to make the Script to make a little cloud appear on top of the character, I already have the texture of the cloud but I want to make the cloud appear when I get close and always look at If...
asked by 02.10.2018 / 21:57