using UnityEngine; using System.Collections; namespace Gaia.GXC.SpeedTree { /// /// Description for village exteriors kit /// public class DesktopTreesPackage : MonoBehaviour { /// /// Publisher name /// /// Publisher name public static string GetPublisherName() { return "SpeedTree"; } /// /// Package name /// /// Package name public static string GetPackageName() { return "Desktop Trees Package"; } /// /// Package image /// /// Package image public static string GetPackageImage() { return "DesktopTreesPackage1"; } /// /// Package description /// /// Package description public static string GetPackageDescription() { return @"These SpeedTree models feature seamless LOD transitions and scalable wind effects that work in Unity out of the box. Package includes: • An assortment of summer, autumn, winter, juvenile, and bare versions in desktop resolution. • 190 high-res diffuse/normal/specular maps. • 24 leaf map maker SPM files (details). Create limitless variations of each model or design something completely new with a $19 USD/month subscription to the SpeedTree Modeler. What makes SpeedTree models more than just a mesh? Click the link below. "; } /// /// Package URL /// /// Package URL public static string GetPackageURL() { return "https://www.assetstore.unity3d.com/en/#!/content/24350"; } } }