Is it possible to send a warning message once a build finishes?
I have a GameObject used only for development, but if the user builds the project and the GameObject is still in the scene I would like to send a warning to the console. I was wondering if it's...
View ArticleBuild menu missing Visual Studio 2013
http://prntscr.com/5fkse3 - screenshot When I create empty C# console appliction the Build menu is there but when I double click on a script from unity to open it with VS it's missing. Any suggestions...
View ArticleUrgent please. Can't Find Scene in build settings while scene is in build...
I am using unity 4.5.4. I have 2 scenes in my project. Whenever I try to switch from first scene to second scene it gives me error on my android device that, cant find scene in build settings. **This...
View Article[Closed]How to Build and Deploy to the Android device from the script
There's not any problem anymore, it started suddently working with my orginal code. :S Hi, I made automated building script and it builds the .apk file nicely. Now I would like if it would deploy it...
View ArticleModdable Game
I had an idea to make my game moddable by making it so that it reads a list of parts from an XML file on start up and associates the list with identiacally named Models and Textures in a Model and...
View ArticleExtremely Slow Game Launching and Build
Hello, I have enormously uncomfortable difficulties with debugging my game, as it is unbearably slow. When I launch my build game (doesn't matter whether it is for standalone or others), everything is...
View ArticleAndroid build changes Spritesheet Pivots?
I'm working on an app for Android using Unity Free and I am using 3 total Sprite Sheets for my Sprite animations, I was using single separate images before but that's obviously not the best choice for...
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 ArticleHow to fix Unity compiler error when building WP8.1 game?
I made an adaption of the Roll-a-Ball tutorial game into a WP8.1 (windows phone 8.1) game. Upon attempting to build the game: I got this error: Could not start compilationException:...
View ArticlePossible to make build output clean?
When I build my project in Unity, the output is like this: Game.exe Game_Data Game_Data\Managed\Lots of dll files Game_Data\Mono <-- A folder just for mono, really? Game_Data\Plugins\More dll files...
View ArticleDisable JIT compilation in the Editor (Enable Full-AOT mode)
I'd like to disable JIT compilation in the PC editor so we can track down and solve some problems with generic classes being unable to be compiled at runtime when deploying to device. We've run into...
View ArticleAndroid Build Problem (Unity 4.6.1f1)
I have a problem, then build on my Android (Galaxy S+ (Android 2.3.3)) application starts with a black screen. When I did build earlier versions of Unity Free 4.5 everything worked perfectly!!! How to...
View ArticleBuilds won't run at all
For some reason I can't get any of my builds to run regardless of platform. The game runs fine within the editor. When I do a Web Player build it produces a page that says " **Unity Web Player |** My...
View ArticleGUIText appear too small on game screen
I have a problem where no matter how big I set the size of the GUIText, it remains the same miniature size on my phone. It is anchored to the upper left of the screen. I attached the GUIText to a...
View ArticleCan't find android app
I'm trying to install one of the scenes in the mobile assets package. I've installed the SDK manager and downloaded all the api packages. I already configured all the settings in unity so the game will...
View ArticleCan't find android app
I'm trying to install one of the scenes in the mobile assets package. I've installed the SDK manager and downloaded all the api packages. I already configured all the settings in unity so the game will...
View ArticleCan't find android app
I'm trying to install one of the scenes in the mobile assets package. I've installed the SDK manager and downloaded all the api packages. I already configured all the settings in unity so the game will...
View ArticleCan't find android app
I'm trying to install one of the scenes in the mobile assets package. I've installed the SDK manager and downloaded all the api packages. I already configured all the settings in unity so the game will...
View ArticleFinding the Problematic dll in "Extracting Referenced dlls Failed" (Unity5)
We are starting to update to Unity5. After upgrading from 4.5.2f1 to 5 we have started to have a problem making builds. Our scenes / projects work correctly in Play Mode. However when we build any...
View ArticleSurvival Shooter Tutorial: UI Does Not Display In Build
The game works perfectly fine in play mode, but once it is built for the web or as an app, the text and images do not display. The only part of the UI that works is the blue color background fade in. I...
View Article