LingYun

Results 2 comments of LingYun

发现8,1 Rider编译正常,启动单独进程服务器时,服务器闪退,通过运行ET/bin/tool.exe发现缺少.NET8环境,安装.NET8环境后正常

@freemason79 Thanks, here's a test I did on WindowsRuntime zlogger: ![Image](https://github.com/user-attachments/assets/6c6a621b-7c63-4957-a6f4-d205e913581b) Debug.UnityLogger.Log: ![Image](https://github.com/user-attachments/assets/15728889-544e-4627-b060-55544575db2f) then this is my code ``` public class Launcher : MonoBehaviour { private ILogger SampleLogger; private Utf8ValueStringBuilder...