Pre-Added StreamingAssets Files Collection returns Null Upon Build,How to...
Hi, I have a system that saves and loads .txt files to and from the StreamingAssets Folder. Everything in the Editor works fine as it should. ã…¤ Variable: List - All saved text files Added manually in...
View ArticleWebGL Development build initial memory too small
Hi, I'm trying to made development build, but unity keeps throwing this error: Building Library\Bee\artifacts\WebGL\build\debug_WebGL_wasm\build.js failed with output: wasm-ld: error: initial memory...
View ArticleExclude iOS files from Android build
Hello devs, I'm using modified Apple Core and GameKit plugins, from [here][1], because the plugin from Apple is failing at fetching local player data from Apple, and that's necessary for authenticating...
View ArticleExclude iOS files from Android build
Hello devs, I'm using modified Apple Core and GameKit plugins, from [here][1], because the plugin from Apple is failing at fetching local player data from Apple, and that's necessary for authenticating...
View ArticleRenderig issues after Apk build.
When I exported apk to my phone, it worked fine. But as soon as I send app to my friends, this happened to some of them. Their devices are relatively new. And on of their phones, game crashed and...
View ArticleCapturing gradle output
I am using Unity version 2021.3.1f1. I can't find the output of the gradle build anywhere. Where does it go to, and if it is suppressed - how do I unsuppress it?
View ArticleI can not build my android game cause of these errors;
**Error 1:** C:\Program Files\Unity\Hub\Editor\2022.2.0f1\Editor\Data\il2cpp\build\deploy\il2cpp.exe --convert-to-cpp --generatedcppdir=C:/unity/Swing...
View ArticleGradle Build Failed(?)
I'm not too well versed in building games with unity, and I'm trying to build a VR game for android and keep running into the same error. I have tried replacing stuff as per some tutorials to no avail....
View ArticleLights not working in built game on URP
I'm using URP on android however lights are not showing up on my 2D game. I've been using global light and freeform lights. They work completely fine in the editor, yet fail in the builds. Someone else...
View ArticleDon't trigger the function that include admob command on android phone when I...
I have a game that I want to release for play store. But I've been having problems with ads for a few days. When my interstitial ads are closed in the Unity editor, the onClosed event trigger in and...
View ArticleSuddenly my Editor (2021.3.22f1) won't build Android APKs
Hi community, I hope this is something someone can help with. Please note, I am 12 years old and have found my way with Unity through Youtube tutorials and Googling my issues...I am not a developer as...
View Articleandroid build tools component is not found
Unity editor 2022.1.24 with Android build support Option When building on Android platform, "Android build-tools comnponent is not found. Make sure all tools are installed in the SDK managewr. Latest...
View ArticleMac build not working
To keep matters quick and concise, I am making a driving game, and I'm building it to both windows and mac. The windows build opens fine on my windows pc, but when my friend tries to open it on his...
View ArticleMac build not opening on mac
To keep matters quick and concise, I am making a driving game, and I'm building it to both windows and mac. The windows build opens fine on my windows pc, but when my friend tries to open it on his...
View ArticlePixel Perfect Camera not rendering scene in build
Hi, I'm making my first game and using the Pixel Perfect Camera component to render my scene. The camera renders the scene perfectly in the editor after a lot of tweaking, but when I build the project,...
View ArticleQuestion About UNITY_64
Hello. I have one simple question about Unity. I need to use UNITY_64 so that I can compile my source code and release it as a android apk. my code looks like below. #if UNITY_64 private string libName...
View ArticleExport a list of code stripped from a build?
When I turn on Managed Code Stripping, some of the functions, possibly classes, are removed from the final assemblies. Is it possible to get a list of what was removed? We have a lot of code in our...
View ArticleHow to access webcam permission in WebGL embed
Hi there. I've built a little sign language review game in Unity WebGL that allow a user to view their webcam output next to the video in order to practice the sign. On localhost and simmer.io, it...
View ArticleGameObject not working?
The build game doesn't work like in the editor. I have a GameObject list and it should put the objects in it as they spawn, but that doesn't happen. Tried just writing the name of the GameObject onto...
View ArticleSecond camera not working on build
I have two cameras in my scene. Both exist in the same location pointing at the same target. By design one camera can see the layer the target is in, and the other can't. When I press the play button...
View ArticleAndroid build crashes when run on device
hey there, I am using unity v2021.3.3f1 the application is running perfectly in the game mode of unity. but when i build its apk file and run it on android device it crashes . even before the plash...
View ArticleAfter building my game, some objects are missing from my game. How to fix...
In Unity, the game runs perfectly. However, after building the game into an executable file, the AI object is missed. What's the problem?
View ArticleHaving a Modifiable Folder get exported with game build
I have been attempting to find a way to have a folder get exported in the same directory as my game's .exe and Data folder, but could not seem to come up with an answer. My reasoning for having this...
View ArticleDistributed build
With a large amount of resources, build AB is time-consuming by using Addressables. Is there any way to make distributed or parallel builds? For example, building a project with other machines in LAN...
View ArticleUnityCache Failed to load 'Build/Game.data.br' from indexedDB cache due to...
I'm building Unity Game with Web3 Components like metamask connect. Things are working fine on locall. But when i hosted it on server i got this error on page load. [UnityCache] Failed to load...
View ArticleHow to build Android App Bundle (AAB) with datapack.unity3d file?
Unity version: 2021.3.13f I encountered an issue while uploading the AAB file to the Google Play Console. The message I received states that the package size is too large and cannot be uploaded. I...
View ArticleHow to force a screen resolution on MacOS
I am setting the Screen resolution for the Unity MacOS Desktop build to 2500 x 1440 using Screen.SetResolution(2500, 1440, false/true); Yet, when I compile and run the build in the editor or as a...
View ArticleUDP socket does not work after build,Udp socket does not work after build
Hi all, I am creating a game that communicate with a python server running on my laptop through UDP socket. In the Game view, my codes works well. However, after build and run, my udp socket cannot...
View ArticleLong delay using arduino in Build but not in Editor.
I am using an Encoder in Arduino to move a imagem in Y. In Unity Editor it works fine, but when I build the project it gets a long delay in the movement. Does anyone know what it could be? (I am very...
View ArticleUnityCache Failed to load 'Build/Game.data.br' from indexedDB cache due to...
I'm building Unity Game with Web3 Components like metamask connect. Things are working fine on locall. But when i hosted it on server i got this error on page load.> [UnityCache] Failed to load...
View Article