-
Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.
csharp
Page 2 of 15
Recent Content Tagged With csharp
Page 2 of 15
A Unity ID allows you to buy and/or subscribe to Unity products and services, shop in the Asset Store and participate in the Unity community.
Hey, atm i am trying to create a units inventory menu. And now i wanna implement a feature when you drag and drop a unit from one inventory to...
Hi How can beta testers send bugs to me or how can ı acces it. I want to see like on the unity editor
So, I have this weird bug that I cannot solve, somewhere in the code I missed ";" and I cannot found where Assets\scripts\Movement.cs(29,53):...
public class SaveScore : MonoBehaviour { public string saveName = "SavedScore"; public HighScore highScore;...
Okay so I'm looking for a way to capture the name of the currently logged in user the only solutions I've found so far are string userName =...
Edit: Issue resolved, the sphere component in shipGroup was not zeroed First, a disclaimer, I am pretty new to all of this and I apologise if my...
errors: Assets\pipespwanscript.cs(25,10): error CS8641: ‘else’ cannot start a statement Assets\pipespwanscript.cs(25,10): error CS1003: Syntax...
Hey, I'm having some trouble with my code where the animation would play faster when there are lower fps. Does anybody know how to fix this?...
Hello. I would like to add OnClick() listener to my Button component in my GameObject. As you can see from image, I am trying to add method which...
I am a teenager in high school and I am currently working on a Isometric 2D shooter game as a simple side project to get to know the Unity...