-
Unity 2020.2 has been released.Dismiss Notice
script errors
Page 1 of 10
Recent Content Tagged With script errors
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.
Hi I'm using a life system that really depends on collisions with the player and the different objects like for example if the player collides...
I'm trying to make a health system script in which when the player collides with objects assigned with tags such as enemies the player loses...
Hi everyone, I'm just starting to get into Unity, but I keep running into a problem every time I try to write a script. This happens when I...
I'm having some issues using the new `EditorCoroutines` (or any `yield` instructions, really) in Unity build scripts. Specifically, I have a...
Please I'm just starting out on Unity and am getting this error message - Assets\Scripts\PlayerMovement.cs(44,82): error CS1002: ; expected, I...
Toward An Advanced Collision Flags System For a state machine, it would be helpful to prep animations and actions to react intuitively/naturally...
So I was coding a resolution change setting but when i've done a loop for the UI on the screen many errors in the console appeared the line is :...
I am currently fixing the last part of an enemy AI so it won't try to shoot the player through walls. I have attempted to do this by having a...
What do I do to fix CS1513: } expected Code: using System.Collections; using System.Collections.Generic; using UnityEngine; public class...
using System.Collections; using System.Collections.Generic; using UnityEngine; public class Inventory : MonoBehaviour { public GameObject...