Unity Discussions
The name `target' does not exist in the current context
Questions & Answers
legacy-topics
VMatrixx
March 16, 2017, 8:33pm
1
90064-screen-shot-2017-03-16-at-115737-pm.png
1218×488 119 KB
Deathdefy
March 17, 2017, 4:17pm
2
You have a
public Transform targets;
I would suggest changing that to
public Transform target;