Cross Track Point和Trail的进一步制作,修复Duplicate的Guid Bug
Ctrl+M切摄像机
This commit is contained in:
@@ -68,6 +68,9 @@ namespace Ichni.RhythmGame
|
||||
{
|
||||
if (element is GameElement_BM gameElement)
|
||||
{
|
||||
#if UNITY_EDITOR
|
||||
Debug.Log("Adding element to identifier: " + gameElement.elementName + " " + gameElement.elementGuid);
|
||||
#endif
|
||||
GameElement_BM.identifier.Add(gameElement.elementGuid, gameElement);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user