python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Compiler errors when downloading from Bitbucket
For some reason whenever pull code to my work PC via SourceTree and open the project up in unity I am getting errors like this:
Assets\Scripts\InteractiveMapItem.cs(7,14): error CS0246: The type or n...
Jamie C.
Votes: 0
Answers: 0
Score updating automatically without any prior collisions
I am a newbie to C# and am currently trying to create a scoring system for Ruby's Tutorial. So I am trying to have the score update each time Ruby fixes a robot but currently the score is updating eve...
Octovilys
Votes: 0
Answers: 1
How to cleanly remove InputAction callbacks?
I have a class which is responsible for setting up and tearing down callbacks to InputAction events (from Unity's Input System package). The relevant code looks like this:
private void SetupCallbacks(...
Alden Bernitt
Votes: 0
Answers: 1
C# Unity EditorTool Frame-Rate Issues
I'm writing a tool which gives the user quick access to all their prefabs, and easy ways to place them in the scene. I've used it for hours without many problems. A performance bug crept in overnight ...
Alex
Votes: 0
Answers: 0