摘要:
1、VirtualPathUtility.ToAbsolute这个方法的官方解释是Converts a virtual path to an application absolute path. 意思是应用程序虚拟路径转换为绝对路径但实际是取不到绝对路径的VirtualPathUtility.ToA... 阅读全文
摘要:
一些 IL 语言解释:跳转指令集合Public field Static Beq 如果两个值相等,则将控制转移到目标指令。Public field Static Beq_S 如果两个值相等,则将控制转移到目标指令(短格式)。Public field Static Bge 如果第一个值大于或等于第二个... 阅读全文
摘要:
平台定义The platform defines that Unity supports for your scripts are:名称描述UNITY_EDITORDefine for calling Unity Editor scripts from your game code.UNITY_STANDALONE_OSXPlatform define for compiling/executing code specifically for Mac OS (This includes Universal, PPC and Intel architectures).UNITY_DASHBOAR 阅读全文