Cannot run WebGL built without exception support
Hi I have a strange issue when building WebGL version of our app on 2019.3.6 and 2019.3.9. If I will set the Enable Exception to anything else than Full Stacktrace the build will complete but when...
View ArticleUnity built my project, but won't run it
The editor version is 2020.1.0a8 alpha Maybe I should build the game in a more stable editor version? The console shows a few errors, but they do not affect the game at all when I test it out in...
View ArticleBuild WEBGL Error in Unity 2019.3.3f1
Hi everyone I've been dealing with this error for one day, reading all the forums, answers to the base problem and versions that are supossed to be okey on build. I uninstalled all versions that i had,...
View ArticleUnityAds.h Not Found
I know this question has already been asked, but I can't find any answer that works for me! I got "UnityAds/UnityAds.h file not found" in XCode, and I made sure that Unity Ads are on. I tried searching...
View ArticleGradle.Build Failed help
We have an issue called gradle.build failed when we trying to get a build and we couldnt solve that Can you help us to solve this problem ? we are using unity 2019.3.11.f1 ![alt text][1] [1]:...
View ArticleGame Cropping In Build But Not In Game View
Hey guys! * So I've been struggling with this issue for a week or so now. When playing my Unity builds (or any that are sent to me), Unity crops the top and bottom of the screen (black bars). I have...
View ArticleSet String Array or List to .txt File in a Builds Data Folder
Hello! After building a game if I go into the data folder for the game and create a .txt file, in this case we'll call it "strings," how could I access that .txt file in a C# script, and set each line...
View ArticleUnity is not building my game.
Unity is not building my game. I have tried to build several games several times, but it always shows the same errors. I am trying to build games for Windows.,When I try to build a game in unity, it...
View ArticleCan't build project because of these 4 errors.
![alt text][1] [1]: /storage/temp/157791-ss.jpg
View ArticleWindows Defender blocking Unity Build
When creating a windows build for my game, a pop-up said that "The Windows Defender Smartscreen prevented an unrecognised app from starting. Running this app might put your PC at risk." In addition...
View ArticleButtons don't work after building my project
Hello, I developed my first game and wanted to export it. But there I got an error, that said, cannot ...player while the editor is importing assets or compiling scripts. To fix this, I created a new...
View ArticleNo methods executing in build
As the title says, for some reason my code only executes in editor. When I hit play, absolutely nothing I programmed is running. I'd usually let you know of as many factors I can so that you kind folk...
View ArticleUnable to get Unity IAP working in Test Flight
I am unable to get Unity IAP to work for IOS Test Flight. I have already launched the game on Google Play and everything Works perfectly. The (Apple/Google) platform in the purchasing script, or...
View ArticleEasyar doesnt work with signed apk
The game works fine when I build it with no signing key. When I sign the apk it produces this error Invalid Key Get from easyAr Develop center(www.easyAr.com) ->SDK authorization This is my build...
View ArticleVariations of MouseScrollWheel input not detected in build ???
Hi, after having a lot of issues I finally identify a problem that I ave in unity, using "Input.GetAxis("Mouse ScrollWheel")" In the editor depending on the intensity of your scrolling, this float...
View Articlei got those error when try build with IL2CPP Help
alt text alt text check all error at this link - https://imgur.com/a/KQ8SDTP
View ArticleWEIRD ISSUE IN ANDROID
![alt text][1] [1]: /storage/temp/158047-imgonline-com-ua-twotoone-flkfvelrazm.jpg I HAVE SET SMOOTHNESS TO 0 OF ALL MATERIALS AND THE DESIRED RESULT IS IN THE RIGHT PIC WHICH IS RUNNING ON A ANDROID 9...
View ArticleIOS Build works on iPod but not on iPhone?!
When I build my IOS game from unity to Xcode everything works .And when I build it on any device the app goes to the screen. But when trying to open app on iPhone 10 it crashes at start. Just so you...
View Articlehow to get a callback when build was canceled?
I am using unity 2019.2 with Android. When the build succeeds, `OnPostprocessBuild(BuildReport report)` gets called, but not if it is canceled. Is it supposed to? Are there other means? public class...
View Articlescript only works in build in 'Build and Run'
IEnumerator Start () { Start: if (System.IO.File.Exists ("Assets/Saves/original")) { SceneManager.LoadScene (72); } else { yield return new WaitForSeconds(2); goto Start; } } I think its because it...
View Article