Chris Kurhan

Results 4 comments of Chris Kurhan

Enemies of all kinds may have some things that happen to them that may temporarily or permanently disable their ability to perform some action. If in a fight an enemy...

Hi! Have you followed the setup instructions to ensure you have the Unity Particle Pack installed and have a Particle System at the tip of your gun model? That error...

Since this has not received any updates I will close this. Please reopen a new issue if the above did not help you resolve the issue.

What happens if you flip ``` instance.gameObject.SetActive(true); instance.transform.position = startPoint; ``` to ``` instance.transform.position = startPoint; instance.gameObject.SetActive(true); ``` I do remember facing this issue at one point. If you clear...