unity-game-engine Questions
3
I'm currently working on an Android application on Unity. I'm almost at the end of the development but I started having a problem with the build of the app. The problem is that despite the app is i...
Patten asked 14/5, 2019 at 8:35
5
I am trying to create a class with the name "SlotContent" but the file content is not highlighting shown in the picture
For every other file the syntax highlighting works totaly fine.
I T...
Larose asked 1/9, 2022 at 17:13
23
I fix it before by uninstalling unity hub and editor and installing again, it last for 2 days and the problem starts to show again. Did anyone here know a permanent solution? I need to fix it by no...
Federative asked 3/5, 2022 at 5:18
4
Solved
How do you take a screenshot of the game view without external sources like Snipping Tool or Lightshot, like to take a screenshot with the resolution i configured in my Game View window.
Like i wan...
Hylotheism asked 11/2, 2022 at 15:0
6
Solved
So I have had visual studio 2019 and I used it with unity. I needed to delite it and reinstall it becouse of somthing and when I reinstalld it I installed new 2022 version. Ever since auto complete...
Higinbotham asked 1/5, 2022 at 15:19
1
I've been working on interactive rebinding in the input system of unity. But for some reason the old keybinds remain active. the default is wasd but if I rebind it in the menu to arrows arrows and ...
Multiple asked 19/9, 2022 at 9:23
7
Solved
When I`m adding new elements on vertical layout group and when there is no more place to them vertical layout group starting to expand downstairs. How to make them adding from the top of each other...
Eyla asked 3/4, 2017 at 14:56
9
I want VS Code to put curly braces on a new line in C# and C++
How it works now
How it should look
Tried C# FixFormat extension, but it works only after I push CTRL+K+F
but I want VS Code to m...
Dittany asked 8/7, 2019 at 11:35
2
Solved
Build a simple project of unity "hello world", Unity says me:
Selected Visual studio is missing required components and may be not be able to build generate project
¿Any idea why get this mess...
Isomerous asked 11/2, 2020 at 16:26
3
Solved
We have uploaded unity application to hostinger.
When we launch index.html from app - getting error:
Unable to parse Build/build.framework.js.br! This can happen if build compression was enabled b...
Cychosz asked 31/5, 2022 at 19:15
3
Solved
I'd like to define an array of floats in my shader, something like this:
Properties
{
_TilesX ("Tiles X", Int) = 10
_TilesY ("Tiles Y", Int) = 10
_TileData1 ("Tile data", Float[]) = {} // THIS...
Skvorak asked 14/7, 2017 at 8:51
4
Solved
How can i add text outline in unity over a text UI object?
I want to do it in the designer/editor view. i cant see to find any useful topic and i also cant see how to add it from the designer view...
Touchmenot asked 30/6, 2016 at 14:28
12
Solved
I am doing a small course for beginners about Unity 3D here.
After importing all the assets from the unity asset store, as explained in the course, I get an error that probably shouldn't be genera...
Therapeutics asked 17/7, 2019 at 8:42
3
When trying to build my Unity 2D project, I keep encountering this error:
"No Adaptive Performance provider package installed. Adaptive Performance requires a provider to get information duri...
Tempt asked 21/5, 2022 at 2:55
3
Solved
I have a unity webgl project and I pushed the webgl build to my git branch as shown below.
I deployed this branch to my github page as shown below.
The build is working on my local with the help ...
Bureaucrat asked 3/11, 2022 at 22:4
12
I downloaded Xcode 15 and installed the iOS 17 updates.
When I try to build my Unity game on Xcode now, I get this error:
Command PhaseScriptExecution failed with a nonzero exit code
Any idea how...
Mellifluous asked 20/9, 2023 at 11:13
4
Solved
I want to use c++ code in c# for Unity using CLR.
The program works properly outside of unity, but inside of engine it gives me an error:
"cs0227: unsafe code requires the 'unsafe' command li...
Calc asked 24/8, 2016 at 19:59
10
I have a Unity project which I build for Android and iOS platforms. I want to check for internet connectivity on Desktop, Android, and iOS devices. I've read about three different solutions:
Ping...
Anthemion asked 7/12, 2015 at 16:42
3
I am developing an iOS application using Unity right now and I am trying to set the associated domain without manually setting it on xcode. I believe I can achieve this with PostProcessBuild but I ...
Cavort asked 11/11, 2017 at 3:9
14
Sometimes when I start my game, I get pointless warnings. I do not know where they come from and I do not have any objects that address a script that does not exist. How can I remove or fix these m...
Karlenekarlens asked 3/3, 2019 at 14:40
2
Solved
In Unity, I save my game using JSON files. When I open the file in Visual Studio, it shows the whole content with all its variables in one single line. Here is a small part of my JSON file:
// JSO...
Moraine asked 13/4, 2020 at 15:36
5
I have a door I created with some colors shader and more.
When I dragged the door some time ago and it asked me what to do I selected variant. But now I decided to select to create original prefab ...
Fae asked 9/10, 2019 at 8:7
7
When I try to build any type of game using Unity, it is giving me this error:
Invalid build path: c:/users/dell/desktop/projects/unity projects/fox the game
UnityEditor.BuildPlayerWindow:BuildP...
Schizogenesis asked 11/5, 2019 at 21:18
13
Solved
I'm using Unity 3D's new UI system to build a pause menu for my game. Currently I'm trying to have my buttons respond to mouse clicks. Some of my hierarchy is as follows:
When I click on one of ...
Valencia asked 25/7, 2016 at 3:47
4
I have started publishing my app to the Android play store and need to upload a symbols.zip file to de-obfuscate my crash reports. When I build my app in Unity 2020.1.0f1 ( had the same problem in ...
Chlamys asked 23/8, 2020 at 7:57
1 Next >
© 2022 - 2024 — McMap. All rights reserved.