大调整

This commit is contained in:
Bob.Song
2025-12-23 18:03:53 +08:00
parent 649e869038
commit 652aa00644
10072 changed files with 70310 additions and 197003 deletions

View File

@@ -1,6 +1,7 @@
using System;
using System.Collections.Generic;
using System.Linq;
using NBC.Asset;
using Newtonsoft.Json.Linq;
using UnityEngine;
@@ -188,7 +189,7 @@ namespace NBC
private void LoadLanguageConfig()
{
_languageConfigs.Clear();
var textAsset = Resources.Load<TextAsset>("config/language");
var textAsset = Assets.Load<TextAsset>("Config/language");
if (textAsset)
{
var jToken = JObject.Parse(textAsset.text);

View File

@@ -3,7 +3,8 @@
"rootNamespace": "",
"references": [
"GUID:8c8f9d96103e94a7da84b012fd7e9f13",
"GUID:6055be8ebefd69e48b49212b09b47b2f"
"GUID:6055be8ebefd69e48b49212b09b47b2f",
"GUID:3f4a88279c0696a488a2e08f8bccf903"
],
"includePlatforms": [],
"excludePlatforms": [],