using UnityEngine;
using System.Collections;
namespace Gaia.GXC.PolyPixel
{
///
/// Description for village exteriors kit
///
public class CountrySidePack : MonoBehaviour
{
///
/// Publisher name
///
/// Publisher name
public static string GetPublisherName()
{
return "PolyPixel";
}
///
/// Package name
///
/// Package name
public static string GetPackageName()
{
return "CountrySide Pack";
}
///
/// Package image
///
/// Package image
public static string GetPackageImage()
{
return "CountrySidePack";
}
///
/// Package description
///
/// Package description
public static string GetPackageDescription()
{
return @"CountrySide V2.1 is a starter kit to create your own beautiful & lush nature environment.
Assets include: prebuilt cabins, trees (chestnut, maple, beech, etc.), ground plants (flowers, weeds, grass), boulders, terrain textures, and modular fences.
All trees feature a highfidelity and lower poly version to cater towards your platform.";
}
///
/// Package URL
///
/// Package URL
public static string GetPackageURL()
{
return "https://www.assetstore.unity3d.com/en/#!/content/34483";
}
}
}