Questions tagged as 'unity3d'

2
answers

How to take the opposite rotation of the camera in unity 5

I wonder how I can move an object in the opposite direction of the camera. Example: When I move the camera to the right at any position (0,30,0), the object moves in the opposite direction (0, -30,0) to the left.     
asked by 17.02.2016 / 01:44
1
answer

How to create the game floor with a random prefab

To create the floor, I did this: I created a gameobject and then assigned a sprite render, box colider, rigidbody 2d, and a script. I created a prefab and dragged the gameobject that I set up above the prefab and ready, so I created my flo...
asked by 20.08.2015 / 03:42
1
answer

Nightmares - Character does not move, stopped in the Idle animation [closed]

I'm following Nightmares step by step on Unity3D, but following the Nils tutorials I came across a problem, after finishing the script the character does not move on the test screen, he stands still in the Idle animation, and she does not contin...
asked by 19.07.2015 / 21:12
1
answer

"Bundle identifier has not been setup correctly" when exporting game for Android

I'm doing a 2D Android game (still learning) with Unity, but I had problems when I tried to export to see how the Android home screen was going to be. Unity gave this error:    Bundle identifier has not been setup correctly       Please set...
asked by 12.04.2014 / 01:27
2
answers

Define a generic variable without defining the type

I'm doing some tests on Unity for me to practice programming. I'm a beginner and this question can be kind of stupid. I want to know if this is possible: I created the following abstract class: public abstract class Variable<T> : Scri...
asked by 22.07.2018 / 22:34
1
answer

Unity 3D (5) Locking in IOS

I'm developing a game in Unity 3D, but when it squeezes great on PC, Android, browser, Linux, Windows, but when I squeeze in IOS, it crashes. I put only one cube and kept locking. NOTE: I reduced the error to fit. See the code: float velocity...
asked by 15.05.2015 / 21:10
2
answers

I installed Unity and it gave error, I can not visualize the demo of the game nor put the scripts

These are the errors that appear when I open Unity: Assets/_CompletedAssets/Scripts/Helpers/RandomParticlePoint.cs(12,9): error CS0619: 'UnityEngine.Component.particleSystem' is obsolete: 'Property particleSystem has been deprecated. Use GetCo...
asked by 12.05.2015 / 06:43
0
answers

How to make the player move on a slide in unity?

I'm new to unity and I'm doing the RogueLike 2D tutorial. By default the player will move, theoretically , using one of these coordinates per turn y+1, x+1, y-1, x-1 , or just one block at a time. And I want to know how I can get the...
asked by 23.07.2018 / 21:54
0
answers

Unity - Identify texture in terrain location X Y

I have a terrain in unity, and was wondering if there is any way to identify what the texture is in a certain XY position on terrain. Example:     
asked by 19.09.2017 / 19:56
0
answers

App Icon does not appear on Android Smartphone

I'm learning Android and I ran on Unity BUILD for Android, and the .apk file was installed to smartphone Apps. At the time the installation was successfully completed, two situations are noted: 1- The "CONCLUDED" button on the smart...
asked by 04.04.2016 / 16:23