Creating Your Own Voxel Model
public class Mod : MonoBehaviour
{
public static string EggVoxModel = "THIS IS WHERE YOU INSERT THE BASE64 STRING, KEEP THE QUOTATION MARKS";
// ... your code and stuff ...
}Last updated
Was this helpful?
public class Mod : MonoBehaviour
{
public static string EggVoxModel = "THIS IS WHERE YOU INSERT THE BASE64 STRING, KEEP THE QUOTATION MARKS";
// ... your code and stuff ...
}Last updated
Was this helpful?
Was this helpful?