chuxiaaaa

Results 16 comments of chuxiaaaa

好友的话具体不清楚怎么添加,但是群资格目前需要申请,昨天已经截止。 `{ "author": { "id": "C097389ED3B019F251C1F3F241F0A217", "member_openid": "C097389ED3B019F251C1F3F241F0A217" }, "content": " 123", "group_id": "DEB8E66F961D0A92F9D720705258AEF7", "group_openid": "DEB8E66F961D0A92F9D720705258AEF7", "id": "ROBOT1.0_P.N.wj8DEr0exlHkoM4TTNzt3b9IAVvkhRaoiL2AeXiqI6o8TtHTZjE2-R2E.RmCunES0n.7u0HtihQXiTG9mw!!", "timestamp": "2023-11-15T16:57:17+08:00" }` 这是目前群消息事件给出的内容。 type为GROUP_AT_MESSAGE_CREATE

I believe this is an important reason for the bug: the game never uses the m_CachedParent field from start to finish. The assignment and usage of m_CachedParent are entirely handled...

@NoelStephensUnity Sorry, I haven't found a way to check the NGO version, but I only know it's Unity 2022.3.62f2. I'll upload the `Unity.Netcode.Runtime.dll`file to see if it helps you. By...

@NoelStephensUnity I think it's version 1.12.0 because the modding community for this game all uses this version of Netcode for GameObjects to create mods.

@NoelStephensUnity I understand, but the game developers may not necessarily address this issue. I have also created a mod to fix this problem ([mod](https://github.com/chuxiaaaa/Chuxia-Fixes/blob/1c02ec0b46bac527690aa84e62c8512983e292d1/src/Chuxia%20Fixes/Patches/General_Patches.cs#L86)). I just found this issue quite...

I think the solution to this problem should be configuring Ref and Types? I'll look into how to set these up.

I’m still quite confused about the settings related to Ref and Types, since the wiki doesn’t provide any explanation about them. The configuration details for these two only appear in...

Thank you very much for your help!

Sorry to bother you again. If I change the line inside the `GenerateAddress` method from ```csharp var address = key.PubKey.GetAddress(ScriptPubKeyType.Legacy, Network.Main); ``` to ```csharp var address = key.PubKey.GetAddress(ScriptPubKeyType.TaprootBIP86, Network.Main); ```...

I tried to change all the Ref dlls to versions compatible with netstandard2.1 or .NET 6.0, but I couldn't find versions of **System.Memory** and **System.Buffers** that are available for .NET...