Results for unity-game-engine
i have a Xr origin in the scene and the user can put on a helmet and take it off ( there is a trigger on the xr origin), the parenting works great how...
I am using .NET 4.8. and I registered Microsoft.Logger with unity injection: var factory = new LoggerFactory(); factory.AddLog4Net("log4net.config"); ...
//Json-------------------------- [ { "name": "Generic Ability", "icon": "Assets/Database/Images/default.png" }, { "name": "Another A...
This is the most important part of the script: void Update() { transform.Translate(Vector2.right * speed * Time.deltaTime); } This is ...
I'm making a small game for me and my friends. I am using Netcode to make the multiplayer part, but i don't understand why my players always aim at th...
I am trying to understand some concepts in Unity. I am spawning objects on the Host using : GameObject player = Instantiate(playerPrefab, vector3, Qua...
I'm having an issue, I don't quite understand their C# API about Spatial filter. Link to C# API This is what I managed to think of and found in forums...
Im trying to write a snow shader with displacement and secondary camera to render depth to RenderTexture. But it clears every frame and snow tracks ar...
Can some help my why does this code not executing I get the 2 debug messages from the CallRollDice function but nothing from the RollDice function. pu...
I am using an Android device with two front facing cameras and I need to use the Ultra Wide one (that is not the default one use by Agora) for the vid...
After successfully logging into the account, I am trying to get an authorization token for the backend. But it is constantly empty. Is there some code...
UNITY VERSION 2022.3.11f1 3D URP project I am working on a simple player controller script and I am experiencing difficulty determining why the veloci...
I am trying to create a metastore via the Terraform Azure databricks_metastore resource but I keep getting the error: Error: cannot create metastore: ...
I'm in the progress of enabling Databricks Unity Catalog and encountered a problem with the databricks_metastore_data_access Terraform resource: resou...
Drag and drop items from 1 panel to another one by one. Every item I move from panel1 to panel2 should always appear on top of previous item in panel2...
Why did I encounter the need to manually install the Nav Mesh Agent using a Git URL in Unity while working on my horror game project? Initially, I cou...
Im developing a game for AirConsole in Unity and i am having issues with testing it on my phone. Everything works as expected when running the game wi...
I have unity version 2022.3.12f1 I've added Facebook SDK into project and it started throwing errors when building. When i'm resolving Android depende...
I'm migrating the current hive metastore tables in my Azure Databricks workspace to Unity Catalog (UC), and I encountered and issue related to git clo...
I am trying to use an OBJ file from Azure storage in my unity scene, which I will run as an website application. I have azurite running and a contain...
I'm attempting to be able to use multiple db connections in different repositories and am following this answer. I am on .NET Framework 4.8 so things ...
I've been trying to implement a softbody simulation into Unity based on XPBD (Extended Position Based Dynamics).The tutorial that I have been followin...
I'm making a game and I need to change a UI element timely like this: t.text = "Hello!"; wait_function(3); t.text = "I will be your guide."; wait_func...
I am creating a scoring system and I want to change the font size and color. I can only do one because I keep getting the error: No overload for meth...
I spent hours trying to solve this problem: when I run the game, the character is moving correctly to the right and left, but when pulling the gun hap...
How do I undo the most recent local commits in Git?
How can I remove a specific item from an array in JavaScript?
How do I delete a Git branch locally and remotely?
How can I find all files containing a specific text (string) on Linux?
How to find all files containing specific text (string) on Linux?
How do I revert a Git repository to a previous commit?
How do I create an HTML button that acts like a link?
How do I check out a remote Git branch?