Questions tagged as 'unity3d'

1
answer

Obtain / Render edges of a 3D object

I have the following question regarding getting the positions of a particular edge of a 3D object. Example, I have a track (car game) and I want to calculate, through a C # script, both sides of the track. See image: I have the posit...
asked by 12.03.2018 / 19:55
0
answers

Design Patterns Unity3D? [closed]

Good morning, I started working with Unity3D , everything was going well, until I saw my codes become GIANT, so I decided to separate everything right into a% of "own"%, I created three layers to separate the design pattern ....
asked by 18.10.2017 / 13:27
0
answers

Create an ellipse / circle in unity + C # - using Point3D and VirtualDraw

I need to implement in an Unity project the creation of an ellipse. In the project there is already the "line" and "rectangle" creation code that works perfectly. The project is for a masters and teacher has already made available a "skeleton" o...
asked by 06.07.2017 / 16:34
1
answer

How to make a GIF loop while the next scene loads

Hello, I looked for some topics on the internet, but nothing was exactly what I wanted, and my little knowledge in Unity does not allow me to adapt the codes. I have a Scene GUI that has a Começar button. When the button is pres...
asked by 21.12.2016 / 16:13
0
answers

How to change an existing "Game Object"?

I'm starting now with Unity3D and for that I got the example that comes with the package, car.unity . I read a lot of documentation, but I could not do something very simple ... How to change the shape of an existing ? I'm not talk...
asked by 30.10.2016 / 02:53
1
answer

OnMouseUp () method does not work on unity4

Hello! I'm new to Unity and I can not do the OnMouseUp () method; work using UnityEngine; using System.Collections; public class touch : MonoBehaviour { void OnMouseUp() { Debug.Log("Drag ended!"); }} I've already assigne...
asked by 06.08.2015 / 02:27
0
answers

Set up camera for 2D games for android

I did a test game for Android devices. However when testing on a device, the game was completely distorted, squeezed on the screen. On the computer, when testing the game I made a print of the screen width and returned 1440 which is exactl...
asked by 03.08.2015 / 19:20
0
answers

Error generating application for android with unity

I created a "game" and I'm trying to build build for android devices ... but I'm getting the error:   Win32Exception: ApplicationName = 'C: / Users / Lucas / AppData / Local / Android / android-sdk \ tools \ aapt.exe', CommandLine = 'packag...
asked by 07.07.2015 / 17:33
0
answers

Unreal Engine 4, Cry Engine or Unity for networking [closed]

I need to choose between these 3 engines in order to develop my game in 3D. The main point is that I need to connect the client to a server written in Scala with Akka over TCP. I saw that they all have their own solutions but would not like to...
asked by 20.06.2014 / 00:43
1
answer

NavMesh asset format has changed. Please rebake the NavMesh data

I tried to make the game an executable using the following path: File/Build Settings/Pc,Mac../Build and Run . I have tried in many different ways and I have the same problem: The enemies do not appear. Give the following error (also vis...
asked by 22.03.2015 / 17:43