python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Part of code is skipped and I need an alternative to if (holderB != null)
I'm trying to use a subroutine from one script into another in C# Unity however I've worked out that it skips a certain if statement regardless of what I try.
public int GetID(string title)
...
Zain
Votes: 0
Answers: 0
Retrieve data in nested for Firebase Realtime Database (Unity C#)
I wanted to retrieve data and link that I put in a nested inside Firebase but I receive an error:
System.Collections.Generic.Dictionary`2[System.String,System.Object][]
I hope there's anyone who can...
AARR Learner
Votes: 0
Answers: 0
How can i throw an object to a specific point with physics
I want exactly this :
The probability of going to the basket must be 100%.
Throw
I tried this :
Vector3 direction = new Vector3(pota.position.x - transform.position.x, pota.position.y - transform.posi...
absakalli
Votes: 0
Answers: 1
Visual Studio doesn't prompt me for a PIN when deploying to Hololens 2
I am trying to build a barebones Unity HL2 project to my HL2 device (followed this guide point by point). However, whenever I try to deploy through Visual Studio, the PIN box that usually appears to c...
thean
Votes: 0
Answers: 0