This commit is contained in:
CortexCore 2024-12-08 21:02:39 +08:00
parent fba360f1b8
commit 960d33a60c
3 changed files with 2024 additions and 0 deletions

View File

@ -19,6 +19,11 @@ namespace BITKit.WorldNode
}
private void Start()
{
if (worldNode is null)
{
Debug.LogWarning("WorldNode is null");
return;
}
Id = gameObject.GetInstanceID();
worldNode.Id = Id;
worldNode.WorldObject = gameObject;

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,10 @@
fileFormatVersion: 2
guid: 8d9d0b34f642249e7864f244087a1ed1
ScriptedImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 2
userData:
assetBundleName:
assetBundleVariant:
script: {fileID: 11500000, guid: 625f186215c104763be7675aa2d941aa, type: 3}