How can I build iOS from Travis?
Hi all, I'm working on a Unity project where we want to be able to build and ship the .xcodeproj file that is built by Unity when using the iOS build target. I'm able to do this easily via the command...
View ArticleHow do I define ScriptDefines from either the command line or with executeScript
How do I add ScriptDefines for #ifdef NAMEOFDEFINE #else #endif when building from the command line or by using ExecuteScript? I need this for my CI setup.
View ArticleUnfortunately, "GameName" has stopped.
Hello guys, I build Virtual Reality game in Unity and I build it for my Android device. The DEVICE FILTER was set to FAT (ARMv7 + x86) and the Minimum API Level on Android 4.4 (API Level 19). When I...
View Articlefailure to initialize your hardware doesn't support this application
what's the problem?
View ArticleiOS build creates an empty folder
I tried changing the company name and the product name in the bundle identifier but that didn't work. Does anyone know how to fix this I have been on it for days.
View ArticleUnity is not building Solution Project For Unityscript
Hello everyone, I upgraded to Unity 2017.1.0f3 but it not builds a unityscript project for MonoDevelop or VS. So i cant edit or use it.When i select it in any js in project tab,it says "No...
View ArticleError CS1617 Langversion '4'
Hi.I want to build my solution in monodevelop (F8) but it says: Error CS1617:Invalid option ‘4’ for /langversion; must be ISO-1, ISO-2, 3 or Default (CS1617) (Assembly-CSharp) I installed VS2010,this...
View ArticleErrors in Building the APK File
Hello, I am receiving these errors upon building the APK file. Does anyone know how to solve these issues? I do not understand what it is trying to tell me. Thanks! ![alt text][1] [1]:...
View Articlemy standalone build is slow while the editor is fine?
Whenever I run any scene of my game in the unity editor, it runs really smoothly with no lagging. However, In the standalone builds, on one specific scene (which is the first scene that loads when...
View ArticleWhy these files get built ?
Why these files even if they are not in the scene I build, they get BUILT into the APK ? **It says from the console log they are taken from the resource folder but they are not!** Check their path! Why...
View ArticleResize WebGL Canvas
Hi everyone, to my surprise there seems to be nothing on this topic. What I want is to have my WebGL instance resize when its containing div container changes size. Right now the game window's size...
View ArticleHow do I implement alternate controllers? Accessibility i.e. eyegaze
Hello! This is a question for down the road as I am new to game development. I began creating a game that I realized may be quite playable for the visually impaired. This got me on a trail of thought,...
View ArticleTexture not visible on manual mesh after build
I build a quad from code and assign a texture to it, it works when i start the game from the editor. When i build the game and launch the .exe the quad is white without textures. This is the code...
View ArticleUnity 2017.1.1 gradle build error - unknown class:...
I just created a new UnityProject with unityads and unity IAP. As soon as I enable 'minify' the build fails with the following error: com/unity/purchasing/googleplay/GooglePlayPurchasing$6 references...
View ArticleUnity UWP build open only a white screen
Hello guys, I'm starting to move a project to UWP and it simple wont work... The project compile without errors but when I open the project it simple show a White screen, nothing more, not even a...
View Articlelightmap comes out blurry on android device
![alt text][1] [1]: /storage/temp/102404-bbb.jpg What settings should I add?
View ArticleParticles Prefab not working on build game
Hi, im fairly new to Unity but im trying to make a game, which as of now has 3 levels, i have a small object called "honey" that needs to be picked up by the player, when the object its picked a small...
View ArticleLinux build is putting libNative.so in wrong place
I am new to this Unity world, so I might be doing something wrong... But, I am getting a DllNotFoundException for my Linux build. The Windows and MacOS build work fine, so it is not my managed code....
View ArticleHow to reduce build (APK and IPA) size?
Hi.. We are making 2D game and we will have lots of themes in our game. When we add each theme to our game, size increases approx. 10MB. We are using new sprite packer in Unity 2017.1, and using "ETC...
View ArticleFabric (Crashlytics) for unity 2017
Somebody installed carashlytics on Unity 2017? I can't login... And install the plugins. Getting this error when try to login: [Fabric] An exception has occured; Error writing request: The...
View Article