Merge remote-tracking branch 'origin/develop' into feature/convert-task-templ

This commit is contained in:
Le Duc Anh
2025-10-08 13:42:54 +07:00
3 changed files with 4 additions and 0 deletions
Binary file not shown.
@@ -7,6 +7,7 @@ using ModelRenderer.Scripts.Common;
using System;
using System.Collections;
using System.Collections.Generic;
using System.IO;
using System.Text;
using System.Threading.Tasks;
using UnityEngine;
@@ -97,6 +98,8 @@ namespace BrewMonster.Network
BaseSecurity.Initizalize();
ProtocolFactory.RegisterAllProtocols();
_gameSession = new GameSession();
var path = Application.dataPath.Substring(0, Application.dataPath.LastIndexOf("Assets"));
_gameSession.SetLogPath(Path.Combine(path, "Logs", "GameSession.log"));
_isInitialized = true;
DontDestroyOnLoad(gameObject);
+1
View File
@@ -1,6 +1,7 @@
{
"dependencies": {
"com.boxqkrtm.ide.cursor": "https://github.com/boxqkrtm/com.unity.ide.cursor.git",
"com.github-glitchenzo.nugetforunity": "https://github.com/GlitchEnzo/NuGetForUnity.git?path=/src/NuGetForUnity",
"com.unity.ai.navigation": "2.0.9",
"com.unity.cinemachine": "3.1.4",
"com.unity.collab-proxy": "2.9.3",