Boxcollider2d.size = new Vector2(Distance, lineRenderer.startWidth);
//像这样的代码执行之后是否会一直占用内存空间,每执行一次增加一回?
同学你好,不会的,如果没有引用指向new出来的新对象,它会被自动回收。这里给同学两篇文章,同学可以参考一下:
https://blog.csdn.net/qq_37627370/article/details/83018379
https://www.cnblogs.com/wwj1992/p/8387360.html