(client) feat:实现根据定义结构生成人物渲染层级

This commit is contained in:
m0_75251201
2025-07-14 08:57:23 +08:00
parent a37235b596
commit f2b442ae5f
4 changed files with 113 additions and 2 deletions

View File

@ -7,7 +7,7 @@ namespace Test
public class TestDefine : MonoBehaviour
{
// Start is called once before the first execution of Update after the MonoBehaviour is created
void Start()
void Awake()
{
Managers.DefineManager.Instance.Init();
Debug.Log(Managers.DefineManager.Instance);