-
Unity 2020 LTS & Unity 2021.1 have been released.Dismiss Notice
unityscript
Page 1 of 10
Recent Content Tagged With unityscript
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.
It says there is an error in: Assets / Scripts / GamePlay.cs (123,17): error CS8025: Parsing error ¿How I can fix it? using UnityEngine; using...
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!...
honestly all I need to know is what I am doing wrong, because I got like 3 different errors that did not make a lot of sense to me so I need some...
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...
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...
I have been trying a couple of different ways to get a canvas fader to work and just seem to be having an issue with this concept. Right now I...
Hello. I am totally new to Unity, and have searched for simple tutorials for making games. I found this one to make a tsum tsum game, but it...
using UnityEngine; using UnityEngine.UI; public class ScoreManager : MonoBehaviour { ///<summary> The transform ofour player, for determining...
Hey guys, can someone help me with my code? public void Damage(float damageAmount) { currentHealth -= damageAmount *...
using UnityEngine; using UnityEngine.UI; public class ScoreManager : MonoBehaviour { ///<summary> The transform ofour player, for...
Hello, I'm pretty new to Unity so I watched up videos where people developed a playerController to move the Player around (2D Platformer Walk...