涉及两个结构体: struct st_NpkHeader { int _magic;// [_offset 0] int _count;// [_offset 4] size(count * 28) int _unknonw2; int _unknonw3; int _bUseTrunkCompressType; int _offset;…
npk:一个简洁的C语言编写的包管理系统 npk neat package system written in C 项目地址: https://gitcode.com/gh_mirrors/npk1/npk 项目基础介绍及编程语言
npk 是一个轻量级的文件包系统,采用ANSI C语言编写,并基于POSIX标准设计。这…
npk 项目常见问题解决方案 npk neat package system written in C 项目地址: https://gitcode.com/gh_mirrors/npk1/npk
项目基础介绍
npk 是一个简洁的包管理系统,使用 C 语言编写。它旨在提供一种高效的方式来打包和解包文件,支持文件压缩和加…
Playmaker 支持Odin绘制 https://hutonggames.fogbugz.com/default.asp?W1104
参考代码
using Assets.Scripts.PlayMaker.Action;
using HutongGames.PlayMaker;
using HutongGames.PlayMakerEditor;
using Sirenix.OdinInspector.Editor;[CustomActionEditor(typeof(DrawCo…