So I'm new to Unity and I'm watching a few tutorials to learn the basics. Something that got my attention is that in the videos they have an autocomplete and wh
I have this "Game" class that gets instantiated at Start and sets up the field for Minesweeper and in this process I count the adjacent Mines for each field. us
I have created a dummy scene using dcl init & dcl start and imported a few models from one of their github repositories. I created a small script which crea
I am using fastlane to build my unity iphone application. It worked perfectly until all of a sudden i started getting the following error/warning during build:
I'm using some simple buttons in canvas in a 2D game, there is no light or i don't do anything via code for brightness of button. Buttons are shows normally in
I'm using a shader to render movement along a line. How to make a line have more spacing between sprites Shader Line Screenshot
I am working with Perlin Noise and coordinates and want to know how to handle negative coordinates in order to make it not symmetric. Example image of my Perli
I'm trying to build my android app for a while and can't seem to find any solution for this problem: Image Unity Version: Unity 2020.3.21f1 (64-bit) JDK, SDK, N
I'm trying to add a game to Chrome Web Store as an extension, but I'm having some problems with it. The game is made in Unity3D. The Error: Refused to load the
I am trying to create a score in unity where if you collect coins (in my case shells) the score goes up by 1 each time, however, the score increases by 1 and th
Im making a star wars game for fun, im using cinemachine to have a target group camera to get the camera between the 2 players and sized appropiatly. The player
I bought oculus quest 2 recently and using unity, i am trying to make games with it, but when i downloaded Oculus Integration, and walked through Getting starte
Sorry if I bother again with a silly delegates-related question... I'll try to be as precise as possible. I have this situation: Object A + Script A, Object B,D
When i press "Play" button in Unity2D i can see "grid" that should be invisible in game. I use build in tiledmap option in Unity 2D. This "grid" looks like spac
All I can find online is "How to check if a coroutine is running", which is not what I want. Say if I have a coroutine with yield return new W
The Unity Navmeshagent is not working !on terrain!. I'm very kinda new to unity and need help with the navmesh agent. It's baking fine just that the entity or s
I have en existing app (e.g com.company.app1)made in Unity, that occasionally pulls content from firebase in the live environment (after being built). Now I am
I am using Unity's navmesh system to make an RTS game with tanks. When the tanks get close to each other, the avoidance system kicks in and they try to get out
error CS0246: The type or namespace name 'PlayGamesClientConfiguration' could not be found (are you missing a using directive or an assembly reference?) how to
I'm working on a project that requires me to connect to an outside server from my oculus app, I want to do this via pushing a button. I have pretty limited C# k