增加自定义不是房间的消息发送
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
using System.Net;
|
||||
using RenderStreaming;
|
||||
using Stary.Evo;
|
||||
using Stary.Evo.UIFarme;
|
||||
@@ -8,6 +9,11 @@ public class Main : MonoBehaviour, IController
|
||||
{
|
||||
private void Start()
|
||||
{
|
||||
ServicePointManager.ServerCertificateValidationCallback =
|
||||
(sender, certificate, chain, sslPolicyErrors) =>
|
||||
{
|
||||
return true; // 信任所有证书,仅开发环境使用
|
||||
};
|
||||
this.GetSystem<IPanelSystem>().PushQueue<StartPanel>();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user