private void OnValidate()
 {
     //Needed to show gizmos in inspector
     _spiderDebugScript = GetComponentInParent <SpiderDebug>();
 }
 private void Awake()
 {
     _spiderDebugScript = GetComponentInParent <SpiderDebug>();
     Init();
 }