Posts by Marcos Philipe • 3 points
1 post
-
0
votes1
answer53
viewsQ: CS00103 The name 'flashspeed' does not exist in the Current context
This error message appears, what should I do? using UnityEngine; using UnityEngine.UI; // using System.Collections; public class PlayerHealth : MonoBehaviour { public int startingHealth = 100;…