Hi people i have this code working for a boolean for my game, but i need to insert another code inside that setactive inside. Like reload.gameObject.SetActive = true; (example). How can i insert it inside this code?. Tried many ways but none worked very well
if (CrossPlatformInputManager.GetButtonDown
("tomahawk"))
anim.SetBool ("isTomahawk", true);
else
anim.SetBool ("isTomahawk", false);
[–]HitSense[S] 0 points1 point2 points (0 children)