Enum naming issue
It seems like unity displays enumerations in inspector making all names start with big letter. My issue is I want to have enum of alphabet, including lowercase letters and uppercase letters. For...
View ArticleTry Catch in a couroutine with yield return for result
Hello everyone! I have a WebService doing requests to a database and a proxy class on my Unity Project to call the service. I have this snippet of code: public IEnumerator LoginOperation() { try{...
View ArticlexBox 360 controller input not registered for two controllers
Hello together, currently I have strong issues with using 2 wired xBox360 controllers. The problematic behaviour describes as follows: When I start a build with both controllers already connected,...
View ArticleUnity version download error
Hi dear unity members I want download unity 2019.1 version.But it is not downloading.A few moments later download incomplete and download stopped,it was disappeared.Please help me.
View ArticleUnity can't run script on screen
I've been triyng to run the next script: using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.UI; public class TextSlider : MonoBehaviour { //Objetos public...
View ArticleUnity gets stuck on start up, any fix?
Hi, So my unity gets stuck in the opening, this happens on each project even the new one. it gets stuck like this: ![alt text][1] [1]: /storage/temp/144481-cattura.png I tried to reinstall the hub and...
View ArticleTilemap has lines in tiles when moving
Hi, i keep seeing lines in my Tilemap when moving my charakter with the camera attached. The Tiles are 32x32 Pixels large and imported from a spritesheet. I already tried setting Filter Mode to "Point...
View ArticlePrefab with same scripts do the same thing
In my game 2D I instantiate 2 prefabs that contain the same simple script that basically moves the object back and forward within the x axis, using his current x value. When the objects get...
View ArticleWhere to put save file ?
I have a game that can be installed by a .exe. The save file is created in the same folder than the other files of the game. The issue is that, if the game is installed in a protected folder like...
View ArticleBuild error
Big build error that I cannot figure out and I'm not sure why it's happening, when It stops the build it tells me about the "Temp\gradleOut\build\intermediates\transforms\dexBuilder\release" directory...
View ArticleFBX Exporter is missing,Where is FBX Exporter
Fbx exporter is missing form package manager and i want this feature. my project is in unity 2019.3 can anyone please help?
View ArticleWant to optimize this code. causes a wired issue
This code is called when click on "A button". When i click on this button:: on editor: run smoothly (no any issues). on build: it causes a not responding at every first click on the button, and...
View ArticleGameobjects overlapping
I added two baseboards onto each other and I can't get rid of the overlay of these baseboards in the junction point. An image is attached to see for yourself. How can I fix it? (sorry for my not very...
View ArticleMicrosoft (R) Visual C# Compiler version 2.9.1.65535 (9d34608e)
hi I'm new in unity and when i installed it start to compile it its say [Microsoft (R) Visual C# Compiler version 2.9.1.65535 (9d34608e) error ![alt text][1]CS1504:] i don't know what it mean and how...
View ArticleHow can I move the A* Pathfinding Grid Graph with the camera in a endless...
I'm using the Pathfinding script for the Enemy to find my player, the issue is: the game is a endless runner and I'm looking for workarounds to make the Grid Graph keep together with the camera,...
View Articleunity says im running dx 11 on dx 10,
my dx diag states that i have dx 12 but unity says im running dx 11 on dx 10..why?
View ArticleWS reputation exe issue
Hello, I am using unity but while running exe file i am facing WS.reputation.1 issue agan and again. I have attached 2 screenshot for more information![alt text][1] [1]:...
View ArticleWhen using NavMeshQuery and the rest of the experimental Pathfinding for long...
Hi there, Some context: I've recently abandoned the regular navigation as there is a hard limitation for how much nodes it can explore and I was surpassing it, I [opened a topic about it on the...
View Articlerendering bug on android build
i made a model in blender, then i made the animations with mixamo and imported that animations to unity, in the unity editor looks great, but when i build to android, looks weird. ![alt text][1] [1]:...
View ArticleInstalling WebGL errors out
I'm trying to add the WebGL build and it tells me that the installation failed and to contact the software manufacturer for assistance. There are a few other posts regarding this issue but no one has...
View Article