Fa鸽

Results 47 comments of Fa鸽

> Hey @Akarinnnnn can you email me about this? I want to make sure the invite is going to my correct Microsoft account email. You can see your email on...

The callback dispatching system wan changed on 2020/10/3, a new manual dispatch system replaced old C++ vtable based callbacks, your issue may related to it.

Examples for new handler ```csharp // For Callresult void OnCallresult(ref TypeName param, bool iofail) { // do your operations } // For Callback void OnCallback(ref TypeName param) { // do...

> I don't think we can do 1. as enabling unsafe on Unity is a pain. 2. & 3. seem good but we should probably wait until other breaking changes...

The new dispatcher was moved to a new file now.

**Implementation Guide** Maybe you can just use a byte_swap(void* begin, void* end) to convert the input to native endian representation. **Goals** According to Implementation Guide mentioned, **Add** a **Native Endian**(LE...

原来4.6.4.10跟这个有关