We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Welcome to the HiFramework_unity wiki!
基于组件的项目管理框架,组件使用如下:
var io = Center.Get<IOComponent>(); var file = io.ReadFile("path");
从此地址下载unitypackage:
ps.允许工程使用unsafe代码(项目中有对指针进行操作的逻辑).