Build C# to dll for .NET 3.5 w/ VS 2017
This was pretty darn simple with MonoDevelop that came with Unity. I like Visual Studio, but it seems nerfed, no? I do not see a new project option for C#, let alone one for a dynamic linked library...
View ArticleHow to automate Unity Cloud Builds for Mac to add execute permission?
Hello, I'm working on my first game and have setup Unity Cloud Build to automate my build process. Everything is working great except for one issue: Unix based operating systems tend to not transfer...
View ArticleWhich ending (of file) does the linux build have so you can run it?
Hello. I exported a game for linux. Now I want to upload it to itch. In the linux folder, there are the following files: LinuxPlayer_s.debug (4 KB) Powershot.x86_64 (Powershot is the name of my game)...
View ArticleI need help with a Gradle error
Hello, I recently started working with Unity and I'm almost done with my first simple game, but it seems that Gradle is the worst thing to have ever been coded in existence, it's been horrible with...
View ArticleI got 60 errors while trying to make a build for my android game
Those are my errors: 1- UnityEngine.GUIUtility:ProcessEvent(Int32, IntPtr) (at C:/buildslave/unity/build/Modules/IMGUI/GUIUtility.cs:179) 2- FAILURE: Build failed with an exception....
View ArticleFailed Running UnityLinker.exe and UnityLinker.exe did not run properly!
Hello, I am getting these errors while building game for Android: Error 1: Failed running C:\Program Files\2019.4.0f1\Editor\Data\il2cpp\build/deploy/net471/UnityLinker.exe -out="D:/Unity Backups/Mini...
View ArticleMajor Lag In Exported Build
I have made quite a simple game which when i play it from the scene editor it works perfectly. But when play the exported build it lags. One thing that was weird was it would even run fine when i was...
View ArticleCamera problems
When i play my game on unity remote everthing works fine, but after i build and test on my phone, the game kinds of zoom in, it is nothing related to canvas, Can sonemone hepls me?
View ArticleBuild and Run Problem, Nothing Happen !!
I just Make Simple Project like this video https://youtu.be/I9j3MD7gS5Y , I'm doing exactly like That. But when I try to > Build and Run nothing Happen No error or warning come out & the Build...
View ArticleUnity Build not working
Hello, My game in the unity editor works fine, but it does not work when build in either Win64 or Mac universal. i am using unity 2019.4.1f1, and the function that isnt working is the flight mechanic....
View ArticleCamera Changes Proportions In Build
I have been having a problem with my camera whenever I build my standalone game (using Unity version 2017.3.0f3). The camera stays at its proper height, but it widens horizontally about 1/3 of a unit...
View ArticleScript works in Game View, but not in build
Hello, I have a problem with my game working perfect in the game view in Unity but once it is built it doesn't work as intended. I have a bomb which is spawned periodically and can be defused by...
View ArticleUnity IL2CPP
I have built my game to iPhone 6 device and start my server and I have got this exception. In the editor there no exception. I don't know this is a server issue or database. I have tried with Unity...
View Articlegetting stuck at build with Il2cpp.exe, crashing everytime
Hello everyone, i am trying to publish a game to the playstore, but i am always getting stuck at build with Il2cpp.exe, crashing everytime, the logs are here: If anyone knows what the problem is, i...
View ArticleMy Camera is not working after build for Android.
I've made a Camera script for mobile game that works only in a panel field. The script is working properly on unity Remote 5 but after building the game on my Android, the camera doesn't rotate at all!...
View ArticleHi, I uploaded my Android game on the PlayStore as a AAB using the ARMv7 and...
I tought the game would run perfectly, i debugged the game and it was working perfectly. When i tried to upload the game to the Play Store it didnt let me upload it because some extra eassets werent...
View ArticlePackaging and running Python from within Unity Builds
Hello! I am currently using ML-Agents to train neural networks, though they depend on the Python API - which works fine in the editor, but doesn't work in a build. This doesn't allow me to train my...
View ArticleUnity builds sample scene without it being told to do so.
I'm currently using Unity version 2019.2.10f1. I'm trying to make a tutorial scene for the Ocullus Quest, however when I build the scene it shows a empty scene on the quest. I don't get errors and I...
View ArticleWebGL 'Build and Run' option not activated
Hello, I am a beginner in Unity and I made a game. I want to publish it to the Unity Connect, and as far as I know, I need to build the game in WebGL first before posting. So I installed the WebGL...
View ArticleOnly part of canvas and sprite explosions showing up in build no background...
I'm new to unity and I'm trying to make a basic 2d game, so I put it all together and in the editor, it works like a charm, but when built the game (I haven't finished just doing a test) and only the...
View Article