C# 調試(上) 預處理指令

1)禁止編譯代碼的某一部分 #define Debug #define Release #undef Debug using UnityEngine; using System.Collections; public class MyDebug : MonoBehaviour {     void Start()     { #if Debug && Release == false      
相關文章
相關標籤/搜索