-
::referring to part 10 Game Manager & UI2
after removing the using UnityEngine.UIElements; AddListner() and RemoveAllListners aren’t working and is the choosingUpgrades and choosingUpgrade same variable we are using because I tried changing name but the problem still persisting. Or choosingUpgrade is another Boolean that I need to declare?
View post on imgur.com
::Skirk, choosingUpgrade
is the variable. There is no choosingUpgrades
variable.
For AddListener()
, you spelled it wrong. You are missing the e
.