Merge branch 'main' of http://server.bitfall.icu:3000/root/BITKit
This commit is contained in:
commit
21b4f9091a
|
@ -19,6 +19,11 @@ namespace BITKit.WorldNode
|
||||||
}
|
}
|
||||||
private void Start()
|
private void Start()
|
||||||
{
|
{
|
||||||
|
if (worldNode is null)
|
||||||
|
{
|
||||||
|
Debug.LogWarning("WorldNode is null");
|
||||||
|
return;
|
||||||
|
}
|
||||||
Id = gameObject.GetInstanceID();
|
Id = gameObject.GetInstanceID();
|
||||||
worldNode.Id = Id;
|
worldNode.Id = Id;
|
||||||
worldNode.WorldObject = gameObject;
|
worldNode.WorldObject = gameObject;
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1,10 @@
|
||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 8d9d0b34f642249e7864f244087a1ed1
|
||||||
|
ScriptedImporter:
|
||||||
|
internalIDToNameTable: []
|
||||||
|
externalObjects: {}
|
||||||
|
serializedVersion: 2
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
|
script: {fileID: 11500000, guid: 625f186215c104763be7675aa2d941aa, type: 3}
|
Loading…
Reference in New Issue