How to get the same ambient light setting for the build as well ?
Salam, Hi, So the problem that I am facing is that the ambient light settings that I have in my Unity app are not the same when I build the game. I am building for windows x86_64. Any help would be...
View Articlepart of my ui doesn't show on build
In the editor all ui is showed up properly (image 1), but after built, some buttons aren't showed up, but the rest of the UI showed up and function normally. I have tried delete and re insert the...
View ArticleNullReferenceError in Build but not the Editor,NullReferenceException in...
In the editor when I press play to attack I have to press a key. it will then send out a ray and if it hits the enemy it spawns an object and damages the enemy. But in the build when I press the key I...
View ArticleIProprocessBuild :: OnProcessScene not always calling Awake() or being...
I have some custom build steps that need to be performed for each scene and the build processes. During this processing, I spawn some GameObjects to use for calculating geometry space and size. I am...
View Articlebuild game is just a white screen.
basically i just built a game, ui gets up running,sounds,input. but it's just a white screen.
View ArticleGenerat Android APK , stops!?
I am a beginner at Unity, I've create my game.Everything works fine until I build it. It asks me to select my Android SDK folder, which I do. It then freezes, and I have to force shut down Unity and...
View ArticleSwipe control problem in build apk
My project's swipe control is working fine in the editor and while I play it in Unity Remote 4. Also in the tutorial in build APK. But it is not working properly in the main game in build APK. Now I am...
View ArticleMulti-tile city builder
I want to try making a city builder like game, and I have down a tile method and a simple house, but I can't figure out how to make a system for structures that are two tiles wide and still have both...
View ArticleHow to solve error MSB3073?
I keep getting error MSB3073 when trying to build my project to my Xbox, so I tried making a new project and building that empty project, and I got the same error.
View ArticleWhy does my Android phone have Lag Spikes (Sometimes)?
I have a Galaxy S4 Mini. -- I am developing my unity app. -- I build the app and run it on my phone. -- Every time I try to play right after building I have **lag spikes** every seconds. The game runs...
View ArticleWhy my builds are contacting bla.cloudnet.net and...
Hello ! I was wondering why my builds, at startup, are trying to connect to: d1z2jh34h53kj5h344.cloudfront.net port 443 and prd-lender.cdp.internal.unity3d.com port 443 ? these are stand-alone builds...
View Article/Editor Scripts Organization with 2017.3 Assembly Definition Files
After experiencing great success with the new asmdef build organization system on a small test project, I am now in the middle of converting a larger project to use asmdef files as well. This project...
View ArticleSimple game lags while in editor but runs fine when build
I'm making a simple 2d game, a roguelike, turn based, so far there isn't much going on, only a player object, a random dungeon generator (that builds a small and simples 8x8tile room), and some enemies...
View ArticleAndroid apk size is too large for the game.
I've been working on a prototype of an Android 2D endless runner for about a month, and currently I have just a few pixel art assets and scripts of movement and collision. My question is about the...
View ArticleWin32Exception build error
Hello everyone, so I'm new in Unity and I don't know what to do, because everytime I want to export my Project to an .apk, Unity says this: ![alt text][1] ![alt text][2] [1]:...
View ArticleWeird Unity camera bug
I have no idea how to explain this error so I have uploaded a video to show my problems https://www.youtube.com/watch?v=vZ7ErSTsAuc&feature=youtu.be
View ArticleUnity 2017.3.0f3 / Android SDK Tools incompatibility
I just upgraded Unity 2017.2 to 2017.3.0f3 on MacOSX hoping that it'd fix some issues in the Android build workflow. In 2017.2, I had an issue where my Android SDK tools (v. 2.6.11) was causing an...
View ArticleCan't build my game :...
I get a lot of theses warnings(not errors) when I try to build my game, but it just doesn't build it at all. When I press the Build button there's a progress bar like every time but at the end there is...
View ArticleCant upload APK because of BILLING?
Hey guys so last week I published my app to Google Play. The app is your basic 2D platformer that I have ads and iap to make a little money off of. I was making some scripts for IAP and realized the...
View ArticleQuestions about building game
1. Why is my game not changing textures in build version? It works in editor mode, here is the code: ` Renderer renderer = gameObject.GetComponent(); renderer.material.EnableKeyword("_DETAIL_MULX2");...
View Article