aosoft / unity-native-plugin-rs

Unity Native Plugin API for Rust
Other
63 stars 6 forks source link

Upgrade Unity headers to 6000.0.5f1, add `IUnityMemoryManager.h`, `IUnityEventQueue.h` and `IUnityLog.h` to generated bindings #8

Closed ZhaoXiangXML closed 1 month ago

ZhaoXiangXML commented 1 month ago

I've re-generated bindings with headers from Unity 6 (6000.0.5), with three additional headers:


#include <IUnityMemoryManager.h>
#include <IUnityEventQueue.h>
#include <IUnityLog.h>