标签: unity3d counter
我正在制作的游戏需要一个暂停按钮,该按钮不仅会暂停游戏,还会运行分数计数器的counter++。
counter++
time.timescale = 0;不起作用,因为它不适用于GUI对象。
time.timescale = 0;