我遵循了在Unity中编写输入操作脚本的教程 在完成了本教程告诉我的代码之后,我在输入系统的stuff CS0246 The type or namespace name 'InputActions'could not be found的声明中得到了这个错误 导致错误的代码是: using System.Collections;
using System.Collections.Generic;public cla
我有一个循环,它根据某些条件连续运行一个函数。现在,我只想在循环中每10分钟调用一次该函数。我使用的是Visual Studio 2005。我的代码是: { StartAction();//i want to call this function for every 10 minutes only我使用的</em