On this pageLocalize.Filenamepublic static string Filename { get; set; }CopyDescription#Relative path to resource fileUsage#Exampleusing NullSave.GDTK;using UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod() { string result = Localize.Filename; } }Copy