-
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 1 of 15
Recent Content Tagged With csharp
Page 1 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.
Im trying to makea pong game. Whever the score reaches 7 for one of the players, the game is over and you can restart. I'm trying to though when...
Should you always add an else after an if statement. And should you add an else after you use an else if statement. And when should you use an...
I am trying to figure out how to create a game that has the ability to switch between characters. I want to make a semi rogue like, where you...
I am trying to detect the position of the mouse and create a ray. If it detects a gameobject that has the "Tile" tag and that same gameobject has...
Hello. I need a little help. Am I able to create an endless map generator using Sprite Shapes? I would like the map to hide/destroy behind me and...
Hello, I'm having this issue in which I have a prefab player (Red square in prefabs folder) and I want to reference a GameObject (LostMenu) in the...
using UnityEngine; using System.Runtime.InteropServices; using UnityEngine.UI; public class Link : MonoBehaviour { public void...
Recently, I need to use "StructuredMessageTemplateAttribute" from JetBrains.Annotations. But the default one from Unity does not contain it. I...
Hey! I have a plane mesh and I am trying to figure out how to extrude it. Can someone please help me? this is my mesh and I have tried to use...