On this pageUniversalPlugin.titlepublic string title { get; }CopyDescription#Title of the pluginUsage#Exampleusing NullSave.GDTK;using UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod(UniversalPlugin target) { string result = target.title; } }Copy