Questions tagged [unity3d]

Unity is a cross-platform game engine used to develop video games for PCs, mobile devices, consoles and websites. Questions about programming and software development using Unity game engine are off topic and should be asked on stackoverflow.com.

49 questions
8
votes
3 answers

How to force Unity Editor/TestRunner to run at full speed when in background?

I have observed a curious behaviour where processing in Unity Editor (TestRunner) takes 2.5s while the editor is in the foreground, but slows down to 15s when I immediately tab to another app, thus putting the editor to the background. What's more:…
CodeSmile
  • 499
8
votes
1 answer

Temp files sc.kernel.X.etl are generated weekly and take over several dozen of gigaoctets

[EDIT : Opened the files in the event logger] It seems that the error are logged really often : Error 15003 seems to be a driver error, though no yellow ! shows up in the peripheral manager. -
3
votes
1 answer

Different programs, different resolutions?

As in the screenshot below Unity looks fuzzy, while file explorer is nice and crisp The fuzzy unity thing is happening with other programs too. What causes this and how can I fix it?
2
votes
2 answers

Unity3d Web Player for 64-bit Chrome

I have followed instructions for uninstalling/reinstalling the Unity 3D Web Player, and when I go to the download site using Chrome 64-bit where it detects your Unity version, it still shows Not Installed. If I visit the site from IE it detects my…
AaronLS
  • 2,303
2
votes
1 answer

Annoying issue with Unity 2022.2.0b1, I have tried both NDK R23C and R25, none of them work

I have a very annoying issue with Unity 2022.2.0b1, I have tried both NDK R23C and R25, none of them work. NDK 23.2.8568313 detected. Unity requires NDK R23B (23.1.17779620). Where can I get NDK R23B (23.1.17779620)? This is the NDK website I…
Simon
  • 29
2
votes
1 answer

Google File Stream white-space in home directory path causes errors

BACKGROUND When installing Google File Stream on my PC, it creates a new G: drive, and a directory named My Drive in it, containing a mirror of my Google drive directories and files. PROBLEM When using certain software, such as Unity or Android…
2
votes
0 answers

How to run a unity-built after Computer is turned on

Goal User turns on Computer and Unity-built runs automatically. Upon system start and thereafter Unity start, User only sees the maximized gameview of unity. No windows Taskbar, steamVR window, nor anything else is visible. Unity-built quits and…
Josh
  • 21
2
votes
0 answers

Specifying how git will *merge* based on file extension

Problem I am using GitLab to version control a Unity project. I am trying to set up git so that it will use different tools to merge based on the file extension. I would like git to use WinMerge as it's merge tool for all files except for files I…
eball
  • 131
1
vote
0 answers

Can end users specify where to save games' data?

This freeware Unity Engine game saves in Windows its data at: %USERPROFILE%\AppData\LocalLow\Turbo Chimp %USERPROFILE%\Documents\Turbo Chimp The registry key HKEY_CURRENT_USER\SOFTWARE\Turbo Chimp Are there general Unity command line parameters…
LWC
  • 1,355
1
vote
1 answer

"Unity" based games refuse to run on new hardware unless the computer is disconnected from the internet

I have bought a new laptop (i5 11th gen, Iris XE Graphics). I have noticed that the two Unity based games I've downloaded on Steam (Judgment Apocalypse Simulator, and Motorsport Manager) refuse to start if the laptop is attached to the internet. If…
mcottle
  • 111
1
vote
0 answers

Activating and using Unity 2019.x for Windows without the Unity Hub

Is it possible to activate and actually use the personal edition of Unity without using the Unity hub? My reasons for this - my students (about 50 of them, aged 10-13) want to experiment in Unity. I want to make a simple, easy to follow tutorial for…
1
vote
0 answers

Building managed Assembly-CSharp dlls for standalone build without Unity Editor

I have a working Unity-made linux standalone build I created. In this build, there is a folder of Managed code where the dlls are stored. Two of the dlls are the Assembly-CSharp.dll and Assembly-CSharp-firstpass.dll. Without using the unity editor…
dbalz3
  • 11
1
vote
0 answers

Why the player Setting in my Unity for android platform does not display?

I changed the platform of my Unity project to android, then click the Player Settings button in order to change the company name and package name. Here is the image But then Unity does not show anything in the player setting. My unity version is…
Bad Son
  • 11
1
vote
0 answers

Does Google Admob make the performance of Unity3d slow?

Firstly I built my app without admob on Android and Ios both and the speed of performance was good enough to use. Now, I imported the Admob plugin to my app and simply show the banner at the bottom but the performance is much slow and cannot see it…
1
vote
2 answers

Visual Studio Code not recognizing Unity3d keywords

I am teaching myself how to create games using the Unity3d engine and Visual Studio Code, so I am new at this current set up. I am looking for a free code editor that will work with Unity3d (with intellisense) and currently only have 2 options.…
1
2 3 4