1
This commit is contained in:
@@ -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;
|
||||||
|
2009
Src/Unity/Shader/WorldSpaceTexture.shadergraph
Normal file
2009
Src/Unity/Shader/WorldSpaceTexture.shadergraph
Normal file
File diff suppressed because it is too large
Load Diff
10
Src/Unity/Shader/WorldSpaceTexture.shadergraph.meta
Normal file
10
Src/Unity/Shader/WorldSpaceTexture.shadergraph.meta
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 8d9d0b34f642249e7864f244087a1ed1
|
||||||
|
ScriptedImporter:
|
||||||
|
internalIDToNameTable: []
|
||||||
|
externalObjects: {}
|
||||||
|
serializedVersion: 2
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
||||||
|
script: {fileID: 11500000, guid: 625f186215c104763be7675aa2d941aa, type: 3}
|
Reference in New Issue
Block a user