Localize.BundleName
public static string BundleName { get; set; }Description#
Name of the AssetBundle to load when retrieving localization data
Usage#
Example
using NullSave.GDTK;using UnityEngine;
public class Example : MonoBehaviour{
public void ExampleMethod() { string result = Localize.BundleName; }
}