How can I reduce the gaps between objects?

前端 未结 0 1946
不知归路
不知归路 2020-12-03 07:24

At the top :

[Range(10, 100)]
public int gap = 10;
private int oldGapValue = 0;

And in Update :

private void Update()
    {
           


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题