-
Unity 2020 LTS & Unity 2021.1 have been released.Dismiss Notice
csharp
Page 1 of 10
Recent Content Tagged With csharp
Page 1 of 10
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.
How can I change the Anti-Aliasing during runtime while using HDRP, inside a script. I wanted to make an in-game settings menu but can't get a...
Hey hi! Here I am doing a game rtS style I like the system of free asset! Item - Inventory System Especially for the resource harvesting system!...
I haven't been coding for a long time, only started about three months ago. Please bear with my limited experience and knowledge. I also don't...
I am trying to use rigidbody's AddReletive force to make the movement in my game less stale as it is with just using transforn.Translate, but when...
So I have a code that generates a list of buttons, one for each enemy on the field. Im trying to write an onclick function that searches the...
Hi all am trying to create an array in my script using this line private GameObject[,] InPlayBoard = new GameObject[8,8]; however this produces...
I am currently working on a game with a level editor for a college project which is isn't working an I've decided to use a different tutorial...
When the player first opens my game I want the the PlayerPrefKey "NightPref" to be set to 1, however it is being set to 0 instead. Related Code...
Not sure whats wrong but it keeps saying its the brackets. Help would be appreciated! (line 8) using UnityEngine; namespace Photon { public...
There is an error with my script when performing a double jump. When performing the second jump, it will register it does the first jump (again)...
I have a problem where I enable 'helper UI' for each trigger. The trigger enabling works and the UI is not seen on the floor where the elevator...
Hey guys, i've got a question about the maxValue on the UI slider component. I want to change the sliders max value to equal the length of an...