摘要:
C++与Unity C#交互 C++转C#小工具:https://github.com/jaredpar/pinvoke-interop-assistant C++ Custom.h #pragma once #include <functional> class __declspec(dllexp 阅读全文
摘要:
Puremvc框架unitypuremvcPureMVC健壮、易扩展、易维护Many so-called Model-View-Controller frameworks today seem to include everything but the kitchen sink. We decided that basic separation of responsibilities accor... 阅读全文
摘要:
【UnityTips】如何自定义脚本模版😎 通常我们创建新脚本时大家看到的是这个样子: using System.Collections; using System.Collections.Generic; using UnityEngine; public class ClassName : M 阅读全文