1. 程式人生 > 其它 >Unity Script在VS中的GUI無法引用

Unity Script在VS中的GUI無法引用

技術標籤:Unity學習unity

Unity Script在VS中的GUI無法引用

找到Unity專案中的 Assembly-CSharp.csproj 檔案開啟,按照其他格式新增 .dll 檔案,例如我缺IMGUIModule.dll,找到自己的檔案路徑新增即可

 <Reference Include="UnityEngine.IMGUIModule">
      <HintPath>F:/Program Files/Unity/Editor/Data/Managed/UnityEngine/UnityEngine.IMGUIModule.dll</HintPath>
 </Reference>