ronkrt

Untitled

Apr 28th, 2012
191
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.21 KB | None | 0 0
  1. GameObject[] go = GameObject.FindGameObjectWithTag("Enemy");
  2.  
  3. Assets/Scripts/PlayerScripts/PlayerTargeting.cs(20,30): error CS0029: Cannot implicitly convert type `UnityEngine.GameObject' to `UnityEngine.GameObject[]'
Advertisement
Add Comment
Please, Sign In to add comment