using UnityEngine; using System.Collections; public class HaloObj : MonoBehaviour { public void SetColor(Color color) { Renderer[] renderArr = GetComponentsInChildren(); for(int i=0; i