On this pageLocalize.BundleURLpublic static string BundleURL { get; set; }CopyDescription#URL used to download bundle updatesUsage#Exampleusing NullSave.GDTK;using UnityEngine; public class Example : MonoBehaviour{ public void ExampleMethod() { string result = Localize.BundleURL; } }Copy