Guide to making a chapter based game?
I don't imagine I will get a complete answer here, but does anybody know where I would look to learn how to make my game work on a chapter-based release schedule? (Like Bendy, or Minecraft Story Mode)...
View ArticleIf I hardcode API Keys in my Unity scripts and then build the game for...
I am making a game for windows which is connected to AWS DynamoDB. For this, I have to use API Keys in my Unity scripts to make read/write requests to the database. After building my game to make a...
View ArticleUnable to build from Windows,Unable to build projects on windows
Hello! I'm following Unity's tutorials (finished Essential and now I am following the programmer Pathway) but I'm having a major issue: I can't manage to build any project! I've googled, asked in...
View ArticleFailed to cocoapods in Unity iOS Resolver
Reinstalling cocoapods does not solve the problem. I keep getting cocoapods installation errors with iOS Resolver in Unity, and I can't build with Xcode. I haven't been free from this problem for two...
View ArticleWhen I build and upload my game on Unity Play it strats to loading and than...
I already uploaded first version of my small 2d game and it worked perfectly fine. But I came back with upgrading the code and adding some things, nothing big and no new sceans. And when I tried to...
View ArticleAPK multiple errors
Hi I have an issue creating an APK to transfer this file to my mobile to test the game, but I have multiple errors. ![alt text][1] ![alt text][2] [1]: /storage/temp/204287-issue-1.png [2]:...
View ArticleUnity Builds showing incorrect date
Each time I run a build, it shows the date modified to be 2020-12-07 at 8PM. My Data folders show the right date, and my builds folder has the right date, but not the individual .exe files. My son is...
View ArticleWeird bug when run game on a different computer
My 2D pixel platformer game runs fine on the designer's computer. However if I copy the game to other computers, 2 weird bug will appear. Bug 1: Player jumps higher than him supposed to be. On the...
View ArticleWhen I run this in the editor it works as expected, but when I create a build...
using System.Collections; using System.Collections.Generic; using UnityEngine; public class EnemySpawner : MonoBehaviour { [Header("Enemy Prefabs")] public GameObject[] enemiesToSpawn;...
View ArticleBuild stuck on "Building Resources folder"
When im building my android project, Build stucks on "Building Resources folder" for hours. What is the solution to this?
View Articlebuild my game is impossible , please help me,
hello , When I do build for another project, it succeeds without any problems, but when I do build for my own project, problems occur, and here I concluded that the problem is in my project Someone...
View ArticleBlack Screen after build
Hello. My problem only appears after building the game. I've seen other posts about this problem, but they didn't help me. I am using URP in my game and I am NOT using AR (I prefer to write this as...
View ArticleWhen ever I try to build the game it gives me this error
UnityEditor.BuildPlayerWindow+BuildMethodException: 8 errors at UnityEditor.BuildPlayerWindow+DefaultBuildMethods.BuildPlayer (UnityEditor.BuildPlayerOptions options) [0x002da] in...
View ArticleHow to import window player‘s dll to vs?
1.What's the meaning of this file in data directory? 2.If I want to import these files to vs project, what is the correct process? 3., when I copy the dll to vs project and create a GameObject, it will...
View Articlebuilding native binary with il2cpp(android aab)
I want to upload it to the Play Store, but the Build stops. It works well if you build it with mono. Please help me. ![alt text][1] [1]: /storage/temp/204517-화면-캡처-2023-02-07-151615.png
View ArticleMy build dont work
when I click build and run something like this appears ![alt text][1] Game in editor works fine but when i try to build it, this happens [1]: /storage/temp/204540-image.png
View ArticleModels Optimising.
Hey, I am created a 3D project, but the build size is around 130 MB. I want to optimize them to below 50 MB. I compressed textures and meshes but the size reminds the same, So is there any possible...
View ArticleBuild crashes on startup
I am getting this error everytime i build and run a game. Do someone knows the solution for this?
View ArticleCan't build App Bundle
Hi all, I am trying to build an App Bundle version of my game. I've been doing this for over 2 months now without any problems but suddenly I get this error no matter what I do: FileNotFoundException:...
View Article