https://www.cnblogs.com/CodeGize/p/7859656.html Unity生成的VS工程一般是无法打开属性面板的.但是事实上,如果使用VS for unity,通过配置是可以打开这个属性面板的.这里使用Unity版本为2017.2.0f3,使用的是VS for Unity 3.4.0.2版本,IDE为VS2017版本. 打开VS2017,选择菜单“工具->选项”,打开选项面板.在选项面板中选择适用于Unity的工具(如果没有这个,请用VS2017 installe
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Windows.Forms; namespace Test02 { public partial class Form1 : Form { public Form1() { InitializeCom