Questions tagged as 'unity'

0
answers

Error showing data in a Grid layout group

I'm wanting to show a list of data obtained from the database the query and I tried it and it is correct since I print it in the console but at the time of showing them I get the following I have in a class that is where the text obtain...
asked by 25.10.2018 / 23:51
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

Join Unity with Android Studio

I have two screens, one is from Android Studio, which has a "Play" button, and the other is from Unity, which shows the game. These are the two images: I managed to make the union by guiding me from this tutorial , the only problem I h...
asked by 12.10.2018 / 18:46
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
0
answers

.ipa debug / test vs. release size [Unity]

I had a problem with the compilation for iOS in Cloud Build by Unity, a few hours ago since I can not solve it, so I found no alternative but to open this question. The problem is that when I generated the .ipa (from Unity's Cloud Build servi...
asked by 19.09.2018 / 23:38
0
answers

problem in Unity, this code freezes the play mode after the first moved piece, how could it be fixed?

IEnumerator ClearAndRefillBoardRoutine(List<GamePiece> gamePieces){ m_playerInputEnabled = false; List<GamePiece> matches = gamePieces; do { yield return StartCoroutine(ClearAndCollapseRoutine(matches)); y...
asked by 09.10.2018 / 18:12
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

I can not login to GooglePlayGames

I'm doing a game for android with Unity, but I can not log into Google's services. As I have seen on the internet the code is very simple, but when you put it the game works correctly in unity, however when you install the apk on the phone, it d...
asked by 11.09.2018 / 19:48
1
answer

Unity point marker

I am creating my first project in Unity, a prototype of a video game using C #. It's almost ready but I only need the points marker. At the moment I have done this: using System.Collections; using System.Collections.Generic; using UnityEngine;...
asked by 15.09.2018 / 18:42
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