摘要: Making a Popup and Closable Panel in Unity 5 script: public GameObject thePanel; public open() { thePannel.SetActive(true); } public open() { thePanne 阅读全文
posted @ 2016-04-17 16:34 wiessharling 阅读(638) 评论(0) 推荐(0) 编辑
摘要: 断点调试功能可谓是程序员必备的功能了。Unity3D支持编写js和c#脚本,但很多人可能不知道,其实Unity3D也能对程序进行断点调试的。不过这个断点调试功能只限于使用Unity3D自带的MonoDevelop编辑器。而用Visual Studio是不行的。听说有个叫做UnityVS的东西可以使用 阅读全文
posted @ 2016-04-17 15:25 wiessharling 阅读(472) 评论(0) 推荐(0) 编辑