On this pageIDamageSource.instanceIdpublic string instanceId { get; }CopyDescription#Gets the id associated with the damage dealerUsage#Exampleusing NullSave.GDTKusing UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(IDamageSource target) { string result = target.instanceId; } }Copy