-
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.
I have a script trying to get access to another script to call a function. It is using OnTriggerEnter and any time I hit the object it won't find...
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...