How to fail build in Unity 2017.4?
I'm using a class that implements **IPreprocessBuildWithReport** interface. **BuildFailedException** is thrown when certain conditions occur (conditions defined by me, actually). In Unity 2018.4 this...
View ArticleUnity Won't Build My Project,Unity is not building my project
Hello, I am new to Unity and I have just finished my first game. I now need to **Build** the game to **PC, Mac & Linux Standalone** (specifically Windows), but Unity is not building it. No error...
View Articleunity editor works but the build doesn't
Hey, I'm currently working on a game where chickens need to get to their nest safe. It's a multiplayer game in VR where you can roam around freely in real life due to your PC being in a backpack and...
View ArticleAfter compiling and installing apk game becomes transparent and you can see...
Hello, I have a problem, I am developing a game for Android, I was testing and working perfectly until Wednesday. Today when I went to compile a version to try to test it on the Android phone. Here is...
View ArticleUnity windows build exit before asset import
Hi All! I am trying to do a command line build on a windows server. When I run the same command line from mac os, no issue. When running the command on windows build server, the build exits without...
View ArticleProblems after the Build
Hello, I have completed the **Build** of my game and some things that worked fine on the editor are no longer working on the build. Some enemies are not making sounds when they die, some powerups are...
View ArticleCode doesn't work in WebGL build
Hi, I have a script that perfectly works in the Unity Editor, however once I build it in WebGL, it does not work. What also is worth mentioning, is that my Debug.Log statements from this script are not...
View ArticleLinux build won't open - Unity 2019.2.12f.
So, I really have no idea what I could be doing wrong, but when I create a Linux build with the latest version of Unity (2019.2.12f), and then try opening it in Ubuntu, nothing happens. I'm not getting...
View Articlegame no work when built
In my game, you can kill stuff for arrows. you can shoot arrows to kill more stuff. you can collect hearts. works perfectly in unity, but when I build and run, the game doesn't work. When I click I get...
View ArticleGame doesn't play the same after building then in the editor
My problem is I have a player controller script with a boolean that the player can move. This determines if the play can move or not. When they press the inventory key, it opens up the inventory. When...
View ArticleKeystore not found for signing config "release" Help??
Hi I moved my Project to the another computer (My pc is old and in another pc I can use arm64)... When I try to build, show this error: Keystore file '......\user.keystore' not found for signing config...
View ArticleKeystore not found for signing config "release" Help
Hi I moved my Project to the another computer (My pc is old and in another pc I can use arm64)... When I try to build, show this error: Keystore file '......\user.keystore' not found for signing config...
View ArticleUnity 2019.2 build stuck on scene 0
After removing the Google Mobile Ads plugin, my projects build get stuck at "Building Scene 0" ![alt text][1] What Make this case is Very Strange: 1)I have tried to **create a new blank scene** and...
View ArticleChoppy Game Screen
Hello, I have just finished the **Build** of my game and it is a 2D side-scroll game. However, the game screen is really choppy when the camera moves to follow the player. Although in the editor it...
View ArticleRecommend Android Setup with Unity
I know this topic is too old and basic according to nowadays, but i am too eager to ask here the in depth understanding of Android Setup with Unity that how it works and how to tackle specific problem...
View Article[Linux] Resolutions for Rotated Screens
We've been building a sort of "Virtual Cave" with a number of 4k screens side-by-side and rotated 90 degrees. All of them are hooked up to several computers running Fedora 29. In the NVIDIA Control...
View ArticleWhy does the app run fluent in the editor but lags when it's built?
I built a Showroom. There is a plate with an object which just spin. In the Editor it works fine: No lags. When the 'game' is built, it does not run fluent. I profiled both: The built Version and the...
View ArticleUnity unable to convert class into dex,Unity Unable to conver classes into...
I started to get this error when i implemented Unity Ads(tried re-intalling the ads package). I build with Internal because gradle does not work for me either. The error displayed in the console is:...
View ArticleThe variables modified in the inspector are not kept on build
Hi! I modified some variable named "speed" from a script in the inspector - it defines the value of the cars' speed in my game - and it's working in the editor player, but when I build the game the...
View ArticleBuild failed with the following error
Win32Exception: ApplicationName='C:/Users/xxx/Downloads/sdk\platform-tools\aapt.exe', CommandLine='package --auto-add-overlay -v -f -m -J "gen" -M "AndroidManifest.xml" -S "res" -I...
View Article