On this pageGDTKSpawnInfo.LoadGameObjectDeclaration#public void LoadGameObject()CopyDescription#Loads GameObject from dataUsage#Exampleusing NullSave.GDTK;using UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(GDTKSpawnInfo target) { target.LoadGameObject(); } }Copy