VisualStudio安装 error C4996: ‘scanf’: This function or variable may be unsafe. Consider using scanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
#include <stdio.h>int main() {printf("hello"…
CS.UnityEngine静态方法访问unity虚拟机 创建游戏物体
CS.UnityEngine.GameObject(new by lua);静态属性
CS.UnityEngine.GameObject(new by lua); -- 创建
local camera CS.UnityEngine.GameObject.Find(Main Camera); --查找
camera.name Renamed by Lua;访问组件
loca…