性能优化(缓存优化, ddt优化, 有效)
This commit is contained in:
@@ -275,7 +275,6 @@ namespace Demo
|
||||
{
|
||||
EnableScriptableObjectCounter++;
|
||||
AllScriptableObjectCounterHierarchyItem.GetHierarchyItem().text = $"SOC: {ApplyScriptableObjectCounter}/{EnableScriptableObjectCounter}";
|
||||
Debug.Log(nameof(EnableScript), this);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -488,7 +487,6 @@ namespace Demo
|
||||
{
|
||||
ApplyScriptableObjectCounter++;
|
||||
AllScriptableObjectCounterHierarchyItem.GetHierarchyItem().text = $"SOC: {ApplyScriptableObjectCounter}/{EnableScriptableObjectCounter}";
|
||||
Debug.Log(nameof(ApplyScript), this);
|
||||
}
|
||||
// 统计更新能力
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user