-
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 3 of 15
Recent Content Tagged With csharp
Page 3 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 folks, Everyone who's spent some time in Unity knows that you can't do this: transform.position.y += 15; To get around this, I have been using...
Hello, I've just downloaded Unity and I have a very annoying problem : I can't write C# scripts. I have followed a tutorial and I've downloaded...
Hi folks, I have had a debate in my head about a particular system I have created for the company I work at. We are working on a small-scale...
Any tutorials or resources. I am using an xml save system.
I am trying implement a gliding feature in my game and I can figure out how it get it to work only after the apex of the jump. I have a variable...
I have a dodge system in my 1st person game where pressing a key will dodge to the left and tilt the camera, however for some reason during the...
So I'm making a random tree spawner however, the trees are spawning outside of the terrain bounds. Any ideas as to what I need to change to fix...
i have a script that i use in 2d to rotate something to face the player, and i adapted it to 3d, but in 2d whenever i wanted to change how it was...
Is it possible to make a Game Launcher/Patcher using WPF or .NET MAUI? If so, please link me to resources that I need to learn in order to achieve...
I'm trying to pass an image that will be my game over screen over the gameObject consists of an image with a button and a text inside using...
Is it possible to modify VFX Graph's parameters in game builds using player inputs such as sliders? And will the VFX actually change real-time?
I'm trying to figure out how i can implement enemies that choose between 3 lines randomly and move toward to destination. Of course i don't want...