Import On Load Vs Import On Build Preference?
How does one import on load vs import on build in the Unity settings? Support said I could find these options in Unity's preferences but I'm unable to locate them on any of the menus/dialogs.
View ArticleAutomatically build certain targets?
Is it possible to generate binaries for each target (iPhone/Windows/etc.) without having to do it manually from the build settings screen?
View ArticleMouse sensitivity changes between editor and built exe
function Update () { var x_delta = speed * Input.GetAxis ("Mouse X") * Time.deltaTime; var z_delta = speed * Input.GetAxis ("Mouse Y") * Time.deltaTime; transform.Translate (Vector3 (x_delta, 0,...
View ArticleRemove scenes from "Scenes in build"
Hey all, This is just a minor thing that's been bothering my perfectionist self for a while. I accidentally added the same scene twice to the build menu, so now it looks like this: ![alt text][1]...
View ArticleDeploy Unity Web Application to Google App Engine
Hi all, I am trying to host my game on Google App Engine. I don know what type of build settings should i use regarding the Web Player (Streamed, Offline Deployment, .... ) ??? Any additional...
View ArticleWhat does this 'Target Resolution' thing do, if anything?
So you're making an iPad app. Regarding this: ![alt text][1] I have five specific questions, (1) in your experience, does it actually make any difference? What sort of difference? (2) how does the...
View ArticleInput settings reset at every build launch
Hey guys, I am having trouble with input settings. I did set them correctly in the input manager, but when I launch my build, the input settings shown are different from what I set during dev ! And...
View ArticlePlayer Settings no longer launches
I have a project I've been working on for a couple of days, and now suddenly the player settings won't launch from the Build Settings dialog. Has anyone seen this before, or know a way to get past the...
View ArticleBlack 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