Android resolution/aspect ration issue
I'm doing the classic Aranoid 2D. I have 2 walls (Sprite Renderer) set at -7x and 7x. I have a method that calculates the distance between them, scales the bricks to adjust exactly in this range, and...
View ArticleProblem resolution on mac stand-alone building
Hi guys I've a problem when build for mac platform in stand-alone version from windows. When open .app from mac, the resolution is different (canvas has to a different aspect ratio) , and don't change...
View ArticleSave player created objects,Save player created objects?
I have a survival game where the player can build a base from a prefab. Is there a script where i can save player created buildings, i need a script because i suck at scripting. Sorry im such a noob at...
View ArticleTextures looking bad
Here the thing. I got pretty nice scene with 1024 textures. But after building it to mobile device (android) Textures starting to look ugly and really bad. http://prntscr.com/n6ruo1...
View ArticleGradle build error Unity 2018.3.8f1
I am making an empty test project with Unity 2018.3. But getting error in gradle build. I have make temporary gradle fine in plugins folder as well in build settings but didn't succeeded in gradle build.
View ArticleBuild API CompressWithLz4HC doesn't work
I try to build in Android with API using [CompressWithLz4HC][1]: BuildPlayerOptions buildPlayerOptions = new BuildPlayerOptions { scenes = GetBuildScenes(), locationPathName = targetPath, target =...
View ArticleI can't catch Unity build errors via script
Hi all. In Unity 2018, I can call a custom function before and after build in unity editor with IPreprocessBuildWithReport and IPostprocessBuildWithReport. But if any bugs occur during the build and...
View ArticleAccelerometer start position for iPhone
Hello, I finished a mobile game where I use the phone’s accelerometer to move the player. I found a solution to detect the phone start position to begin playing & it works fine when I build &...
View ArticleHow to add GLES2 or GLES3 to the "Graphics APIs" list in Unity?
Hi I'm trying to build my game to for iOS, when I have Device SDK selected (Player Settings -> Other Settings -> Target SDK) everything builds fine. However when I select Simulator SDK instead,...
View Articlehow to build game with aspect ratio ??
how can i set resolution to landscape 18:9, i use native aspect ratio and in scene i already set to 18:9 landscape, but it's not working. Do I need to make a script ???, by the way i use unity...
View Articleerror uploading apk to oculus store
I'm having the following issues while uploading my oculus go apk to the alpha channel in Oculus Store:> Exclude from Recents> (android:excludeFromRecents in> AndroidManifest.xml) must be set...
View ArticleMissing a Leap Motion Hand prefab in Build
Hi ! I'm currently trying to build a a Looking Glass application which uses a Leap Motion to interact with displayed objects. Everything works correctly when I run it in "Play" mode but when I try to...
View ArticleUnity 2018.3.3 Post Processing effect not showing on Mac build but showing on...
**Post Processing Effect only showing in Editor but not in Mac build** I have been working on a project where I am using Unity 2018.3.3f1 version's post-processing effect. I have implemented the Post...
View ArticleHow do I program Unity to use different images subfolders for different build...
To explain a little better, I have a project that have several versions, and what differs one from another version are the images used in the project. It's like the same app, but with different...
View ArticleUnity 5.5.1f1 Android "Error Building Player"
Hi all, I recently finished an old project and am presented with these two errors upon building my game: Win32Exception: ApplicationName='C:/Program Files/Java/jdk1.8.0_191\bin\java.exe',...
View ArticleWhat should I do? I cannot build my project.
[Situation] My project has many 3D objects. I can build it if I remove some of them. If you do not erase, ETA will exceed 100 hours and shut down suddenly during the build. (I think it shut down in...
View ArticlePlayerPref create new cell with saves
Hello, I updated Unity version from Unity 2017.4.12 to 2017.4.23f1. So, I build game and not see my old PlayerPref. I notice - I have two cells with PlayerPref of my game. WIth old version Unity and...
View ArticleBlue screen after IOS Build,Blue Screen after IOS Build
Hello. I am in need of some help/direction. I am trying to build and deploy a 2D game to an iPad. I have no issues at all until after the build and it's on the iPad. One scene always gives me a blue...
View ArticleUnity Cloud automatically cancels build
Hi, I'm using Unity Cloud and it's just automatically canceling the process after trying to build for over two hours. The logs don't reveal anything suspicious. There are some generic warnings, but no...
View ArticleCannot access Sqlite database in final build of the game
When playing my game from the editor, I have no issues with accessing the database, however when I build the game and run it, I cannot access the database. My database is inside the path...
View Article