using System.Collections; using System.Collections.Generic; using UnityEngine; public class IgnorCast : MonoBehaviour { // Start is called before the first frame update void Start() { //Physics.IgnoreCollision(lineRendererCollider, col, true); } // Update is called once per frame void Update() { } }