Black Screen on Android Device after AddMob Plugin
The game in question worked just fine up until the point i tried to add the AddMob plugin. I flowed this tutorial: https://developers.google.com/mobile-ads-sdk/docs/games#admob_mediation_support I...
View ArticleSetup URL schemes for iOS builds
I need to set a couple of URL schemes for iOS builds. I found out that Unity does NOT overwrite those settings on export, however it would be much favourable to be able to set these settings in Unity...
View ArticleBuild settings - Default screen width/height
Hi, Im trying to finish my first game in Unity free version. Here is the problem, when building for PC/Mac/Linux and on Player Settings i set Screen Width at 1024 px and Height 768, but when i build it...
View ArticleChanging the Windows .exe properties on build
For some reason, the resource information contained in the EXE file generated by building a Standalone Windows application is wrong. For instance, building my game to a brand-new directory gives me a...
View ArticleGame view in 1x scale looks fine, but building and playing seems to be in 2x...
When editing and looking at the Game panel, I noticed my initial view was set to `2x` with _Free Aspect_ viewing mode. All of my stuff was pixelated, so I clicked on it and un-ticked _Low Resolution...
View ArticleTimer Starts Too Early
Hi, I am still fairly new to unity and need help with a timer I have in my simple racing game. The Timer is just a UI Canvas that Displays 00:00 at the top of the screen, and has a script attached to...
View ArticleCopy pdb files for the release build, too
I would like to distribute PDB files with the release build to have an exception line of code in error logs. Development build copies PDB files (e.g. `Assembly-CSharp.pdb`), but the release build...
View Article,Problem with Unity Android unity 5
![alt text][1] [1]: /storage/temp/135913-pr.png Hi sorry i can't speak english very good... I use Google Transcend **Unity version 5.6.6f2** 32bit I'm a beginner at Unity. When i want to choose the sdk...
View ArticleBlack screen
When I'm trying to build game for Windows, everything works and I get no error. But when I try to open .exe file whole screen is black. Why?And when I change camera to "don't clear" then screen...
View ArticleUnity 2021.2 get current NamedBuildTarget
I recently started to work with Unity 2021.2 and I found out BuildTargetGroup was being replaced by NamedBuildTarget. Previously, the currently targeted BuildTargetGroup could be retrieved from...
View Article